We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952ded6 commit 30ed3d2Copy full SHA for 30ed3d2
2 files changed
.gitignore
@@ -6,7 +6,6 @@
6
# User-specific files
7
*.rsuser
8
*.suo
9
-*.user
10
*.userosscache
11
*.sln.docstates
12
Tutorial1_Window/OpenGLGame.vcxproj.user
@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
+ <PropertyGroup>
4
+ <ShowAllFiles>true</ShowAllFiles>
5
+ </PropertyGroup>
+</Project>
0 commit comments