-
Notifications
You must be signed in to change notification settings - Fork 0
/
TddExample.Web.sln
33 lines (33 loc) · 1.78 KB
/
TddExample.Web.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34622.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TddExample.Web.Server", "src\TddExample.Web.Server\TddExample.Web.Server.csproj", "{46FC441F-8021-4586-BE67-7E4959439B0F}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "tddexample.web.client", "src\tddexample.web.client\tddexample.web.client.esproj", "{E88CAA52-DE7A-4EEA-8D36-A5DC41FC8723}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{46FC441F-8021-4586-BE67-7E4959439B0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{46FC441F-8021-4586-BE67-7E4959439B0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{46FC441F-8021-4586-BE67-7E4959439B0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{46FC441F-8021-4586-BE67-7E4959439B0F}.Release|Any CPU.Build.0 = Release|Any CPU
{E88CAA52-DE7A-4EEA-8D36-A5DC41FC8723}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E88CAA52-DE7A-4EEA-8D36-A5DC41FC8723}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E88CAA52-DE7A-4EEA-8D36-A5DC41FC8723}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E88CAA52-DE7A-4EEA-8D36-A5DC41FC8723}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E88CAA52-DE7A-4EEA-8D36-A5DC41FC8723}.Release|Any CPU.Build.0 = Release|Any CPU
{E88CAA52-DE7A-4EEA-8D36-A5DC41FC8723}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9972A614-94B7-4DE8-96FE-6E039A55CBA4}
EndGlobalSection
EndGlobal