Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Mar 21, 2024
1 parent b4b0f8a commit b9fe959
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/src/Ice/msbuild/ice/ice.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,7 @@
<ClCompile Include="..\..\UdpTransceiver.cpp" />
<ClCompile Include="..\..\Value.cpp" />
<ClCompile Include="..\..\ValueFactoryManagerI.cpp" />
<ClCompile Include="..\..\VersionFunctions.cpp" />
<ClCompile Include="..\..\WSAcceptor.cpp" />
<ClCompile Include="..\..\WSConnector.cpp" />
<ClCompile Include="..\..\WSEndpoint.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions cpp/src/Ice/msbuild/ice/ice.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,9 @@
<ClCompile Include="..\..\ValueFactoryManagerI.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\VersionFunctions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\WSAcceptor.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down

0 comments on commit b9fe959

Please sign in to comment.