-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCrossblade.sln
36 lines (36 loc) · 1.67 KB
/
Crossblade.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
31
32
33
34
35
36
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Crossblade", "Crossblade\Crossblade.csproj", "{27812E90-C0E0-4FC7-89AE-C89E9FE98BE4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{5114473B-7496-4779-B7B3-56C75502D339}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
LICENSE = LICENSE
icon.png = icon.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{27812E90-C0E0-4FC7-89AE-C89E9FE98BE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{27812E90-C0E0-4FC7-89AE-C89E9FE98BE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{27812E90-C0E0-4FC7-89AE-C89E9FE98BE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{27812E90-C0E0-4FC7-89AE-C89E9FE98BE4}.Release|Any CPU.Build.0 = Release|Any CPU
{DB7A942E-8D6B-4D07-8D9E-A97961931D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB7A942E-8D6B-4D07-8D9E-A97961931D81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB7A942E-8D6B-4D07-8D9E-A97961931D81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB7A942E-8D6B-4D07-8D9E-A97961931D81}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BD820A7A-A5F4-4FF5-AC15-83F7C13A3AE0}
EndGlobalSection
EndGlobal