-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSubstrate.Integration.sln
More file actions
43 lines (43 loc) · 2.6 KB
/
Substrate.Integration.sln
File metadata and controls
43 lines (43 loc) · 2.6 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.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.Integration", "Substrate.Integration\Substrate.Integration.csproj", "{2EBFD63C-7840-4A38-876F-8848C56D0503}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.Chain", "Substrate.Chain\Substrate.Chain.csproj", "{8071B59C-33FA-45D4-9D5B-45AB379AB478}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.Console", "Substrate.Console\Substrate.Console.csproj", "{C953ADC5-C818-4BFA-BA8D-C57CEF736CDA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Substrate.Integration.Test", "Substrate.Integration.Test\Substrate.Integration.Test.csproj", "{C255E6D3-322D-454C-8A6B-B0FADDDFE18E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EBFD63C-7840-4A38-876F-8848C56D0503}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EBFD63C-7840-4A38-876F-8848C56D0503}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EBFD63C-7840-4A38-876F-8848C56D0503}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EBFD63C-7840-4A38-876F-8848C56D0503}.Release|Any CPU.Build.0 = Release|Any CPU
{8071B59C-33FA-45D4-9D5B-45AB379AB478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8071B59C-33FA-45D4-9D5B-45AB379AB478}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8071B59C-33FA-45D4-9D5B-45AB379AB478}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8071B59C-33FA-45D4-9D5B-45AB379AB478}.Release|Any CPU.Build.0 = Release|Any CPU
{C953ADC5-C818-4BFA-BA8D-C57CEF736CDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C953ADC5-C818-4BFA-BA8D-C57CEF736CDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C953ADC5-C818-4BFA-BA8D-C57CEF736CDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C953ADC5-C818-4BFA-BA8D-C57CEF736CDA}.Release|Any CPU.Build.0 = Release|Any CPU
{C255E6D3-322D-454C-8A6B-B0FADDDFE18E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C255E6D3-322D-454C-8A6B-B0FADDDFE18E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C255E6D3-322D-454C-8A6B-B0FADDDFE18E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C255E6D3-322D-454C-8A6B-B0FADDDFE18E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8D9FB67F-FA5F-4145-928F-C19EE609221D}
EndGlobalSection
EndGlobal