-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnag-proj-template.sln
More file actions
executable file
·62 lines (61 loc) · 3.67 KB
/
nag-proj-template.sln
File metadata and controls
executable file
·62 lines (61 loc) · 3.67 KB
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
54
55
56
57
58
59
60
61
62
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "core", "core\core.csproj", "{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tests", "tests\tests.csproj", "{053CD739-CB32-4594-B5CA-B377D5FFEB33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "web", "web\web.csproj", "{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}"
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(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Debug|x64.ActiveCfg = Debug|x64
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Debug|x64.Build.0 = Debug|x64
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Debug|x86.ActiveCfg = Debug|x86
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Debug|x86.Build.0 = Debug|x86
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Release|Any CPU.Build.0 = Release|Any CPU
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Release|x64.ActiveCfg = Release|x64
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Release|x64.Build.0 = Release|x64
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Release|x86.ActiveCfg = Release|x86
{5C69FA44-7E4F-4D7E-9574-9ADD17AB8757}.Release|x86.Build.0 = Release|x86
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Debug|x64.ActiveCfg = Debug|x64
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Debug|x64.Build.0 = Debug|x64
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Debug|x86.ActiveCfg = Debug|x86
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Debug|x86.Build.0 = Debug|x86
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Release|Any CPU.Build.0 = Release|Any CPU
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Release|x64.ActiveCfg = Release|x64
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Release|x64.Build.0 = Release|x64
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Release|x86.ActiveCfg = Release|x86
{053CD739-CB32-4594-B5CA-B377D5FFEB33}.Release|x86.Build.0 = Release|x86
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Debug|x64.ActiveCfg = Debug|x64
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Debug|x64.Build.0 = Debug|x64
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Debug|x86.ActiveCfg = Debug|x86
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Debug|x86.Build.0 = Debug|x86
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Release|Any CPU.Build.0 = Release|Any CPU
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Release|x64.ActiveCfg = Release|x64
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Release|x64.Build.0 = Release|x64
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Release|x86.ActiveCfg = Release|x86
{1E2BD53D-4BF9-4DE4-AB19-4F72CDEAE53D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
EndGlobal