-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathToggleableThrowingWeapons.sln
30 lines (30 loc) · 1.35 KB
/
ToggleableThrowingWeapons.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31624.102
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ToggleableThrowingWeapons", "ToggleableThrowingWeapons\ToggleableThrowingWeapons.csproj", "{5412D361-B939-40D8-9B19-200F2BB3BA22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9038E2AC-00B8-41D9-B8A5-4BA0528A111C}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5412D361-B939-40D8-9B19-200F2BB3BA22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5412D361-B939-40D8-9B19-200F2BB3BA22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5412D361-B939-40D8-9B19-200F2BB3BA22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5412D361-B939-40D8-9B19-200F2BB3BA22}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {91359D7E-31E6-47B8-91C1-0AD25C5D4CC8}
EndGlobalSection
EndGlobal