-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNfaAndDfa.sln
34 lines (34 loc) · 1.96 KB
/
NfaAndDfa.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NfaAndDfa", "NfaAndDfa\NfaAndDfa.csproj", "{3DC9AE25-3734-4AC6-8C9D-27FEC0AC191D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NfaConsoleApplication", "NfaConsoleApplication\NfaConsoleApplication.csproj", "{5C682DFA-3CD7-4B77-9342-EC9C7D5F0516}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NfaWindowsFormsApplication", "NfaWindowsFormsApplication\NfaWindowsFormsApplication.csproj", "{BAE9F604-DB51-4015-B6B8-FB25E6184485}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DC9AE25-3734-4AC6-8C9D-27FEC0AC191D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DC9AE25-3734-4AC6-8C9D-27FEC0AC191D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DC9AE25-3734-4AC6-8C9D-27FEC0AC191D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DC9AE25-3734-4AC6-8C9D-27FEC0AC191D}.Release|Any CPU.Build.0 = Release|Any CPU
{5C682DFA-3CD7-4B77-9342-EC9C7D5F0516}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C682DFA-3CD7-4B77-9342-EC9C7D5F0516}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C682DFA-3CD7-4B77-9342-EC9C7D5F0516}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C682DFA-3CD7-4B77-9342-EC9C7D5F0516}.Release|Any CPU.Build.0 = Release|Any CPU
{BAE9F604-DB51-4015-B6B8-FB25E6184485}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BAE9F604-DB51-4015-B6B8-FB25E6184485}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BAE9F604-DB51-4015-B6B8-FB25E6184485}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BAE9F604-DB51-4015-B6B8-FB25E6184485}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal