-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChinchilla.StateManagement.sln
More file actions
43 lines (43 loc) · 2.47 KB
/
Chinchilla.StateManagement.sln
File metadata and controls
43 lines (43 loc) · 2.47 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 16
VisualStudioVersion = 16.0.29509.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chinchilla.StateManagement", "StateManagement\Chinchilla.StateManagement.csproj", "{1DD67252-ABF8-4E0A-8F79-98D2E8F7323C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Chinchilla.StateManagement.Tests", "StateManagement.Tests\Chinchilla.StateManagement.Tests.csproj", "{3E062563-1CBE-44DF-B333-EB868FD0755E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cdmdotnet.StateManagement", "cdmdotnet.StateManagement\cdmdotnet.StateManagement.csproj", "{054569F7-6CEA-408F-8314-A64B3A00D712}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{C9AB3C5E-910A-43AD-9429-4250CF63A67B}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnetcore.yml = .github\workflows\dotnetcore.yml
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DD67252-ABF8-4E0A-8F79-98D2E8F7323C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DD67252-ABF8-4E0A-8F79-98D2E8F7323C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DD67252-ABF8-4E0A-8F79-98D2E8F7323C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DD67252-ABF8-4E0A-8F79-98D2E8F7323C}.Release|Any CPU.Build.0 = Release|Any CPU
{3E062563-1CBE-44DF-B333-EB868FD0755E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E062563-1CBE-44DF-B333-EB868FD0755E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E062563-1CBE-44DF-B333-EB868FD0755E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E062563-1CBE-44DF-B333-EB868FD0755E}.Release|Any CPU.Build.0 = Release|Any CPU
{054569F7-6CEA-408F-8314-A64B3A00D712}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{054569F7-6CEA-408F-8314-A64B3A00D712}.Debug|Any CPU.Build.0 = Debug|Any CPU
{054569F7-6CEA-408F-8314-A64B3A00D712}.Release|Any CPU.ActiveCfg = Release|Any CPU
{054569F7-6CEA-408F-8314-A64B3A00D712}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2F1B2EB-B868-400F-9095-9F163B2BDCCB}
EndGlobalSection
EndGlobal