-
Notifications
You must be signed in to change notification settings - Fork 2
/
AutomataConstructor.sln
37 lines (37 loc) · 2.09 KB
/
AutomataConstructor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31019.35
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AutomataConstructor", "AutomataConstructor\AutomataConstructor.csproj", "{68F48761-5158-4493-99EF-30FFC3090D15}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ControlsLibrary", "ControlsLibrary\ControlsLibrary.csproj", "{ADDE8E8F-851C-4788-BBF1-674F85D42525}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ControlsLibrary.Tests", "ControlsLibrary.Tests\ControlsLibrary.Tests.csproj", "{41EFB745-FD52-4CD6-971D-B347405BEDE9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68F48761-5158-4493-99EF-30FFC3090D15}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68F48761-5158-4493-99EF-30FFC3090D15}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68F48761-5158-4493-99EF-30FFC3090D15}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68F48761-5158-4493-99EF-30FFC3090D15}.Release|Any CPU.Build.0 = Release|Any CPU
{ADDE8E8F-851C-4788-BBF1-674F85D42525}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ADDE8E8F-851C-4788-BBF1-674F85D42525}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ADDE8E8F-851C-4788-BBF1-674F85D42525}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ADDE8E8F-851C-4788-BBF1-674F85D42525}.Release|Any CPU.Build.0 = Release|Any CPU
{41EFB745-FD52-4CD6-971D-B347405BEDE9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41EFB745-FD52-4CD6-971D-B347405BEDE9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41EFB745-FD52-4CD6-971D-B347405BEDE9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41EFB745-FD52-4CD6-971D-B347405BEDE9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D1C69E1-7849-4A94-9106-2A1000FC0A7C}
EndGlobalSection
EndGlobal