Skip to content

Commit b8cad43

Browse files
committed
Add solution file
1 parent 3f672fe commit b8cad43

File tree

2 files changed

+25
-9
lines changed

2 files changed

+25
-9
lines changed

.gitignore

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -395,15 +395,6 @@ FodyWeavers.xsd
395395
# Gradle cache directory
396396
.gradle/
397397

398-
# Autogenerated VS/MD/Consulo solution and project files
399-
ExportedObj/
400-
.consulo/
401-
*.unityproj
402-
*.sln
403-
*.booproj
404-
*.svd
405-
*.mdb
406-
407398
# Unity3D generated meta files
408399
*.pidb.meta
409400
*.pdb.meta

VRCMoreParameters.sln

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.31205.134
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRCMoreParameters", "VRCMoreParameters\VRCMoreParameters.csproj", "{7ABE610D-DEA2-4C97-8D1C-FBEEA373057D}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{7ABE610D-DEA2-4C97-8D1C-FBEEA373057D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{7ABE610D-DEA2-4C97-8D1C-FBEEA373057D}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{7ABE610D-DEA2-4C97-8D1C-FBEEA373057D}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{7ABE610D-DEA2-4C97-8D1C-FBEEA373057D}.Release|Any CPU.Build.0 = Release|Any CPU
18+
EndGlobalSection
19+
GlobalSection(SolutionProperties) = preSolution
20+
HideSolutionNode = FALSE
21+
EndGlobalSection
22+
GlobalSection(ExtensibilityGlobals) = postSolution
23+
SolutionGuid = {F3F9D44E-D8CE-4F16-AD9E-64855484AE5B}
24+
EndGlobalSection
25+
EndGlobal

0 commit comments

Comments
 (0)