-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNexor.sln
53 lines (53 loc) · 3.04 KB
/
Nexor.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
52
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ALL_BUILD", "ALL_BUILD.vcxproj", "{FA07E05C-3304-35E1-966F-C5C80D471887}"
ProjectSection(ProjectDependencies) = postProject
{5231F11C-969F-37D5-B43B-C20E5F907700} = {5231F11C-969F-37D5-B43B-C20E5F907700}
{268CE837-4B0F-345D-9D6F-9EC1105E32A4} = {268CE837-4B0F-345D-9D6F-9EC1105E32A4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Nexor", "Nexor.vcxproj", "{5231F11C-969F-37D5-B43B-C20E5F907700}"
ProjectSection(ProjectDependencies) = postProject
{268CE837-4B0F-345D-9D6F-9EC1105E32A4} = {268CE837-4B0F-345D-9D6F-9EC1105E32A4}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZERO_CHECK", "ZERO_CHECK.vcxproj", "{268CE837-4B0F-345D-9D6F-9EC1105E32A4}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
MinSizeRel|x64 = MinSizeRel|x64
RelWithDebInfo|x64 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA07E05C-3304-35E1-966F-C5C80D471887}.Debug|x64.ActiveCfg = Debug|x64
{FA07E05C-3304-35E1-966F-C5C80D471887}.Release|x64.ActiveCfg = Release|x64
{FA07E05C-3304-35E1-966F-C5C80D471887}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{FA07E05C-3304-35E1-966F-C5C80D471887}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{5231F11C-969F-37D5-B43B-C20E5F907700}.Debug|x64.ActiveCfg = Debug|x64
{5231F11C-969F-37D5-B43B-C20E5F907700}.Debug|x64.Build.0 = Debug|x64
{5231F11C-969F-37D5-B43B-C20E5F907700}.Release|x64.ActiveCfg = Release|x64
{5231F11C-969F-37D5-B43B-C20E5F907700}.Release|x64.Build.0 = Release|x64
{5231F11C-969F-37D5-B43B-C20E5F907700}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{5231F11C-969F-37D5-B43B-C20E5F907700}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{5231F11C-969F-37D5-B43B-C20E5F907700}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{5231F11C-969F-37D5-B43B-C20E5F907700}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
{268CE837-4B0F-345D-9D6F-9EC1105E32A4}.Debug|x64.ActiveCfg = Debug|x64
{268CE837-4B0F-345D-9D6F-9EC1105E32A4}.Debug|x64.Build.0 = Debug|x64
{268CE837-4B0F-345D-9D6F-9EC1105E32A4}.Release|x64.ActiveCfg = Release|x64
{268CE837-4B0F-345D-9D6F-9EC1105E32A4}.Release|x64.Build.0 = Release|x64
{268CE837-4B0F-345D-9D6F-9EC1105E32A4}.MinSizeRel|x64.ActiveCfg = MinSizeRel|x64
{268CE837-4B0F-345D-9D6F-9EC1105E32A4}.MinSizeRel|x64.Build.0 = MinSizeRel|x64
{268CE837-4B0F-345D-9D6F-9EC1105E32A4}.RelWithDebInfo|x64.ActiveCfg = RelWithDebInfo|x64
{268CE837-4B0F-345D-9D6F-9EC1105E32A4}.RelWithDebInfo|x64.Build.0 = RelWithDebInfo|x64
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8ED11E2B-E951-3223-A32E-632EC2324525}
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal