-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWcfStructuremap.sln
More file actions
43 lines (43 loc) · 2.28 KB
/
WcfStructuremap.sln
File metadata and controls
43 lines (43 loc) · 2.28 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloInterface", "HelloInterface\HelloInterface.csproj", "{478CF923-143D-4B4F-BA5B-A1807519C31A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloServer", "HelloServer\HelloServer.csproj", "{9D3E4702-E8C1-4E9B-91EF-B488C3B4A3F1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HelloClient", "HelloClient\HelloClient.csproj", "{E7368241-F164-4BD8-B012-1E30D6ECC1C4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution items", "Solution items", "{B00374B6-BE59-4B22-8EB7-C254E368FE70}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{478CF923-143D-4B4F-BA5B-A1807519C31A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{478CF923-143D-4B4F-BA5B-A1807519C31A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{478CF923-143D-4B4F-BA5B-A1807519C31A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{478CF923-143D-4B4F-BA5B-A1807519C31A}.Release|Any CPU.Build.0 = Release|Any CPU
{9D3E4702-E8C1-4E9B-91EF-B488C3B4A3F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D3E4702-E8C1-4E9B-91EF-B488C3B4A3F1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D3E4702-E8C1-4E9B-91EF-B488C3B4A3F1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D3E4702-E8C1-4E9B-91EF-B488C3B4A3F1}.Release|Any CPU.Build.0 = Release|Any CPU
{E7368241-F164-4BD8-B012-1E30D6ECC1C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7368241-F164-4BD8-B012-1E30D6ECC1C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7368241-F164-4BD8-B012-1E30D6ECC1C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7368241-F164-4BD8-B012-1E30D6ECC1C4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6E1773C6-6B2C-4A4E-B97B-ADA872715D26}
EndGlobalSection
EndGlobal