-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdvancedSystems.Core.sln
More file actions
43 lines (43 loc) · 2.43 KB
/
AdvancedSystems.Core.sln
File metadata and controls
43 lines (43 loc) · 2.43 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdvancedSystems.Core", "AdvancedSystems.Core\AdvancedSystems.Core.csproj", "{BAB3E415-C180-4E49-AAB7-E7297F256D8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdvancedSystems.Core.Tests", "AdvancedSystems.Core.Tests\AdvancedSystems.Core.Tests.csproj", "{7362D0CF-D407-4475-AE9B-612EED13BBFC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AdvancedSystems.Core.Abstractions", "AdvancedSystems.Core.Abstractions\AdvancedSystems.Core.Abstractions.csproj", "{59205891-4BD6-42C2-AD2D-EBA4F4B1789F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{782862C6-45A6-4FA9-8C11-AC2CD8DCF7B7}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
icon.png = icon.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BAB3E415-C180-4E49-AAB7-E7297F256D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAB3E415-C180-4E49-AAB7-E7297F256D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAB3E415-C180-4E49-AAB7-E7297F256D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAB3E415-C180-4E49-AAB7-E7297F256D8B}.Release|Any CPU.Build.0 = Release|Any CPU
{7362D0CF-D407-4475-AE9B-612EED13BBFC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7362D0CF-D407-4475-AE9B-612EED13BBFC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7362D0CF-D407-4475-AE9B-612EED13BBFC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7362D0CF-D407-4475-AE9B-612EED13BBFC}.Release|Any CPU.Build.0 = Release|Any CPU
{59205891-4BD6-42C2-AD2D-EBA4F4B1789F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59205891-4BD6-42C2-AD2D-EBA4F4B1789F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59205891-4BD6-42C2-AD2D-EBA4F4B1789F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59205891-4BD6-42C2-AD2D-EBA4F4B1789F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5898DACC-B76C-4E9F-B271-A616981D4E9A}
EndGlobalSection
EndGlobal