Commit VS user file to for correct working dir.

This commit is contained in:
NathanSweet 2013-03-25 20:42:51 +01:00
parent 12245b9912
commit 1f991ac234
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -6,9 +6,9 @@ target
*Debug.win32
*.sdf
*.opensdf
*.user
*.suo
spine-cocos2dx/cocos2dx/
!spine-cocos2dx/cocos2dx/Place cocos2dx here.txt
*.swp
.DS_Store
xcuserdata

View File

@ -0,0 +1,7 @@
<?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)..\Resources</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>