-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpcf-wcf.sln
58 lines (58 loc) · 3.65 KB
/
pcf-wcf.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.WcfServiceLibrary", "src\Demo.WcfServiceLibrary\Demo.WcfServiceLibrary.csproj", "{6FE73B2A-4D68-40AD-8F1B-8461F6D1A8E1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.WcfServiceApp", "src\Demo.WcfServiceApp\Demo.WcfServiceApp.csproj", "{D6138C04-34EE-42E5-9400-C375C8BD57F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{EDC3A074-06FB-4A5F-8BC3-5E22B192D207}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.WcfServiceTest", "tests\Demo.Wcf.ServiceTests\Demo.WcfServiceTests.csproj", "{2A06E1F6-8224-4F5D-AB4E-074AEF6C898D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Steeltoe.ServiceModel.Jwt", "pkg\Steeltoe.ServiceModel.Jwt\Steeltoe.ServiceModel.Jwt.csproj", "{EF2C9F00-676D-4431-9C54-971DD4CFC133}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseSecure|Any CPU = ReleaseSecure|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6FE73B2A-4D68-40AD-8F1B-8461F6D1A8E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6FE73B2A-4D68-40AD-8F1B-8461F6D1A8E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6FE73B2A-4D68-40AD-8F1B-8461F6D1A8E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6FE73B2A-4D68-40AD-8F1B-8461F6D1A8E1}.Release|Any CPU.Build.0 = Release|Any CPU
{6FE73B2A-4D68-40AD-8F1B-8461F6D1A8E1}.ReleaseSecure|Any CPU.ActiveCfg = ReleaseSecure|Any CPU
{6FE73B2A-4D68-40AD-8F1B-8461F6D1A8E1}.ReleaseSecure|Any CPU.Build.0 = ReleaseSecure|Any CPU
{D6138C04-34EE-42E5-9400-C375C8BD57F3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6138C04-34EE-42E5-9400-C375C8BD57F3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6138C04-34EE-42E5-9400-C375C8BD57F3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6138C04-34EE-42E5-9400-C375C8BD57F3}.Release|Any CPU.Build.0 = Release|Any CPU
{D6138C04-34EE-42E5-9400-C375C8BD57F3}.ReleaseSecure|Any CPU.ActiveCfg = ReleaseSecure|Any CPU
{D6138C04-34EE-42E5-9400-C375C8BD57F3}.ReleaseSecure|Any CPU.Build.0 = ReleaseSecure|Any CPU
{2A06E1F6-8224-4F5D-AB4E-074AEF6C898D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2A06E1F6-8224-4F5D-AB4E-074AEF6C898D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2A06E1F6-8224-4F5D-AB4E-074AEF6C898D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2A06E1F6-8224-4F5D-AB4E-074AEF6C898D}.Release|Any CPU.Build.0 = Release|Any CPU
{2A06E1F6-8224-4F5D-AB4E-074AEF6C898D}.ReleaseSecure|Any CPU.ActiveCfg = Release|Any CPU
{2A06E1F6-8224-4F5D-AB4E-074AEF6C898D}.ReleaseSecure|Any CPU.Build.0 = Release|Any CPU
{EF2C9F00-676D-4431-9C54-971DD4CFC133}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF2C9F00-676D-4431-9C54-971DD4CFC133}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF2C9F00-676D-4431-9C54-971DD4CFC133}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF2C9F00-676D-4431-9C54-971DD4CFC133}.Release|Any CPU.Build.0 = Release|Any CPU
{EF2C9F00-676D-4431-9C54-971DD4CFC133}.ReleaseSecure|Any CPU.ActiveCfg = Release|Any CPU
{EF2C9F00-676D-4431-9C54-971DD4CFC133}.ReleaseSecure|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {444F20CE-7FC0-493C-821F-F3547E01030A}
EndGlobalSection
EndGlobal