summaryrefslogtreecommitdiffstats
path: root/VC2010
diff options
context:
space:
mode:
authorfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-26 03:13:40 +0100
committerfaketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-26 03:13:40 +0100
commitc35db25269ea9549b996cd18c65b05a9f8d43387 (patch)
tree87c8ef140849ed116d59fdfdc88ac4385d3ce5b7 /VC2010
parent - Ignoring Debug and Release makes it easier to check what should be committed (diff)
downloadcuberite-c35db25269ea9549b996cd18c65b05a9f8d43387.tar
cuberite-c35db25269ea9549b996cd18c65b05a9f8d43387.tar.gz
cuberite-c35db25269ea9549b996cd18c65b05a9f8d43387.tar.bz2
cuberite-c35db25269ea9549b996cd18c65b05a9f8d43387.tar.lz
cuberite-c35db25269ea9549b996cd18c65b05a9f8d43387.tar.xz
cuberite-c35db25269ea9549b996cd18c65b05a9f8d43387.tar.zst
cuberite-c35db25269ea9549b996cd18c65b05a9f8d43387.zip
Diffstat (limited to 'VC2010')
-rw-r--r--VC2010/MCServer.vcxproj1
-rw-r--r--VC2010/MCServer.vcxproj.filters3
2 files changed, 4 insertions, 0 deletions
diff --git a/VC2010/MCServer.vcxproj b/VC2010/MCServer.vcxproj
index 04f73eafa..42fd90443 100644
--- a/VC2010/MCServer.vcxproj
+++ b/VC2010/MCServer.vcxproj
@@ -514,6 +514,7 @@
</ItemGroup>
<ItemGroup>
<None Include="..\source\AllToLua.pkg" />
+ <None Include="..\source\cNoise.inc" />
<None Include="icon.ico" />
</ItemGroup>
<ItemGroup>
diff --git a/VC2010/MCServer.vcxproj.filters b/VC2010/MCServer.vcxproj.filters
index a7a523f6c..f2a5cedae 100644
--- a/VC2010/MCServer.vcxproj.filters
+++ b/VC2010/MCServer.vcxproj.filters
@@ -1302,6 +1302,9 @@
<Filter>LuaBindings</Filter>
</None>
<None Include="icon.ico" />
+ <None Include="..\source\cNoise.inc">
+ <Filter>cNoise</Filter>
+ </None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="MCServer.rc" />