forked from CoreWCF/CoreWCF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoreWCFTemplates.sln
43 lines (43 loc) · 2.33 KB
/
CoreWCFTemplates.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreWCF.Templates", "src\CoreWCF.Templates\src\CoreWCF.Templates.csproj", "{B649E67D-97D2-42D9-BEC2-40FC180E7E16}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoreWCF.Templates.Tests", "src\CoreWCF.Templates\tests\CoreWCF.Templates.Tests.csproj", "{5F96545E-720F-42C1-9B0F-ED73FBE13A86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{4A29535E-AE2F-4927-ADB6-4063A0F001D0}"
ProjectSection(SolutionItems) = preProject
src\CoreWCF.Templates\Clean-Run.ps1 = src\CoreWCF.Templates\Clean-Run.ps1
src\CoreWCF.Templates\Prepare-Run.ps1 = src\CoreWCF.Templates\Prepare-Run.ps1
src\CoreWCF.Templates\Run-Templates-UnitTests.ps1 = src\CoreWCF.Templates\Run-Templates-UnitTests.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C305A45D-9B9A-482A-9951-EA788C0169F3}"
ProjectSection(SolutionItems) = preProject
src\CoreWCF.Templates\README.md = src\CoreWCF.Templates\README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B649E67D-97D2-42D9-BEC2-40FC180E7E16}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B649E67D-97D2-42D9-BEC2-40FC180E7E16}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B649E67D-97D2-42D9-BEC2-40FC180E7E16}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B649E67D-97D2-42D9-BEC2-40FC180E7E16}.Release|Any CPU.Build.0 = Release|Any CPU
{5F96545E-720F-42C1-9B0F-ED73FBE13A86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F96545E-720F-42C1-9B0F-ED73FBE13A86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F96545E-720F-42C1-9B0F-ED73FBE13A86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F96545E-720F-42C1-9B0F-ED73FBE13A86}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {36E194F1-322D-410F-8C9F-9DF7DDE2E097}
EndGlobalSection
EndGlobal