-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
NuGetizer.sln
46 lines (46 loc) · 2.7 KB
/
NuGetizer.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32519.111
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetizer.Tasks", "src\NuGetizer.Tasks\NuGetizer.Tasks.csproj", "{57F59BF6-9272-4B66-98A1-334B3FDA5721}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetizer.Tests", "src\NuGetizer.Tests\NuGetizer.Tests.csproj", "{50032C88-1B52-4DB1-BFC5-6BADE2CC58CC}"
ProjectSection(ProjectDependencies) = postProject
{57F59BF6-9272-4B66-98A1-334B3FDA5721} = {57F59BF6-9272-4B66-98A1-334B3FDA5721}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "dotnet-nugetize", "src\dotnet-nugetize\dotnet-nugetize.csproj", "{53B47B9E-212F-420D-9E9A-68EC3B44D39E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeAnalysis", "src\CodeAnalysis\CodeAnalysis.csproj", "{8D400518-0FF9-4180-8D2A-D152D7A59075}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{57F59BF6-9272-4B66-98A1-334B3FDA5721}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57F59BF6-9272-4B66-98A1-334B3FDA5721}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57F59BF6-9272-4B66-98A1-334B3FDA5721}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57F59BF6-9272-4B66-98A1-334B3FDA5721}.Release|Any CPU.Build.0 = Release|Any CPU
{50032C88-1B52-4DB1-BFC5-6BADE2CC58CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50032C88-1B52-4DB1-BFC5-6BADE2CC58CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50032C88-1B52-4DB1-BFC5-6BADE2CC58CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50032C88-1B52-4DB1-BFC5-6BADE2CC58CC}.Release|Any CPU.Build.0 = Release|Any CPU
{53B47B9E-212F-420D-9E9A-68EC3B44D39E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{53B47B9E-212F-420D-9E9A-68EC3B44D39E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{53B47B9E-212F-420D-9E9A-68EC3B44D39E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{53B47B9E-212F-420D-9E9A-68EC3B44D39E}.Release|Any CPU.Build.0 = Release|Any CPU
{8D400518-0FF9-4180-8D2A-D152D7A59075}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8D400518-0FF9-4180-8D2A-D152D7A59075}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D400518-0FF9-4180-8D2A-D152D7A59075}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D400518-0FF9-4180-8D2A-D152D7A59075}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2260BB27-4F44-4309-9D78-E459B90C1A3B}
EndGlobalSection
EndGlobal