-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dangl.AVACloudClientGenerator.sln
51 lines (51 loc) · 2.75 KB
/
Dangl.AVACloudClientGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30330.147
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dangl.AVACloudClientGenerator", "src\Dangl.AVACloudClientGenerator\Dangl.AVACloudClientGenerator.csproj", "{08DF3AA7-EF61-4292-A006-27644A454D58}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D8C53F05-E3F9-4EEF-AAB4-EAE831FE1310}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{B171DCAE-A1BF-4F34-BE77-5FD0AB745777}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Dangl.AVACloudClientGenerator.Tests", "test\Dangl.AVACloudClientGenerator.Tests\Dangl.AVACloudClientGenerator.Tests.csproj", "{E2124666-0CCE-4E7F-8D3A-F95874B5D419}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E148C4D-045D-4D65-A249-8EE5C3980498}"
ProjectSection(SolutionItems) = preProject
GitVersion.yml = GitVersion.yml
Jenkinsfile = Jenkinsfile
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "_build", "build\_build.csproj", "{601AE3D5-BB75-4051-BAC4-F824DE5C2319}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08DF3AA7-EF61-4292-A006-27644A454D58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08DF3AA7-EF61-4292-A006-27644A454D58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08DF3AA7-EF61-4292-A006-27644A454D58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08DF3AA7-EF61-4292-A006-27644A454D58}.Release|Any CPU.Build.0 = Release|Any CPU
{E2124666-0CCE-4E7F-8D3A-F95874B5D419}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2124666-0CCE-4E7F-8D3A-F95874B5D419}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2124666-0CCE-4E7F-8D3A-F95874B5D419}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2124666-0CCE-4E7F-8D3A-F95874B5D419}.Release|Any CPU.Build.0 = Release|Any CPU
{601AE3D5-BB75-4051-BAC4-F824DE5C2319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{601AE3D5-BB75-4051-BAC4-F824DE5C2319}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{08DF3AA7-EF61-4292-A006-27644A454D58} = {D8C53F05-E3F9-4EEF-AAB4-EAE831FE1310}
{E2124666-0CCE-4E7F-8D3A-F95874B5D419} = {B171DCAE-A1BF-4F34-BE77-5FD0AB745777}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3D77E7D8-B9D3-46E3-B03D-C9A585B4DEE9}
EndGlobalSection
EndGlobal