Browse Source

Commit VS user file to for correct working dir.

NathanSweet 12 years ago
parent
commit
1f991ac234
2 changed files with 8 additions and 1 deletions
  1. 1 1
      .gitignore
  2. 7 0
      spine-cocos2dx/example/proj.win32/spine-cocos2dx.vcxproj.user

+ 1 - 1
.gitignore

@@ -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

+ 7 - 0
spine-cocos2dx/example/proj.win32/spine-cocos2dx.vcxproj.user

@@ -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>