-
Notifications
You must be signed in to change notification settings - Fork 2
/
WcfLib.sln
67 lines (67 loc) · 3.71 KB
/
WcfLib.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfLib", "WcfLib\WcfLib.csproj", "{4E7F8B62-412D-40AE-A822-336D0677D076}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfLib.Test", "WcfLib.Test\WcfLib.Test.csproj", "{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{FFDEB11F-29E9-4985-A057-BBBD36F510E7}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WcfLib.TestConsole", "WcfLib.TestConsole\WcfLib.TestConsole.csproj", "{E68F9600-0573-4321-BCBB-8092184D8DB0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3623DE95-E05B-478C-A656-1AA4C925E580}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{7D73D1C6-6BA2-4407-84D7-D2E3B025681D}"
ProjectSection(SolutionItems) = preProject
Build.proj = Build.proj
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.targets = .build\MSBuild.Community.Tasks.targets
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E7F8B62-412D-40AE-A822-336D0677D076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E7F8B62-412D-40AE-A822-336D0677D076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E7F8B62-412D-40AE-A822-336D0677D076}.Debug|x64.ActiveCfg = Debug|x64
{4E7F8B62-412D-40AE-A822-336D0677D076}.Debug|x64.Build.0 = Debug|x64
{4E7F8B62-412D-40AE-A822-336D0677D076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E7F8B62-412D-40AE-A822-336D0677D076}.Release|Any CPU.Build.0 = Release|Any CPU
{4E7F8B62-412D-40AE-A822-336D0677D076}.Release|x64.ActiveCfg = Release|x64
{4E7F8B62-412D-40AE-A822-336D0677D076}.Release|x64.Build.0 = Release|x64
{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}.Debug|x64.ActiveCfg = Debug|x64
{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}.Debug|x64.Build.0 = Debug|x64
{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}.Release|Any CPU.Build.0 = Release|Any CPU
{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}.Release|x64.ActiveCfg = Release|x64
{98972A90-3B42-41D8-B0E2-8D2EE4F112A8}.Release|x64.Build.0 = Release|x64
{E68F9600-0573-4321-BCBB-8092184D8DB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E68F9600-0573-4321-BCBB-8092184D8DB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E68F9600-0573-4321-BCBB-8092184D8DB0}.Debug|x64.ActiveCfg = Debug|x64
{E68F9600-0573-4321-BCBB-8092184D8DB0}.Debug|x64.Build.0 = Debug|x64
{E68F9600-0573-4321-BCBB-8092184D8DB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E68F9600-0573-4321-BCBB-8092184D8DB0}.Release|Any CPU.Build.0 = Release|Any CPU
{E68F9600-0573-4321-BCBB-8092184D8DB0}.Release|x64.ActiveCfg = Release|x64
{E68F9600-0573-4321-BCBB-8092184D8DB0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal