forked from kieranbenton/anthemnxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAnthemNxt.sln
50 lines (50 loc) · 3.12 KB
/
AnthemNxt.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EBF6BE9C-18D1-4FE9-BF32-89BDF44AD24B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{534B7310-E9C2-4425-89D1-38A8D4A432EB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{710BFEC5-57F1-4D15-ADE3-0B18A5DB482F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnthemNxt.Core", "src\AnthemNxt.Core\AnthemNxt.Core.csproj", "{1426E0BD-780A-401E-8FD2-46E6D5FB673E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnthemNxt.Controls", "src\AnthemNxt.Controls\AnthemNxt.Controls.csproj", "{F56A2635-FC49-4AB8-A568-6F4EBEE17DAC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnthemNxt.Tests", "test\AnthemNxt.Tests\AnthemNxt.Tests.csproj", "{D1C34A8E-827D-4E4C-A35E-CCEFA2539538}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AnthemNxt.UnitTests", "test\AnthemNxt.UnitTests\AnthemNxt.UnitTests.csproj", "{5300BDB5-2948-4CE6-A1AA-48D914EE9817}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1426E0BD-780A-401E-8FD2-46E6D5FB673E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1426E0BD-780A-401E-8FD2-46E6D5FB673E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1426E0BD-780A-401E-8FD2-46E6D5FB673E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1426E0BD-780A-401E-8FD2-46E6D5FB673E}.Release|Any CPU.Build.0 = Release|Any CPU
{F56A2635-FC49-4AB8-A568-6F4EBEE17DAC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F56A2635-FC49-4AB8-A568-6F4EBEE17DAC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F56A2635-FC49-4AB8-A568-6F4EBEE17DAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F56A2635-FC49-4AB8-A568-6F4EBEE17DAC}.Release|Any CPU.Build.0 = Release|Any CPU
{D1C34A8E-827D-4E4C-A35E-CCEFA2539538}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1C34A8E-827D-4E4C-A35E-CCEFA2539538}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1C34A8E-827D-4E4C-A35E-CCEFA2539538}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1C34A8E-827D-4E4C-A35E-CCEFA2539538}.Release|Any CPU.Build.0 = Release|Any CPU
{5300BDB5-2948-4CE6-A1AA-48D914EE9817}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5300BDB5-2948-4CE6-A1AA-48D914EE9817}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5300BDB5-2948-4CE6-A1AA-48D914EE9817}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5300BDB5-2948-4CE6-A1AA-48D914EE9817}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D1C34A8E-827D-4E4C-A35E-CCEFA2539538} = {534B7310-E9C2-4425-89D1-38A8D4A432EB}
{5300BDB5-2948-4CE6-A1AA-48D914EE9817} = {534B7310-E9C2-4425-89D1-38A8D4A432EB}
{1426E0BD-780A-401E-8FD2-46E6D5FB673E} = {710BFEC5-57F1-4D15-ADE3-0B18A5DB482F}
{F56A2635-FC49-4AB8-A568-6F4EBEE17DAC} = {710BFEC5-57F1-4D15-ADE3-0B18A5DB482F}
EndGlobalSection
EndGlobal