diff options
author | Joe George <joe@zeroc.com> | 2016-08-08 10:26:21 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-08-08 10:27:45 -0400 |
commit | e15898a8ab177a8724bc2571c1b946e5fc62025a (patch) | |
tree | 9b90e701fafb0f68517e2b8bf7d7bc4a0dfffb99 /cpp | |
parent | Fixed ICE-7208 - C++98 sync code now depends on async code (diff) | |
download | ice-e15898a8ab177a8724bc2571c1b946e5fc62025a.tar.bz2 ice-e15898a8ab177a8724bc2571c1b946e5fc62025a.tar.xz ice-e15898a8ab177a8724bc2571c1b946e5fc62025a.zip |
ICE-7268 - Fix UWP build
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj | 1 | ||||
-rw-r--r-- | cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj b/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj index ffbb4f1a54a..d2160bd27ce 100644 --- a/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj +++ b/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj @@ -203,7 +203,6 @@ <ClCompile Include="..\..\ObjectAdapterI.cpp" /> <ClCompile Include="..\..\ObserverHelper.cpp" /> <ClCompile Include="..\..\OpaqueEndpointI.cpp" /> - <ClCompile Include="..\..\Outgoing.cpp" /> <ClCompile Include="..\..\OutgoingAsync.cpp" /> <ClCompile Include="..\..\OutputStream.cpp" /> <ClCompile Include="..\..\PluginManagerI.cpp" /> diff --git a/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters b/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters index 4a33c8ded78..5a48cd6767d 100644 --- a/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters +++ b/cpp/src/Ice/msbuild/iceuwp++11/iceuwp++11.vcxproj.filters @@ -211,9 +211,6 @@ <ClCompile Include="..\..\OpaqueEndpointI.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\Outgoing.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\OutgoingAsync.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -1927,4 +1924,4 @@ <Filter>Header Files\x64\Release</Filter> </ClInclude> </ItemGroup> -</Project>
\ No newline at end of file +</Project> |