-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDevTree.BeKurdi.sln
46 lines (46 loc) · 2.64 KB
/
DevTree.BeKurdi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.15
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{428342FE-C0CC-469A-8DB0-FDDF78D6FF7D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{315E288B-0EB8-44A1-9B43-CF791311F746}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevTree.BeKurdi", "src\DevTree.BeKurdi\DevTree.BeKurdi.csproj", "{02E610BF-B851-469D-AEC5-8B013AB69D65}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DevTree.BeKurdi.Demo", "src\DevTree.BeKurdi.Demo\DevTree.BeKurdi.Demo.csproj", "{76ACD00B-B9AE-4BAB-8508-D24D88ABA1E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DevTree.BeKurdi.Tests", "tests\DevTree.BeKurdi.Tests\DevTree.BeKurdi.Tests.csproj", "{293D21E7-5115-4AF4-89F0-CCF540C414C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{02E610BF-B851-469D-AEC5-8B013AB69D65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{02E610BF-B851-469D-AEC5-8B013AB69D65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{02E610BF-B851-469D-AEC5-8B013AB69D65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{02E610BF-B851-469D-AEC5-8B013AB69D65}.Release|Any CPU.Build.0 = Release|Any CPU
{76ACD00B-B9AE-4BAB-8508-D24D88ABA1E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76ACD00B-B9AE-4BAB-8508-D24D88ABA1E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76ACD00B-B9AE-4BAB-8508-D24D88ABA1E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76ACD00B-B9AE-4BAB-8508-D24D88ABA1E1}.Release|Any CPU.Build.0 = Release|Any CPU
{293D21E7-5115-4AF4-89F0-CCF540C414C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{293D21E7-5115-4AF4-89F0-CCF540C414C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{293D21E7-5115-4AF4-89F0-CCF540C414C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{293D21E7-5115-4AF4-89F0-CCF540C414C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{02E610BF-B851-469D-AEC5-8B013AB69D65} = {428342FE-C0CC-469A-8DB0-FDDF78D6FF7D}
{76ACD00B-B9AE-4BAB-8508-D24D88ABA1E1} = {428342FE-C0CC-469A-8DB0-FDDF78D6FF7D}
{293D21E7-5115-4AF4-89F0-CCF540C414C5} = {315E288B-0EB8-44A1-9B43-CF791311F746}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1ED7397-D5CD-4715-BD8B-AE3D8B6A0C67}
EndGlobalSection
EndGlobal