-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTddExample.sln
More file actions
49 lines (49 loc) · 3.07 KB
/
TddExample.sln
File metadata and controls
49 lines (49 loc) · 3.07 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2047
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TddExample.Host", "TddExample.Host\TddExample.Host.csproj", "{FB5FC4BE-B907-4F3C-8B74-201BC87F0B9C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TddExample.Core", "TddExample.Core\TddExample.Core.csproj", "{F9EC0A97-D291-40C5-BFA4-7503E9C75F10}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TddExample.Test", "TddExample.Test\TddExample.Test.csproj", "{24FF7C3E-0BC0-41C6-BAFE-163A77B8F9DD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TddExample.Infrastructure", "TddExample.Infrastructure\TddExample.Infrastructure.csproj", "{17149448-8FAC-4ED9-8D6C-C7D73B72F62E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TddExample.Application", "TddExample.Application\TddExample.Application.csproj", "{D858F075-0D28-46D5-AF38-7DE76C552CEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FB5FC4BE-B907-4F3C-8B74-201BC87F0B9C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB5FC4BE-B907-4F3C-8B74-201BC87F0B9C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB5FC4BE-B907-4F3C-8B74-201BC87F0B9C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB5FC4BE-B907-4F3C-8B74-201BC87F0B9C}.Release|Any CPU.Build.0 = Release|Any CPU
{F9EC0A97-D291-40C5-BFA4-7503E9C75F10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9EC0A97-D291-40C5-BFA4-7503E9C75F10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9EC0A97-D291-40C5-BFA4-7503E9C75F10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9EC0A97-D291-40C5-BFA4-7503E9C75F10}.Release|Any CPU.Build.0 = Release|Any CPU
{24FF7C3E-0BC0-41C6-BAFE-163A77B8F9DD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{24FF7C3E-0BC0-41C6-BAFE-163A77B8F9DD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{24FF7C3E-0BC0-41C6-BAFE-163A77B8F9DD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{24FF7C3E-0BC0-41C6-BAFE-163A77B8F9DD}.Release|Any CPU.Build.0 = Release|Any CPU
{17149448-8FAC-4ED9-8D6C-C7D73B72F62E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17149448-8FAC-4ED9-8D6C-C7D73B72F62E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17149448-8FAC-4ED9-8D6C-C7D73B72F62E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17149448-8FAC-4ED9-8D6C-C7D73B72F62E}.Release|Any CPU.Build.0 = Release|Any CPU
{D858F075-0D28-46D5-AF38-7DE76C552CEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D858F075-0D28-46D5-AF38-7DE76C552CEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D858F075-0D28-46D5-AF38-7DE76C552CEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D858F075-0D28-46D5-AF38-7DE76C552CEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EBFF05A7-BD31-46E5-9940-FBC3ADFC8B4F}
EndGlobalSection
EndGlobal