-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDotnetPackaging.sln
48 lines (48 loc) · 2.88 KB
/
DotnetPackaging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetPackaging", "src\DotnetPackaging\DotnetPackaging.csproj", "{BD2F6800-8509-480D-8F01-0E698375052B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetPackaging.Deb", "src\DotnetPackaging.Deb\DotnetPackaging.Deb.csproj", "{6F7052C1-50DB-4826-9893-02656FBB7B69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetPackaging.AppImage", "src\DotnetPackaging.AppImage\DotnetPackaging.AppImage.csproj", "{1CEF57FA-1EBA-48A6-8A1E-CD41DB04DD38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DotnetPackaging.Console", "src\DotnetPackaging.Console\DotnetPackaging.Console.csproj", "{F1BE6649-DFBE-4393-A651-CEBE5519CA56}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BD2F6800-8509-480D-8F01-0E698375052B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD2F6800-8509-480D-8F01-0E698375052B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD2F6800-8509-480D-8F01-0E698375052B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD2F6800-8509-480D-8F01-0E698375052B}.Release|Any CPU.Build.0 = Release|Any CPU
{6F7052C1-50DB-4826-9893-02656FBB7B69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F7052C1-50DB-4826-9893-02656FBB7B69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F7052C1-50DB-4826-9893-02656FBB7B69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F7052C1-50DB-4826-9893-02656FBB7B69}.Release|Any CPU.Build.0 = Release|Any CPU
{1CEF57FA-1EBA-48A6-8A1E-CD41DB04DD38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CEF57FA-1EBA-48A6-8A1E-CD41DB04DD38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CEF57FA-1EBA-48A6-8A1E-CD41DB04DD38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CEF57FA-1EBA-48A6-8A1E-CD41DB04DD38}.Release|Any CPU.Build.0 = Release|Any CPU
{F1BE6649-DFBE-4393-A651-CEBE5519CA56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1BE6649-DFBE-4393-A651-CEBE5519CA56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1BE6649-DFBE-4393-A651-CEBE5519CA56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1BE6649-DFBE-4393-A651-CEBE5519CA56}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F1BE6649-DFBE-4393-A651-CEBE5519CA56} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D869DF1-9147-472D-A3D9-D519518A6951}
EndGlobalSection
EndGlobal