summaryrefslogtreecommitdiffhomepage
path: root/nGenEx/nGenEx.vcxproj
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-05-28 16:44:39 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-05-28 16:44:39 +0000
commit56a3380b46f406ffaf093405ac2db4515b0a4f80 (patch)
treee9e4c5553343f27e41d862c49b21fd69bf5161b9 /nGenEx/nGenEx.vcxproj
parent41b40af36198fb013a2034a1954bbc4df50fea8b (diff)
downloadstarshatter-56a3380b46f406ffaf093405ac2db4515b0a4f80.zip
starshatter-56a3380b46f406ffaf093405ac2db4515b0a4f80.tar.gz
starshatter-56a3380b46f406ffaf093405ac2db4515b0a4f80.tar.bz2
Removes the ArrayList classes, and replaces all instances with std::vector implementations.
Diffstat (limited to 'nGenEx/nGenEx.vcxproj')
-rw-r--r--nGenEx/nGenEx.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/nGenEx/nGenEx.vcxproj b/nGenEx/nGenEx.vcxproj
index 29d4c0a..ddb89e3 100644
--- a/nGenEx/nGenEx.vcxproj
+++ b/nGenEx/nGenEx.vcxproj
@@ -346,7 +346,6 @@
<ItemGroup>
<ClCompile Include="ActiveWindow.cpp" />
<ClCompile Include="Archive.cpp" />
- <ClCompile Include="..\FoundationEx\ArrayList.cpp" />
<ClCompile Include="AviFile.cpp" />
<ClCompile Include="Bitmap.cpp" />
<ClCompile Include="Bmp.cpp" />
@@ -430,7 +429,6 @@
<ItemGroup>
<ClInclude Include="ActiveWindow.h" />
<ClInclude Include="Archive.h" />
- <ClInclude Include="..\FoundationEx\ArrayList.h" />
<ClInclude Include="AviFile.h" />
<ClInclude Include="Bitmap.h" />
<ClInclude Include="Bmp.h" />