annotate Build/Visual Studio 2010/World of Might and Magic.vcxproj.user @ 2036:a453996ed5ac
Post-build Event to copy scripts from project dir to game dir.
author |
Nomad |
date |
Thu, 21 Nov 2013 14:08:35 +0200 |
parents |
68f2d9d3a1d9 |
children |
14c05b876218 |
rev |
line source |
1936
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
4 <LocalDebuggerWorkingDirectory>$(OutDir)</LocalDebuggerWorkingDirectory>
|
|
5 <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
|
|
6 <LocalDebuggerCommandArguments>-novideo, -nomarg</LocalDebuggerCommandArguments>
|
|
7 <LocalDebuggerCommand>$(OutDir)$(TargetName)$(TargetExt)</LocalDebuggerCommand>
|
|
8 </PropertyGroup>
|
|
9 </Project> |