mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-22 02:06:03 +08:00
Commit VS user file to for correct working dir.
This commit is contained in:
parent
12245b9912
commit
1f991ac234
2
.gitignore
vendored
2
.gitignore
vendored
@ -6,9 +6,9 @@ target
|
|||||||
*Debug.win32
|
*Debug.win32
|
||||||
*.sdf
|
*.sdf
|
||||||
*.opensdf
|
*.opensdf
|
||||||
*.user
|
|
||||||
*.suo
|
*.suo
|
||||||
spine-cocos2dx/cocos2dx/
|
spine-cocos2dx/cocos2dx/
|
||||||
!spine-cocos2dx/cocos2dx/Place cocos2dx here.txt
|
!spine-cocos2dx/cocos2dx/Place cocos2dx here.txt
|
||||||
*.swp
|
*.swp
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
xcuserdata
|
||||||
@ -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>
|
||||||
Loading…
x
Reference in New Issue
Block a user