-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCloudInit.ConfigDrive.sln
84 lines (84 loc) · 5.93 KB
/
CloudInit.ConfigDrive.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GenConfigDrive", "src\GenConfigDrive\GenConfigDrive.csproj", "{A71DAC22-FD4F-476C-B694-70FD07413AC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudInit.ConfigDrive.Core", "src\CloudInit.ConfigDrive.Core\CloudInit.ConfigDrive.Core.csproj", "{1CC6A38B-FCA8-4EB6-A3C1-33DFB41F8DBB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudInit.ConfigDrive.WindowsImaging", "src\CloudInit.ConfigDrive.WindowsImaging\CloudInit.ConfigDrive.WindowsImaging.csproj", "{77D7A071-FAA5-438C-8312-9AE2DCF872DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudInit.ConfigDrive.Abstractions", "src\CloudInit.ConfigDrive.Abstractions\CloudInit.ConfigDrive.Abstractions.csproj", "{BF9DF076-07E1-422C-A044-36D3F832B5BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudInit.ConfigDrive", "src\CloudInit.ConfigDrive\CloudInit.ConfigDrive.csproj", "{F393029E-52DF-44C3-818D-94B71807E335}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudInit.ConfigDrive.NoCloud", "src\CloudInit.ConfigDrive.NoCloud\CloudInit.ConfigDrive.NoCloud.csproj", "{1B4A5A68-A987-4B31-BAC6-20F130B6C171}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{70C39639-242A-453A-B07B-AAB22AE4207F}"
ProjectSection(SolutionItems) = preProject
gitversion.yml = gitversion.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CloudInit.ConfigDrive.Primitives", "src\CloudInit.ConfigDrive.Primitives\CloudInit.ConfigDrive.Primitives.csproj", "{AFC44DAC-1BEE-4E66-86AF-BC7019884623}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Test", "Test", "{026B22EC-580F-421B-9C7B-3206962FEB45}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudInit.ConfigDrive.Core.Test", "test\CloudInit.ConfigDrive.Core.Test\CloudInit.ConfigDrive.Core.Test.csproj", "{5A8B0293-50C7-4C03-9801-B7F6FAE5A007}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CloudInit.ConfigDrive.Core.NoCloud.Test", "test\CloudInit.ConfigDrive.NoCloud.Test\CloudInit.ConfigDrive.Core.NoCloud.Test.csproj", "{CDFF88B2-B3D2-4483-BBA4-92322F0D832C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A71DAC22-FD4F-476C-B694-70FD07413AC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A71DAC22-FD4F-476C-B694-70FD07413AC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A71DAC22-FD4F-476C-B694-70FD07413AC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A71DAC22-FD4F-476C-B694-70FD07413AC7}.Release|Any CPU.Build.0 = Release|Any CPU
{1CC6A38B-FCA8-4EB6-A3C1-33DFB41F8DBB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC6A38B-FCA8-4EB6-A3C1-33DFB41F8DBB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC6A38B-FCA8-4EB6-A3C1-33DFB41F8DBB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC6A38B-FCA8-4EB6-A3C1-33DFB41F8DBB}.Release|Any CPU.Build.0 = Release|Any CPU
{77D7A071-FAA5-438C-8312-9AE2DCF872DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77D7A071-FAA5-438C-8312-9AE2DCF872DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77D7A071-FAA5-438C-8312-9AE2DCF872DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77D7A071-FAA5-438C-8312-9AE2DCF872DC}.Release|Any CPU.Build.0 = Release|Any CPU
{BF9DF076-07E1-422C-A044-36D3F832B5BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF9DF076-07E1-422C-A044-36D3F832B5BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF9DF076-07E1-422C-A044-36D3F832B5BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF9DF076-07E1-422C-A044-36D3F832B5BE}.Release|Any CPU.Build.0 = Release|Any CPU
{F393029E-52DF-44C3-818D-94B71807E335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F393029E-52DF-44C3-818D-94B71807E335}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F393029E-52DF-44C3-818D-94B71807E335}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F393029E-52DF-44C3-818D-94B71807E335}.Release|Any CPU.Build.0 = Release|Any CPU
{1B4A5A68-A987-4B31-BAC6-20F130B6C171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B4A5A68-A987-4B31-BAC6-20F130B6C171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B4A5A68-A987-4B31-BAC6-20F130B6C171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B4A5A68-A987-4B31-BAC6-20F130B6C171}.Release|Any CPU.Build.0 = Release|Any CPU
{AFC44DAC-1BEE-4E66-86AF-BC7019884623}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AFC44DAC-1BEE-4E66-86AF-BC7019884623}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AFC44DAC-1BEE-4E66-86AF-BC7019884623}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AFC44DAC-1BEE-4E66-86AF-BC7019884623}.Release|Any CPU.Build.0 = Release|Any CPU
{5A8B0293-50C7-4C03-9801-B7F6FAE5A007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A8B0293-50C7-4C03-9801-B7F6FAE5A007}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A8B0293-50C7-4C03-9801-B7F6FAE5A007}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A8B0293-50C7-4C03-9801-B7F6FAE5A007}.Release|Any CPU.Build.0 = Release|Any CPU
{CDFF88B2-B3D2-4483-BBA4-92322F0D832C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDFF88B2-B3D2-4483-BBA4-92322F0D832C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDFF88B2-B3D2-4483-BBA4-92322F0D832C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDFF88B2-B3D2-4483-BBA4-92322F0D832C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5A8B0293-50C7-4C03-9801-B7F6FAE5A007} = {026B22EC-580F-421B-9C7B-3206962FEB45}
{CDFF88B2-B3D2-4483-BBA4-92322F0D832C} = {026B22EC-580F-421B-9C7B-3206962FEB45}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {46F8F7D9-10BC-4964-866B-84DE74EB43BD}
EndGlobalSection
EndGlobal