-
Notifications
You must be signed in to change notification settings - Fork 0
/
LEA.NET.sln
37 lines (37 loc) · 2 KB
/
LEA.NET.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.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LEA", "LEA\LEA.csproj", "{C4A67270-29B7-4A4B-B34E-5B9CB80C3A7A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LEA.Test", "LEA.Test\LEA.Test.csproj", "{4DEF3B6D-B771-4435-BC61-5F0DB0E9805A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LEA.Benchmarks", "LEA.Benchmarks\LEA.Benchmarks.csproj", "{C9F32DB6-5BD2-4AE3-A10F-D9E242ADF46E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C4A67270-29B7-4A4B-B34E-5B9CB80C3A7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4A67270-29B7-4A4B-B34E-5B9CB80C3A7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4A67270-29B7-4A4B-B34E-5B9CB80C3A7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4A67270-29B7-4A4B-B34E-5B9CB80C3A7A}.Release|Any CPU.Build.0 = Release|Any CPU
{4DEF3B6D-B771-4435-BC61-5F0DB0E9805A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DEF3B6D-B771-4435-BC61-5F0DB0E9805A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DEF3B6D-B771-4435-BC61-5F0DB0E9805A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DEF3B6D-B771-4435-BC61-5F0DB0E9805A}.Release|Any CPU.Build.0 = Release|Any CPU
{C9F32DB6-5BD2-4AE3-A10F-D9E242ADF46E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9F32DB6-5BD2-4AE3-A10F-D9E242ADF46E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9F32DB6-5BD2-4AE3-A10F-D9E242ADF46E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9F32DB6-5BD2-4AE3-A10F-D9E242ADF46E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7120E93-E990-46EA-B6AF-EC963ACF39C2}
EndGlobalSection
EndGlobal