diff options
Diffstat (limited to 'cpp/src')
-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> |