summaryrefslogtreecommitdiff
path: root/cpp/src/Ice
diff options
context:
space:
mode:
authorAustin Henriksen <austin@zeroc.com>2021-02-03 15:05:59 -0500
committerAustin Henriksen <austin@zeroc.com>2021-02-03 15:05:59 -0500
commitc6e85f31cc3777c8b72ddcde8c4e6ab467cbaf8c (patch)
treea8bd678b9242f5a25dc1b638572aae65d35f896d /cpp/src/Ice
parentAdditional C++11 fixes (diff)
downloadice-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.vcxproj1
-rw-r--r--cpp/src/Ice/msbuild/ice++11/ice++11.vcxproj.filters3
-rw-r--r--cpp/src/Ice/msbuild/ice/ice.vcxproj1
-rw-r--r--cpp/src/Ice/msbuild/ice/ice.vcxproj.filters3
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>