diff options
author | Austin Henriksen <austin@zeroc.com> | 2021-02-03 15:05:59 -0500 |
---|---|---|
committer | Austin Henriksen <austin@zeroc.com> | 2021-02-03 15:05:59 -0500 |
commit | c6e85f31cc3777c8b72ddcde8c4e6ab467cbaf8c (patch) | |
tree | a8bd678b9242f5a25dc1b638572aae65d35f896d /cpp/src/Ice | |
parent | Additional C++11 fixes (diff) | |
download | ice-c6e85f31cc3777c8b72ddcde8c4e6ab467cbaf8c.tar.bz2 ice-c6e85f31cc3777c8b72ddcde8c4e6ab467cbaf8c.tar.xz ice-c6e85f31cc3777c8b72ddcde8c4e6ab467cbaf8c.zip |
Cleaned up project files.
Diffstat (limited to 'cpp/src/Ice')
-rw-r--r-- | cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj | 1 | ||||
-rw-r--r-- | cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj.filters | 3 | ||||
-rw-r--r-- | cpp/src/Ice/msbuild/ice/ice.vcxproj | 1 | ||||
-rw-r--r-- | cpp/src/Ice/msbuild/ice/ice.vcxproj.filters | 3 |
4 files changed, 0 insertions, 8 deletions
diff --git a/cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj b/cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj index cbee9c217a0..96850561ebd 100644 --- a/cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj +++ b/cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj @@ -1121,7 +1121,6 @@ <ClCompile Include="..\..\..\IceUtil\UUID.cpp" /> <ClCompile Include="..\..\Acceptor.cpp" /> <ClCompile Include="..\..\ACM.cpp" /> - <ClCompile Include="..\..\Application.cpp" /> <ClCompile Include="..\..\ArgVector.cpp" /> <ClCompile Include="..\..\AsyncResult.cpp" /> <ClCompile Include="..\..\Base64.cpp" /> diff --git a/cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj.filters b/cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj.filters index bdaf969dabe..4694a8cba55 100644 --- a/cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj.filters +++ b/cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj.filters @@ -606,9 +606,6 @@ <ClCompile Include="..\..\ACM.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\Application.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\ArgVector.cpp"> <Filter>Source Files</Filter> </ClCompile> diff --git a/cpp/src/Ice/msbuild/ice/ice.vcxproj b/cpp/src/Ice/msbuild/ice/ice.vcxproj index a204e11119a..368805715c3 100644 --- a/cpp/src/Ice/msbuild/ice/ice.vcxproj +++ b/cpp/src/Ice/msbuild/ice/ice.vcxproj @@ -1129,7 +1129,6 @@ <ClCompile Include="..\..\..\IceUtil\UUID.cpp" /> <ClCompile Include="..\..\Acceptor.cpp" /> <ClCompile Include="..\..\ACM.cpp" /> - <ClCompile Include="..\..\Application.cpp" /> <ClCompile Include="..\..\ArgVector.cpp" /> <ClCompile Include="..\..\AsyncResult.cpp" /> <ClCompile Include="..\..\Base64.cpp" /> diff --git a/cpp/src/Ice/msbuild/ice/ice.vcxproj.filters b/cpp/src/Ice/msbuild/ice/ice.vcxproj.filters index 1c47655b24a..aa2fd08eefc 100644 --- a/cpp/src/Ice/msbuild/ice/ice.vcxproj.filters +++ b/cpp/src/Ice/msbuild/ice/ice.vcxproj.filters @@ -605,9 +605,6 @@ <ClCompile Include="..\..\ACM.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\..\Application.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\..\ArgVector.cpp"> <Filter>Source Files</Filter> </ClCompile> |