-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTDD.sln
37 lines (37 loc) · 2.04 KB
/
TDD.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 16
VisualStudioVersion = 16.0.30406.217
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDD.BusinessLogic", "TDD.BusinessLogic\TDD.BusinessLogic.csproj", "{3975FB5E-7639-4024-AB2D-16E7F0196F86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDD.UnitTests", "TDD.UnitTests\TDD.UnitTests.csproj", "{6301CB3D-1322-4B3E-8ECC-C81B30CBC02C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDD.Api", "TDD.Api\TDD.Api.csproj", "{0F986E47-6115-44B8-99B9-26918EF41F35}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3975FB5E-7639-4024-AB2D-16E7F0196F86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3975FB5E-7639-4024-AB2D-16E7F0196F86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3975FB5E-7639-4024-AB2D-16E7F0196F86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3975FB5E-7639-4024-AB2D-16E7F0196F86}.Release|Any CPU.Build.0 = Release|Any CPU
{6301CB3D-1322-4B3E-8ECC-C81B30CBC02C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6301CB3D-1322-4B3E-8ECC-C81B30CBC02C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6301CB3D-1322-4B3E-8ECC-C81B30CBC02C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6301CB3D-1322-4B3E-8ECC-C81B30CBC02C}.Release|Any CPU.Build.0 = Release|Any CPU
{0F986E47-6115-44B8-99B9-26918EF41F35}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F986E47-6115-44B8-99B9-26918EF41F35}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F986E47-6115-44B8-99B9-26918EF41F35}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F986E47-6115-44B8-99B9-26918EF41F35}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09855DC1-605D-468E-B186-BFAB6F4519AE}
EndGlobalSection
EndGlobal