-
Notifications
You must be signed in to change notification settings - Fork 0
/
StratFS-Demo.sln
37 lines (37 loc) · 2.03 KB
/
StratFS-Demo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo1", "Demo1\Demo1.csproj", "{F9C1E54C-0CAF-4ECB-9D98-956876261C43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo2", "Demo2\Demo2.csproj", "{0596CB86-C754-4CB2-B4DC-241EFC0BBC22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo2.Test", "Demo2.Test\Demo2.Test.csproj", "{301EFBC0-1F72-4005-A693-E3DEFB285C14}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F9C1E54C-0CAF-4ECB-9D98-956876261C43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9C1E54C-0CAF-4ECB-9D98-956876261C43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9C1E54C-0CAF-4ECB-9D98-956876261C43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9C1E54C-0CAF-4ECB-9D98-956876261C43}.Release|Any CPU.Build.0 = Release|Any CPU
{0596CB86-C754-4CB2-B4DC-241EFC0BBC22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0596CB86-C754-4CB2-B4DC-241EFC0BBC22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0596CB86-C754-4CB2-B4DC-241EFC0BBC22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0596CB86-C754-4CB2-B4DC-241EFC0BBC22}.Release|Any CPU.Build.0 = Release|Any CPU
{301EFBC0-1F72-4005-A693-E3DEFB285C14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{301EFBC0-1F72-4005-A693-E3DEFB285C14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{301EFBC0-1F72-4005-A693-E3DEFB285C14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{301EFBC0-1F72-4005-A693-E3DEFB285C14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {562E9A5D-DC6A-47C2-94B8-888E47093522}
EndGlobalSection
EndGlobal