-
Notifications
You must be signed in to change notification settings - Fork 1
/
Nua.sln
43 lines (43 loc) · 2.46 KB
/
Nua.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34408.163
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nua", "Nua\Nua.csproj", "{017074C8-B79D-4069-A250-ADAFC053CEAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuaConsole", "NuaConsole\NuaConsole.csproj", "{6FE61D9E-4739-49F5-8511-C289610D1812}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestConsole", "TestConsole\TestConsole.csproj", "{DF66E898-FFF9-48DA-B580-D0675079FF9C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuaTests", "NuaTests\NuaTests.csproj", "{E157E102-940E-4765-97CA-A32E40F5DF26}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{017074C8-B79D-4069-A250-ADAFC053CEAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{017074C8-B79D-4069-A250-ADAFC053CEAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{017074C8-B79D-4069-A250-ADAFC053CEAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{017074C8-B79D-4069-A250-ADAFC053CEAF}.Release|Any CPU.Build.0 = Release|Any CPU
{6FE61D9E-4739-49F5-8511-C289610D1812}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FE61D9E-4739-49F5-8511-C289610D1812}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FE61D9E-4739-49F5-8511-C289610D1812}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FE61D9E-4739-49F5-8511-C289610D1812}.Release|Any CPU.Build.0 = Release|Any CPU
{DF66E898-FFF9-48DA-B580-D0675079FF9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DF66E898-FFF9-48DA-B580-D0675079FF9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DF66E898-FFF9-48DA-B580-D0675079FF9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DF66E898-FFF9-48DA-B580-D0675079FF9C}.Release|Any CPU.Build.0 = Release|Any CPU
{E157E102-940E-4765-97CA-A32E40F5DF26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E157E102-940E-4765-97CA-A32E40F5DF26}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E157E102-940E-4765-97CA-A32E40F5DF26}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E157E102-940E-4765-97CA-A32E40F5DF26}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA5885E4-57D9-47C2-A2E1-D3A0DDC3676D}
EndGlobalSection
EndGlobal