-
Notifications
You must be signed in to change notification settings - Fork 1
/
Lexepars.sln
37 lines (37 loc) · 2.07 KB
/
Lexepars.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 17
VisualStudioVersion = 17.10.35122.118
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars", "src\Lexepars\Lexepars.csproj", "{121D2CB4-D984-4675-BA0E-781248CA36DF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars.Tests", "src\Lexepars.Tests\Lexepars.Tests.csproj", "{FB144879-FDFA-4A8E-9604-BC730C5AA33E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lexepars.TestFixtures", "src\Lexepars.TestFixtures\Lexepars.TestFixtures.csproj", "{09F4A14B-F95F-424C-AE8B-957BD8B0036A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{121D2CB4-D984-4675-BA0E-781248CA36DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121D2CB4-D984-4675-BA0E-781248CA36DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121D2CB4-D984-4675-BA0E-781248CA36DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121D2CB4-D984-4675-BA0E-781248CA36DF}.Release|Any CPU.Build.0 = Release|Any CPU
{FB144879-FDFA-4A8E-9604-BC730C5AA33E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB144879-FDFA-4A8E-9604-BC730C5AA33E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB144879-FDFA-4A8E-9604-BC730C5AA33E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB144879-FDFA-4A8E-9604-BC730C5AA33E}.Release|Any CPU.Build.0 = Release|Any CPU
{09F4A14B-F95F-424C-AE8B-957BD8B0036A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09F4A14B-F95F-424C-AE8B-957BD8B0036A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09F4A14B-F95F-424C-AE8B-957BD8B0036A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09F4A14B-F95F-424C-AE8B-957BD8B0036A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F755B9C7-3406-4269-9DA6-869D4F38429C}
EndGlobalSection
EndGlobal