-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWeaponCustomizer.sln
28 lines (28 loc) · 1.27 KB
/
WeaponCustomizer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{b564f039-d349-4612-8662-d4233f60e3c7}") = "WeaponCustomizer", "WeaponCustomizer.csproj", "{b9777e1a-581c-4a81-895e-27c97cf96cdf}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Dist|Any CPU = Dist|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{b9777e1a-581c-4a81-895e-27c97cf96cdf}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{b9777e1a-581c-4a81-895e-27c97cf96cdf}.Debug|Any CPU.Build.0 = Debug|Any CPU
{b9777e1a-581c-4a81-895e-27c97cf96cdf}.Dist|Any CPU.ActiveCfg = Dist|Any CPU
{b9777e1a-581c-4a81-895e-27c97cf96cdf}.Dist|Any CPU.Build.0 = Dist|Any CPU
{b9777e1a-581c-4a81-895e-27c97cf96cdf}.Release|Any CPU.ActiveCfg = Release|Any CPU
{b9777e1a-581c-4a81-895e-27c97cf96cdf}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9dcc2809-67bb-4e6a-b0d6-8f9475945f07}
EndGlobalSection
EndGlobal