-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuGetPush.sln
54 lines (54 loc) · 2.92 KB
/
NuGetPush.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{136EE5EA-3D62-408F-9C90-0614ADEB83A0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetPush", "src\NuGetPush\NuGetPush.csproj", "{89FBDEC1-A029-420E-AAFA-6F6D1506B774}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetPush.Console", "src\NuGetPush.Console\NuGetPush.Console.csproj", "{43DAD10D-60DD-4794-9F9D-CA010210D778}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetPush.WinForms", "src\NuGetPush.WinForms\NuGetPush.WinForms.csproj", "{875C28D3-5D00-4210-9239-8D069E96A300}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{5925451E-99CC-4CD0-8022-05B38196DB3D}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{D0CEE3CE-25EB-4CF5-9AA6-EE204AF414FD}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{89FBDEC1-A029-420E-AAFA-6F6D1506B774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89FBDEC1-A029-420E-AAFA-6F6D1506B774}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89FBDEC1-A029-420E-AAFA-6F6D1506B774}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89FBDEC1-A029-420E-AAFA-6F6D1506B774}.Release|Any CPU.Build.0 = Release|Any CPU
{43DAD10D-60DD-4794-9F9D-CA010210D778}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43DAD10D-60DD-4794-9F9D-CA010210D778}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43DAD10D-60DD-4794-9F9D-CA010210D778}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43DAD10D-60DD-4794-9F9D-CA010210D778}.Release|Any CPU.Build.0 = Release|Any CPU
{875C28D3-5D00-4210-9239-8D069E96A300}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{875C28D3-5D00-4210-9239-8D069E96A300}.Debug|Any CPU.Build.0 = Debug|Any CPU
{875C28D3-5D00-4210-9239-8D069E96A300}.Release|Any CPU.ActiveCfg = Release|Any CPU
{875C28D3-5D00-4210-9239-8D069E96A300}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89FBDEC1-A029-420E-AAFA-6F6D1506B774} = {136EE5EA-3D62-408F-9C90-0614ADEB83A0}
{43DAD10D-60DD-4794-9F9D-CA010210D778} = {136EE5EA-3D62-408F-9C90-0614ADEB83A0}
{875C28D3-5D00-4210-9239-8D069E96A300} = {136EE5EA-3D62-408F-9C90-0614ADEB83A0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B31201F-E0A2-4803-92D9-527CB7E8A382}
EndGlobalSection
EndGlobal