Skip to content

Commit

Permalink
update .gitignore to include some user specific project settings to m…
Browse files Browse the repository at this point in the history
…ake building easier for others
  • Loading branch information
fossephate committed Nov 6, 2017
1 parent ddf5c7c commit 157aa01
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Expand Up @@ -8,13 +8,13 @@
intermediate/

# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
#*.suo
#*.user
#*.userosscache
#*.sln.docstates

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
#*.userprefs

# Build results
[Dd]ebug/
Expand Down
30 changes: 30 additions & 0 deletions joycon-driver/joycon-driver.vcxproj.user
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ShowAllFiles>true</ShowAllFiles>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>$(ProjectDir)\build\$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>$(ProjectDir)\build\$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>$(ProjectDir)\build\$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>$(ProjectDir)\build\$(Platform)\$(Configuration)\</LocalDebuggerWorkingDirectory>
</PropertyGroup>
</Project>

0 comments on commit 157aa01

Please sign in to comment.