diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-27 18:59:08 +0100 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-27 18:59:08 +0100 |
commit | 8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df (patch) | |
tree | 5992e352179d2cdf4c7ebd9f40cbc5321a1de2de /converter/DeNotchConverter.vcxproj.user | |
parent | Including converter update with windows binary from forums. Shouldn't need to load a solution to compile a windows program really. (diff) | |
download | cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.gz cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.bz2 cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.lz cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.xz cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.tar.zst cuberite-8a21fbf0cec3af9c9a7b957fdbffb19addb0b7df.zip |
Diffstat (limited to '')
-rw-r--r-- | converter/DeNotchConverter.vcxproj.user | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/converter/DeNotchConverter.vcxproj.user b/converter/DeNotchConverter.vcxproj.user index 695b5c78b..de7919d96 100644 --- a/converter/DeNotchConverter.vcxproj.user +++ b/converter/DeNotchConverter.vcxproj.user @@ -1,3 +1,11 @@ <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)/region</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)/region</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
</Project>
\ No newline at end of file |