-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBechtle.A365.ConfigService.sln
68 lines (68 loc) · 4.04 KB
/
Bechtle.A365.ConfigService.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
68
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29020.237
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{991BBA62-8478-471F-960C-4AD6D4E8F637}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C1CC25C0-59DB-4C97-BC2B-5B464248E4D4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bechtle.A365.ConfigService", "src\Bechtle.A365.ConfigService\Bechtle.A365.ConfigService.csproj", "{7D900C1B-C838-436B-AB2C-918BA7630C3D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bechtle.A365.ConfigService.Parsing", "src\Bechtle.A365.ConfigService.Parsing\Bechtle.A365.ConfigService.Parsing.csproj", "{2FFC115B-80A3-42C8-B77B-E65894B1A60E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Bechtle.A365.ConfigService.Tests", "tests\Bechtle.A365.ConfigService.Tests\Bechtle.A365.ConfigService.Tests.csproj", "{A9D007E1-AE8A-4D5F-90EC-60D70019C852}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{52DFE419-D0BE-4B80-98F2-380C7733AE80}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
ConfigService.ps1 = ConfigService.ps1
license.md = license.md
readme.md = readme.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7D900C1B-C838-436B-AB2C-918BA7630C3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7D900C1B-C838-436B-AB2C-918BA7630C3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7D900C1B-C838-436B-AB2C-918BA7630C3D}.Debug|x86.ActiveCfg = Debug|Any CPU
{7D900C1B-C838-436B-AB2C-918BA7630C3D}.Debug|x86.Build.0 = Debug|Any CPU
{7D900C1B-C838-436B-AB2C-918BA7630C3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7D900C1B-C838-436B-AB2C-918BA7630C3D}.Release|Any CPU.Build.0 = Release|Any CPU
{7D900C1B-C838-436B-AB2C-918BA7630C3D}.Release|x86.ActiveCfg = Release|Any CPU
{7D900C1B-C838-436B-AB2C-918BA7630C3D}.Release|x86.Build.0 = Release|Any CPU
{2FFC115B-80A3-42C8-B77B-E65894B1A60E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FFC115B-80A3-42C8-B77B-E65894B1A60E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FFC115B-80A3-42C8-B77B-E65894B1A60E}.Debug|x86.ActiveCfg = Debug|Any CPU
{2FFC115B-80A3-42C8-B77B-E65894B1A60E}.Debug|x86.Build.0 = Debug|Any CPU
{2FFC115B-80A3-42C8-B77B-E65894B1A60E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FFC115B-80A3-42C8-B77B-E65894B1A60E}.Release|Any CPU.Build.0 = Release|Any CPU
{2FFC115B-80A3-42C8-B77B-E65894B1A60E}.Release|x86.ActiveCfg = Release|Any CPU
{2FFC115B-80A3-42C8-B77B-E65894B1A60E}.Release|x86.Build.0 = Release|Any CPU
{A9D007E1-AE8A-4D5F-90EC-60D70019C852}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A9D007E1-AE8A-4D5F-90EC-60D70019C852}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A9D007E1-AE8A-4D5F-90EC-60D70019C852}.Debug|x86.ActiveCfg = Debug|Any CPU
{A9D007E1-AE8A-4D5F-90EC-60D70019C852}.Debug|x86.Build.0 = Debug|Any CPU
{A9D007E1-AE8A-4D5F-90EC-60D70019C852}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A9D007E1-AE8A-4D5F-90EC-60D70019C852}.Release|Any CPU.Build.0 = Release|Any CPU
{A9D007E1-AE8A-4D5F-90EC-60D70019C852}.Release|x86.ActiveCfg = Release|Any CPU
{A9D007E1-AE8A-4D5F-90EC-60D70019C852}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7D900C1B-C838-436B-AB2C-918BA7630C3D} = {991BBA62-8478-471F-960C-4AD6D4E8F637}
{2FFC115B-80A3-42C8-B77B-E65894B1A60E} = {991BBA62-8478-471F-960C-4AD6D4E8F637}
{A9D007E1-AE8A-4D5F-90EC-60D70019C852} = {C1CC25C0-59DB-4C97-BC2B-5B464248E4D4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1726AC6-C9A5-48E9-AEC6-B29C0E7BDC87}
EndGlobalSection
EndGlobal