-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWCFHostForWF1.sln
39 lines (39 loc) · 1.98 KB
/
WCFHostForWF1.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WCFHostForWF1", "WCFHostForWF1\WCFHostForWF1.csproj", "{14117B7A-B99B-4DF1-B939-DCD03AB42D33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WCFHostForWF1Test", "WCFHostForWF1Test\WCFHostForWF1Test.csproj", "{2C71F330-8D45-4952-BE74-BF8C4F1BB470}"
ProjectSection(ProjectDependencies) = postProject
{14117B7A-B99B-4DF1-B939-DCD03AB42D33} = {14117B7A-B99B-4DF1-B939-DCD03AB42D33}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{822C1976-22EE-45AA-A17F-C29129F1E8DB}"
ProjectSection(SolutionItems) = preProject
Local.testsettings = Local.testsettings
TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings
WCFHostForWF1.vsmdi = WCFHostForWF1.vsmdi
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = WCFHostForWF1.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{14117B7A-B99B-4DF1-B939-DCD03AB42D33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14117B7A-B99B-4DF1-B939-DCD03AB42D33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14117B7A-B99B-4DF1-B939-DCD03AB42D33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14117B7A-B99B-4DF1-B939-DCD03AB42D33}.Release|Any CPU.Build.0 = Release|Any CPU
{2C71F330-8D45-4952-BE74-BF8C4F1BB470}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2C71F330-8D45-4952-BE74-BF8C4F1BB470}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2C71F330-8D45-4952-BE74-BF8C4F1BB470}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2C71F330-8D45-4952-BE74-BF8C4F1BB470}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal