This repository was archived by the owner on Nov 17, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThreeLD.sln
34 lines (34 loc) · 1.9 KB
/
ThreeLD.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26228.10
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeLD.Web", "ThreeLD.Web\ThreeLD.Web.csproj", "{DC32A0C7-9FCC-4E2B-8B87-2763C14A3768}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeLD.Tests", "ThreeLD.Tests\ThreeLD.Tests.csproj", "{5A5D8EAA-CA7F-4D66-B5F5-DC1D72C55D6C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ThreeLD.DB", "ThreeLD.DB\ThreeLD.DB.csproj", "{69CD6927-0486-4A5A-8EB1-4510B77DEB01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC32A0C7-9FCC-4E2B-8B87-2763C14A3768}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC32A0C7-9FCC-4E2B-8B87-2763C14A3768}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC32A0C7-9FCC-4E2B-8B87-2763C14A3768}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC32A0C7-9FCC-4E2B-8B87-2763C14A3768}.Release|Any CPU.Build.0 = Release|Any CPU
{5A5D8EAA-CA7F-4D66-B5F5-DC1D72C55D6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A5D8EAA-CA7F-4D66-B5F5-DC1D72C55D6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A5D8EAA-CA7F-4D66-B5F5-DC1D72C55D6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A5D8EAA-CA7F-4D66-B5F5-DC1D72C55D6C}.Release|Any CPU.Build.0 = Release|Any CPU
{69CD6927-0486-4A5A-8EB1-4510B77DEB01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69CD6927-0486-4A5A-8EB1-4510B77DEB01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69CD6927-0486-4A5A-8EB1-4510B77DEB01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69CD6927-0486-4A5A-8EB1-4510B77DEB01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal