-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLeettle.sln
58 lines (58 loc) · 3.43 KB
/
Leettle.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{0F361FA5-DF26-426F-82B9-D695E46B74FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{FC31A245-0D4F-46DC-8442-3D56C31FB8A5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Leettle.Data.Test", "test\Leettle.Data.test\Leettle.Data.Test.csproj", "{9D600050-0747-4C85-99CD-5090024E6E10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{12CF076F-876D-4562-9AC9-7CCE943EB361}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leettle.Data", "src\Leettle.Data\Leettle.Data.csproj", "{6931B544-C3AA-4602-A821-C98102B6D81F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Leettle.Data.Example", "test\Leettle.Data.Example\Leettle.Data.Example.csproj", "{4F9E5CAD-94E4-4329-BA12-7570C1D4D706}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Leettle.Data.Benchmark", "test\Leettle.Data.Benchmark\Leettle.Data.Benchmark.csproj", "{162057F6-F22B-4C8B-9A6D-CED28780D42D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D600050-0747-4C85-99CD-5090024E6E10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D600050-0747-4C85-99CD-5090024E6E10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D600050-0747-4C85-99CD-5090024E6E10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D600050-0747-4C85-99CD-5090024E6E10}.Release|Any CPU.Build.0 = Release|Any CPU
{6931B544-C3AA-4602-A821-C98102B6D81F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6931B544-C3AA-4602-A821-C98102B6D81F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6931B544-C3AA-4602-A821-C98102B6D81F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6931B544-C3AA-4602-A821-C98102B6D81F}.Release|Any CPU.Build.0 = Release|Any CPU
{4F9E5CAD-94E4-4329-BA12-7570C1D4D706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F9E5CAD-94E4-4329-BA12-7570C1D4D706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F9E5CAD-94E4-4329-BA12-7570C1D4D706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F9E5CAD-94E4-4329-BA12-7570C1D4D706}.Release|Any CPU.Build.0 = Release|Any CPU
{162057F6-F22B-4C8B-9A6D-CED28780D42D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{162057F6-F22B-4C8B-9A6D-CED28780D42D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{162057F6-F22B-4C8B-9A6D-CED28780D42D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{162057F6-F22B-4C8B-9A6D-CED28780D42D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9D600050-0747-4C85-99CD-5090024E6E10} = {FC31A245-0D4F-46DC-8442-3D56C31FB8A5}
{6931B544-C3AA-4602-A821-C98102B6D81F} = {0F361FA5-DF26-426F-82B9-D695E46B74FF}
{4F9E5CAD-94E4-4329-BA12-7570C1D4D706} = {FC31A245-0D4F-46DC-8442-3D56C31FB8A5}
{162057F6-F22B-4C8B-9A6D-CED28780D42D} = {FC31A245-0D4F-46DC-8442-3D56C31FB8A5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8AE1503-8C12-4DDE-81A2-0012A5817313}
EndGlobalSection
EndGlobal