forked from Krzyhau/KrzyMod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
KrzyMod.sln
51 lines (51 loc) · 2.16 KB
/
KrzyMod.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32407.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "KrzyMod", "src\KrzyMod.vcxproj", "{3F6459A9-566E-4CAC-A412-C03FF51D67E9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4990948C-3306-40BA-9EAD-594A5520043F}"
ProjectSection(SolutionItems) = preProject
.clang-format = .clang-format
.gitattributes = .gitattributes
.gitignore = .gitignore
copy.bat = copy.bat
makefile = makefile
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "doc", "doc", "{2234E52A-D21C-4984-B830-0D1EBC6842C5}"
ProjectSection(SolutionItems) = preProject
doc\list.md = doc\list.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|Any CPU.ActiveCfg = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x64.ActiveCfg = Debug|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x86.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Debug|x86.Build.0 = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|Any CPU.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x64.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x86.ActiveCfg = Release|Win32
{3F6459A9-566E-4CAC-A412-C03FF51D67E9}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{2234E52A-D21C-4984-B830-0D1EBC6842C5} = {4990948C-3306-40BA-9EAD-594A5520043F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE1A6506-7258-47FF-839A-FF441AAA310C}
EndGlobalSection
EndGlobal