-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathSubstrate.NET.Toolchain.sln
55 lines (55 loc) · 3.48 KB
/
Substrate.NET.Toolchain.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.AspNetCore", "Substrate.AspNetCore\Substrate.AspNetCore.csproj", "{7177525C-B443-43EE-A319-17C85E0252DB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.ServiceLayer", "Substrate.ServiceLayer\Substrate.ServiceLayer.csproj", "{63B5C570-9009-4BBF-95A1-DE7C2FE3AC4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{50BA7457-5486-403C-9BF8-960D45E41596}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.ServiceLayer.Model", "Substrate.ServiceLayer.Model\Substrate.ServiceLayer.Model.csproj", "{37867865-7C62-4797-908F-FC151C91A4AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.DotNet", "Tools\Substrate.DotNet\Substrate.DotNet.csproj", "{0A0D875B-87F6-4C76-B27A-3FA8A60DBE73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.DotNet.Template", "Tools\Substrate.DotNet.Template\Substrate.DotNet.Template.csproj", "{CD4C2D2D-021A-4DC0-8365-5276A63B2D96}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7177525C-B443-43EE-A319-17C85E0252DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7177525C-B443-43EE-A319-17C85E0252DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7177525C-B443-43EE-A319-17C85E0252DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7177525C-B443-43EE-A319-17C85E0252DB}.Release|Any CPU.Build.0 = Release|Any CPU
{63B5C570-9009-4BBF-95A1-DE7C2FE3AC4E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63B5C570-9009-4BBF-95A1-DE7C2FE3AC4E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63B5C570-9009-4BBF-95A1-DE7C2FE3AC4E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63B5C570-9009-4BBF-95A1-DE7C2FE3AC4E}.Release|Any CPU.Build.0 = Release|Any CPU
{37867865-7C62-4797-908F-FC151C91A4AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37867865-7C62-4797-908F-FC151C91A4AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37867865-7C62-4797-908F-FC151C91A4AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37867865-7C62-4797-908F-FC151C91A4AD}.Release|Any CPU.Build.0 = Release|Any CPU
{0A0D875B-87F6-4C76-B27A-3FA8A60DBE73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A0D875B-87F6-4C76-B27A-3FA8A60DBE73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0A0D875B-87F6-4C76-B27A-3FA8A60DBE73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A0D875B-87F6-4C76-B27A-3FA8A60DBE73}.Release|Any CPU.Build.0 = Release|Any CPU
{CD4C2D2D-021A-4DC0-8365-5276A63B2D96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CD4C2D2D-021A-4DC0-8365-5276A63B2D96}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CD4C2D2D-021A-4DC0-8365-5276A63B2D96}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CD4C2D2D-021A-4DC0-8365-5276A63B2D96}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0A0D875B-87F6-4C76-B27A-3FA8A60DBE73} = {50BA7457-5486-403C-9BF8-960D45E41596}
{CD4C2D2D-021A-4DC0-8365-5276A63B2D96} = {50BA7457-5486-403C-9BF8-960D45E41596}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52EC630C-541A-4A51-B8E0-B6BEDCD0ADCC}
EndGlobalSection
EndGlobal