-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOakular.Stateful.sln
38 lines (38 loc) · 1.9 KB
/
Oakular.Stateful.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76EF5B5D-A4C3-4387-A234-CF2F2FD22FE2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
GitVersion.yml = GitVersion.yml
nuget.config = nuget.config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Oakular.Stateful", "Oakular.Stateful\Oakular.Stateful.csproj", "{19E0A85D-3A08-4986-836C-2E74CB673ECE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Oakular.Stateful.Tests", "Oakular.Stateful.Tests\Oakular.Stateful.Tests.csproj", "{06475D4C-082A-4111-9C84-08B89C98DBA1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19E0A85D-3A08-4986-836C-2E74CB673ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19E0A85D-3A08-4986-836C-2E74CB673ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19E0A85D-3A08-4986-836C-2E74CB673ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19E0A85D-3A08-4986-836C-2E74CB673ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{06475D4C-082A-4111-9C84-08B89C98DBA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06475D4C-082A-4111-9C84-08B89C98DBA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06475D4C-082A-4111-9C84-08B89C98DBA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06475D4C-082A-4111-9C84-08B89C98DBA1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {930CDD2B-1106-40AB-953D-844075133143}
EndGlobalSection
EndGlobal