diff options
author | madmaxoft <github@xoft.cz> | 2013-08-04 09:03:10 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-08-04 09:03:10 +0200 |
commit | f660475905046bad3886116446b0cfeafb328b17 (patch) | |
tree | f89635660713d9149d4784cef844fbae1ca739a7 /VC2008 | |
parent | Improved logging coloring performance on Windows. (diff) | |
download | cuberite-f660475905046bad3886116446b0cfeafb328b17.tar cuberite-f660475905046bad3886116446b0cfeafb328b17.tar.gz cuberite-f660475905046bad3886116446b0cfeafb328b17.tar.bz2 cuberite-f660475905046bad3886116446b0cfeafb328b17.tar.lz cuberite-f660475905046bad3886116446b0cfeafb328b17.tar.xz cuberite-f660475905046bad3886116446b0cfeafb328b17.tar.zst cuberite-f660475905046bad3886116446b0cfeafb328b17.zip |
Diffstat (limited to 'VC2008')
-rw-r--r-- | VC2008/MCServer.vcproj.user | 89 |
1 files changed, 89 insertions, 0 deletions
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> |