This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
SCD.sln
56 lines (56 loc) · 3.3 KB
/
SCD.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
54
55
56
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCD.Core", "src\SCD.Core\SCD.Core.csproj", "{094F3A59-5C9F-4513-A49A-28554DA92359}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SCD.Avalonia", "src\SCD.Avalonia\SCD.Avalonia.csproj", "{DE0A30A0-C0E6-4C4F-A942-48DDEBB4A37B}"
ProjectSection(ProjectDependencies) = postProject
{094F3A59-5C9F-4513-A49A-28554DA92359} = {094F3A59-5C9F-4513-A49A-28554DA92359}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A397834E-9588-48D1-919F-B0865A40D820}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{737DE671-A6EE-4DCA-9A4E-3D5803CA6067}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCD.Core.Tests", "tests\SCD.Core.Tests\SCD.Core.Tests.csproj", "{124FD101-7819-49A4-8291-1F20928FDBEA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SCD.Avalonia.Tests", "tests\SCD.Avalonia.Tests\SCD.Avalonia.Tests.csproj", "{B6C7E110-8097-4C4B-8D0A-873B8BFDB088}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{094F3A59-5C9F-4513-A49A-28554DA92359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{094F3A59-5C9F-4513-A49A-28554DA92359}.Debug|Any CPU.Build.0 = Debug|Any CPU
{094F3A59-5C9F-4513-A49A-28554DA92359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{094F3A59-5C9F-4513-A49A-28554DA92359}.Release|Any CPU.Build.0 = Release|Any CPU
{DE0A30A0-C0E6-4C4F-A942-48DDEBB4A37B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE0A30A0-C0E6-4C4F-A942-48DDEBB4A37B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE0A30A0-C0E6-4C4F-A942-48DDEBB4A37B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE0A30A0-C0E6-4C4F-A942-48DDEBB4A37B}.Release|Any CPU.Build.0 = Release|Any CPU
{124FD101-7819-49A4-8291-1F20928FDBEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{124FD101-7819-49A4-8291-1F20928FDBEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{124FD101-7819-49A4-8291-1F20928FDBEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{124FD101-7819-49A4-8291-1F20928FDBEA}.Release|Any CPU.Build.0 = Release|Any CPU
{B6C7E110-8097-4C4B-8D0A-873B8BFDB088}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6C7E110-8097-4C4B-8D0A-873B8BFDB088}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6C7E110-8097-4C4B-8D0A-873B8BFDB088}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6C7E110-8097-4C4B-8D0A-873B8BFDB088}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{094F3A59-5C9F-4513-A49A-28554DA92359} = {A397834E-9588-48D1-919F-B0865A40D820}
{DE0A30A0-C0E6-4C4F-A942-48DDEBB4A37B} = {A397834E-9588-48D1-919F-B0865A40D820}
{124FD101-7819-49A4-8291-1F20928FDBEA} = {737DE671-A6EE-4DCA-9A4E-3D5803CA6067}
{B6C7E110-8097-4C4B-8D0A-873B8BFDB088} = {737DE671-A6EE-4DCA-9A4E-3D5803CA6067}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3CD8BF99-642D-442C-A20E-4C6030CDAA8F}
EndGlobalSection
EndGlobal