-
Notifications
You must be signed in to change notification settings - Fork 6
/
NuGet.Licenses.sln
36 lines (36 loc) · 1.83 KB
/
NuGet.Licenses.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30517.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGet.Licenses", "src\NuGet.Licenses\NuGet.Licenses.csproj", "{32B73452-3793-499B-A0AA-875E76F02E2D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NuGet.Licenses.Tests", "test\NuGet.Licenses.Tests\NuGet.Licenses.Tests.csproj", "{7DC3C841-9276-4E3E-AB74-3FDD518C512A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C69ACA46-B780-4AFA-A488-B805357B6F62}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{32B73452-3793-499B-A0AA-875E76F02E2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32B73452-3793-499B-A0AA-875E76F02E2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32B73452-3793-499B-A0AA-875E76F02E2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32B73452-3793-499B-A0AA-875E76F02E2D}.Release|Any CPU.Build.0 = Release|Any CPU
{7DC3C841-9276-4E3E-AB74-3FDD518C512A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DC3C841-9276-4E3E-AB74-3FDD518C512A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DC3C841-9276-4E3E-AB74-3FDD518C512A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DC3C841-9276-4E3E-AB74-3FDD518C512A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0CEC8F19-C5A7-4A0A-9C02-51C332183F89}
EndGlobalSection
EndGlobal