aboutsummaryrefslogtreecommitdiff
path: root/build/vc++/jin
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-10-25 14:09:27 +0800
committerchai <chaifix@163.com>2018-10-25 14:09:27 +0800
commitd703eacde8198433d6b9acf59a98db183e1d6b64 (patch)
tree83cefc9db4f352e2620cf7da934e465bd4e39712 /build/vc++/jin
parentda468fea0405e1935325d75029b2fdebdfcfbd33 (diff)
*格式化代码
Diffstat (limited to 'build/vc++/jin')
-rw-r--r--build/vc++/jin/jin.vcxproj.user5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/vc++/jin/jin.vcxproj.user b/build/vc++/jin/jin.vcxproj.user
index be25078..8790539 100644
--- a/build/vc++/jin/jin.vcxproj.user
+++ b/build/vc++/jin/jin.vcxproj.user
@@ -1,4 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
+ <LocalDebuggerWorkingDirectory>$(ProjectDir)..\..\..\bin</LocalDebuggerWorkingDirectory>
+ <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
+ </PropertyGroup>
</Project> \ No newline at end of file