-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgfoidl.ConfigBuilders.sln
More file actions
72 lines (72 loc) · 3.81 KB
/
gfoidl.ConfigBuilders.sln
File metadata and controls
72 lines (72 loc) · 3.81 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "source", "source", "{03141884-AD7F-4373-8A67-934D78B22583}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6DCCB9F6-3EAA-445A-A83A-B393C47F0B43}"
ProjectSection(SolutionItems) = preProject
tests\Directory.Build.props = tests\Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A2917556-F3DB-467D-AFEE-C22CD6D94DC0}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
Git Workflow.md = Git Workflow.md
Projektstruktur.md = Projektstruktur.md
ReadMe.md = ReadMe.md
Unit Tests.md = Unit Tests.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A7293DFB-7EC4-49C0-BA21-FBB0980131DE}"
ProjectSection(SolutionItems) = preProject
.appveyor.yml = .appveyor.yml
build.sh = build.sh
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gfoidl.ConfigBuilders", "source\gfoidl.ConfigBuilders\gfoidl.ConfigBuilders.csproj", "{88CEF9A7-F49E-4492-9AC3-651BEECB8C55}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "gfoidl.ConfigBuilders.Tests", "tests\gfoidl.ConfigBuilders.Tests\gfoidl.ConfigBuilders.Tests.csproj", "{86B0E4A6-01DF-48AE-842C-9A1CF3D80241}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".circleci", ".circleci", "{A41F7011-345B-4FF9-BB19-323E0215ABEF}"
ProjectSection(SolutionItems) = preProject
.circleci\config.yml = .circleci\config.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "integration-tests", "integration-tests", "{DE380CE8-BAEB-404F-A8A5-9CEE1955CEFE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "gfoidl.ConfigBuilders.Tests.WCF", "integration-tests\gfoidl.ConfigBuilders.Tests.WCF\gfoidl.ConfigBuilders.Tests.WCF.csproj", "{1236C083-206A-4AF9-81F9-A7E2256FBBC0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{88CEF9A7-F49E-4492-9AC3-651BEECB8C55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88CEF9A7-F49E-4492-9AC3-651BEECB8C55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88CEF9A7-F49E-4492-9AC3-651BEECB8C55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88CEF9A7-F49E-4492-9AC3-651BEECB8C55}.Release|Any CPU.Build.0 = Release|Any CPU
{86B0E4A6-01DF-48AE-842C-9A1CF3D80241}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{86B0E4A6-01DF-48AE-842C-9A1CF3D80241}.Debug|Any CPU.Build.0 = Debug|Any CPU
{86B0E4A6-01DF-48AE-842C-9A1CF3D80241}.Release|Any CPU.ActiveCfg = Release|Any CPU
{86B0E4A6-01DF-48AE-842C-9A1CF3D80241}.Release|Any CPU.Build.0 = Release|Any CPU
{1236C083-206A-4AF9-81F9-A7E2256FBBC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1236C083-206A-4AF9-81F9-A7E2256FBBC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{88CEF9A7-F49E-4492-9AC3-651BEECB8C55} = {03141884-AD7F-4373-8A67-934D78B22583}
{86B0E4A6-01DF-48AE-842C-9A1CF3D80241} = {6DCCB9F6-3EAA-445A-A83A-B393C47F0B43}
{A41F7011-345B-4FF9-BB19-323E0215ABEF} = {A7293DFB-7EC4-49C0-BA21-FBB0980131DE}
{1236C083-206A-4AF9-81F9-A7E2256FBBC0} = {DE380CE8-BAEB-404F-A8A5-9CEE1955CEFE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D65D0E5D-B8E9-4207-AC48-5B7AEC4B844B}
EndGlobalSection
EndGlobal