-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutomata.sln
65 lines (65 loc) · 3.56 KB
/
Automata.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35507.96
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automata.Visualization", "Automata.Visualization\Automata.Visualization.csproj", "{E647217E-991F-441F-AA8C-20A1F263B0BD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automata.App", "Automata.App\Automata.App.csproj", "{3C358BE7-4B0F-4754-B327-F7011ECD9931}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Build DocFX docs_README.txt = Build DocFX docs_README.txt
.github\copilot-instructions.md = .github\copilot-instructions.md
README.md = README.md
Release.md = Release.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automata.Core", "Automata.Core\Automata.Core.csproj", "{11BBFBA4-41BF-415E-A585-7F873040F1A7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs-src", "docs-src", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
docs-src\.nojekyll = docs-src\.nojekyll
docs-src\ALANG.md = docs-src\ALANG.md
docs-src\docfx.json = docs-src\docfx.json
docs-src\images\favicon.ico = docs-src\images\favicon.ico
docs-src\index.md = docs-src\index.md
docs-src\images\logo.svg = docs-src\images\logo.svg
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automata.CoreTests", "Automata.CoreTests\Automata.CoreTests.csproj", "{D57B02E2-F03D-47FA-AFF0-181DC5C26D9F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E647217E-991F-441F-AA8C-20A1F263B0BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E647217E-991F-441F-AA8C-20A1F263B0BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E647217E-991F-441F-AA8C-20A1F263B0BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E647217E-991F-441F-AA8C-20A1F263B0BD}.Release|Any CPU.Build.0 = Release|Any CPU
{3C358BE7-4B0F-4754-B327-F7011ECD9931}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C358BE7-4B0F-4754-B327-F7011ECD9931}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C358BE7-4B0F-4754-B327-F7011ECD9931}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C358BE7-4B0F-4754-B327-F7011ECD9931}.Release|Any CPU.Build.0 = Release|Any CPU
{11BBFBA4-41BF-415E-A585-7F873040F1A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11BBFBA4-41BF-415E-A585-7F873040F1A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11BBFBA4-41BF-415E-A585-7F873040F1A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11BBFBA4-41BF-415E-A585-7F873040F1A7}.Release|Any CPU.Build.0 = Release|Any CPU
{D57B02E2-F03D-47FA-AFF0-181DC5C26D9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D57B02E2-F03D-47FA-AFF0-181DC5C26D9F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D57B02E2-F03D-47FA-AFF0-181DC5C26D9F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D57B02E2-F03D-47FA-AFF0-181DC5C26D9F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02EA681E-C7D8-13C7-8484-4AC65E1B71E8} = {8EC462FD-D22E-90A8-E5CE-7E832BA40C5D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {02B43C61-CCCB-48D1-BE9D-AA85C2110079}
EndGlobalSection
EndGlobal