diff --git a/.gitignore b/.gitignore index cf58d2b..732992f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,8 @@ *.sln.docstates # Don't actually ignore our user config - it contains the working directory -!/windows_vs/minecraftcpp.vcxproj.user +!/platforms/windows/projects/minecraftcpp.vcxproj.user +!/platforms/windows/projects/minecraftcpp_vs2010.vcxproj.user # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs diff --git a/platforms/windows/projects/minecraftcpp.vcxproj.user b/platforms/windows/projects/minecraftcpp.vcxproj.user new file mode 100644 index 0000000..fcdcd05 --- /dev/null +++ b/platforms/windows/projects/minecraftcpp.vcxproj.user @@ -0,0 +1,27 @@ + + + + $(MC_ROOT)\game + WindowsLocalDebugger + + + $(MC_ROOT)\game + WindowsLocalDebugger + + + $(MC_ROOT)\game + WindowsLocalDebugger + + + $(MC_ROOT)\game + WindowsLocalDebugger + + + $(MC_ROOT)\game + WindowsLocalDebugger + + + $(MC_ROOT)\game + WindowsLocalDebugger + + \ No newline at end of file