-
Notifications
You must be signed in to change notification settings - Fork 0
/
SimpleStateMachine.StructuralSearch.sln
48 lines (48 loc) · 2.67 KB
/
SimpleStateMachine.StructuralSearch.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32505.173
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleStateMachine.StructuralSearch", "src\SimpleStateMachine.StructuralSearch\SimpleStateMachine.StructuralSearch.csproj", "{637E3AE3-3A5D-4A0A-9A67-A6EEFCE4ED7C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleStateMachine.StructuralSearch.Tests", "src\SimpleStateMachine.StructuralSearch.Tests\SimpleStateMachine.StructuralSearch.Tests.csproj", "{CA3DDEC3-4C01-456C-8079-2CF23767466D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleStateMachine.StructuralSearch.Sandbox", "src\SimpleStateMachine.StructuralSearch.Sandbox\SimpleStateMachine.StructuralSearch.Sandbox.csproj", "{263ABF7D-9728-4224-A584-5412E158D4BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6CB879CC-E497-41C0-AEBD-864E9D3807A6}"
ProjectSection(SolutionItems) = preProject
.dockerignore = .dockerignore
.gitignore = .gitignore
action.yml = action.yml
Dockerfile = Dockerfile
global.json = global.json
LICENSE = LICENSE
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
{637E3AE3-3A5D-4A0A-9A67-A6EEFCE4ED7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{637E3AE3-3A5D-4A0A-9A67-A6EEFCE4ED7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{637E3AE3-3A5D-4A0A-9A67-A6EEFCE4ED7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{637E3AE3-3A5D-4A0A-9A67-A6EEFCE4ED7C}.Release|Any CPU.Build.0 = Release|Any CPU
{CA3DDEC3-4C01-456C-8079-2CF23767466D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA3DDEC3-4C01-456C-8079-2CF23767466D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA3DDEC3-4C01-456C-8079-2CF23767466D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA3DDEC3-4C01-456C-8079-2CF23767466D}.Release|Any CPU.Build.0 = Release|Any CPU
{263ABF7D-9728-4224-A584-5412E158D4BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{263ABF7D-9728-4224-A584-5412E158D4BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{263ABF7D-9728-4224-A584-5412E158D4BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{263ABF7D-9728-4224-A584-5412E158D4BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B3846CC3-A875-4234-923A-57FA530DB15A}
EndGlobalSection
EndGlobal