-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGetRepackager.sln
43 lines (43 loc) · 2.15 KB
/
NuGetRepackager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{144A67FD-24F2-49BE-8596-5CEBB48E51FF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGetRepackager.Tests.Unit", "Tests\NuGetRepackager.Tests.Unit\NuGetRepackager.Tests.Unit.csproj", "{34ED0A6D-6100-41A6-9798-BD9851288A2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuGetRepackager", "NuGetRepackager\NuGetRepackager.csproj", "{CDA0F48E-5A27-4A80-8714-D6C1AE18920F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C13CD4EC-F455-4187-A096-35C811B3E683}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
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
{34ED0A6D-6100-41A6-9798-BD9851288A2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34ED0A6D-6100-41A6-9798-BD9851288A2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34ED0A6D-6100-41A6-9798-BD9851288A2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34ED0A6D-6100-41A6-9798-BD9851288A2B}.Release|Any CPU.Build.0 = Release|Any CPU
{CDA0F48E-5A27-4A80-8714-D6C1AE18920F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDA0F48E-5A27-4A80-8714-D6C1AE18920F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDA0F48E-5A27-4A80-8714-D6C1AE18920F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDA0F48E-5A27-4A80-8714-D6C1AE18920F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{34ED0A6D-6100-41A6-9798-BD9851288A2B} = {144A67FD-24F2-49BE-8596-5CEBB48E51FF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C2A7F55-76DE-4F68-AF4D-AC14049136F4}
EndGlobalSection
EndGlobal