-
Notifications
You must be signed in to change notification settings - Fork 3
/
AntlrGrammarEditor.sln
37 lines (37 loc) · 2.12 KB
/
AntlrGrammarEditor.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 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntlrGrammarEditor", "AntlrGrammarEditor\AntlrGrammarEditor.csproj", "{827668C4-1969-4F5E-B516-EAED9F8EC7F3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntlrGrammarEditor.Tests", "AntlrGrammarEditor.Tests\AntlrGrammarEditor.Tests.csproj", "{79A60C5E-86DA-4E89-8BBC-3F5D0781DFF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DesktopAntlrGrammarEditor", "DesktopAntlrGrammarEditor\DesktopAntlrGrammarEditor.csproj", "{2FF55F96-C568-4300-87F1-0FF0396CD6DD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{827668C4-1969-4F5E-B516-EAED9F8EC7F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{827668C4-1969-4F5E-B516-EAED9F8EC7F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{827668C4-1969-4F5E-B516-EAED9F8EC7F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{827668C4-1969-4F5E-B516-EAED9F8EC7F3}.Release|Any CPU.Build.0 = Release|Any CPU
{79A60C5E-86DA-4E89-8BBC-3F5D0781DFF9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79A60C5E-86DA-4E89-8BBC-3F5D0781DFF9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79A60C5E-86DA-4E89-8BBC-3F5D0781DFF9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79A60C5E-86DA-4E89-8BBC-3F5D0781DFF9}.Release|Any CPU.Build.0 = Release|Any CPU
{2FF55F96-C568-4300-87F1-0FF0396CD6DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FF55F96-C568-4300-87F1-0FF0396CD6DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FF55F96-C568-4300-87F1-0FF0396CD6DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FF55F96-C568-4300-87F1-0FF0396CD6DD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {52922032-26C0-461C-B707-F6E2B174BD2E}
EndGlobalSection
EndGlobal