forked from ardalis/StatePattern
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStatePatternDemo.sln
43 lines (43 loc) · 2.29 KB
/
StatePatternDemo.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29111.141
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StatePatternDemo", "StatePatternDemo\StatePatternDemo.csproj", "{2DB1FA58-623E-4F2B-9E1E-BBEF6BA79EC3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core", "Core\Core.csproj", "{A96F8C64-407F-4AD7-84EF-A13C951DE9F5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{C2312343-67F1-46F4-9125-ED7F8898179C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{76081CD6-0BEA-47A2-9AFE-6163400B864A}"
ProjectSection(SolutionItems) = preProject
.github\workflows\blank.yml = .github\workflows\blank.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2DB1FA58-623E-4F2B-9E1E-BBEF6BA79EC3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB1FA58-623E-4F2B-9E1E-BBEF6BA79EC3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB1FA58-623E-4F2B-9E1E-BBEF6BA79EC3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB1FA58-623E-4F2B-9E1E-BBEF6BA79EC3}.Release|Any CPU.Build.0 = Release|Any CPU
{A96F8C64-407F-4AD7-84EF-A13C951DE9F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A96F8C64-407F-4AD7-84EF-A13C951DE9F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A96F8C64-407F-4AD7-84EF-A13C951DE9F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A96F8C64-407F-4AD7-84EF-A13C951DE9F5}.Release|Any CPU.Build.0 = Release|Any CPU
{C2312343-67F1-46F4-9125-ED7F8898179C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2312343-67F1-46F4-9125-ED7F8898179C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2312343-67F1-46F4-9125-ED7F8898179C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2312343-67F1-46F4-9125-ED7F8898179C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {45ADC75F-090F-4AF9-9483-D590A70F818D}
EndGlobalSection
EndGlobal