axmol/tests/lua-empty-test/project/proj.win32/lua-empty-test.vcxproj.user

11 lines
641 B
Plaintext
Raw Normal View History

2014-03-10 20:07:20 +08:00
<?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'">
2014-03-12 16:20:27 +08:00
<LocalDebuggerWorkingDirectory>$(OutDir)/lua-empty-test-res</LocalDebuggerWorkingDirectory>
2014-03-10 20:07:20 +08:00
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
2014-03-12 16:20:27 +08:00
<LocalDebuggerWorkingDirectory>$(OutDir)/lua-empty-test-res</LocalDebuggerWorkingDirectory>
2014-03-10 20:07:20 +08:00
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>