summaryrefslogtreecommitdiffstats
path: root/VC2008
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-08-05 16:02:41 +0200
committermadmaxoft <github@xoft.cz>2013-08-05 16:02:41 +0200
commitc0066e7260a5145334de3d5724dcc3e65f1d3f71 (patch)
tree06739e204d802673b5b208cb427ccffb9eede55a /VC2008
parentLuaState refactoring: initial part. (diff)
parentExported the cWorld:TryGetHeight() function (diff)
downloadcuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar
cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.gz
cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.bz2
cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.lz
cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.xz
cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.tar.zst
cuberite-c0066e7260a5145334de3d5724dcc3e65f1d3f71.zip
Diffstat (limited to 'VC2008')
-rw-r--r--VC2008/MCServer.vcproj4
-rw-r--r--VC2008/MCServer.vcproj.user89
2 files changed, 93 insertions, 0 deletions
diff --git a/VC2008/MCServer.vcproj b/VC2008/MCServer.vcproj
index 8755fb2e8..591ee678a 100644
--- a/VC2008/MCServer.vcproj
+++ b/VC2008/MCServer.vcproj
@@ -1853,6 +1853,10 @@
>
</File>
<File
+ RelativePath="..\source\Blocks\BlockCarpet.h"
+ >
+ </File>
+ <File
RelativePath="..\source\Blocks\BlockCauldron.h"
>
</File>
diff --git a/VC2008/MCServer.vcproj.user b/VC2008/MCServer.vcproj.user
new file mode 100644
index 000000000..b53d3ff35
--- /dev/null
+++ b/VC2008/MCServer.vcproj.user
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioUserFile
+ ProjectType="Visual C++"
+ Version="9,00"
+ ShowAllFiles="false"
+ >
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory="..\MCServer"
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor="0"
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory="..\MCServer"
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor="0"
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release profiled|Win32"
+ >
+ <DebugSettings
+ Command="$(TargetPath)"
+ WorkingDirectory="..\MCServer"
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ Remote="1"
+ RemoteMachine="ASAGA"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor="0"
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ </Configurations>
+</VisualStudioUserFile>