-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathNuGet.BuildTasks.sln
55 lines (55 loc) · 2.86 KB
/
NuGet.BuildTasks.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
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29021.251
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.NuGet.Build.Tasks", "src\Microsoft.NuGet.Build.Tasks\Microsoft.NuGet.Build.Tasks.csproj", "{6912FE54-B273-471C-A839-59A45DBC9305}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.NuGet.Build.Tasks.Tests", "src\Microsoft.NuGet.Build.Tasks.Tests\Microsoft.NuGet.Build.Tasks.Tests.csproj", "{61443D47-85B6-4519-96C1-2704BDF604BF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Microsoft.NuGet.Build.Tasks.Setup", "setup\Swix\Microsoft.NuGet.Build.Tasks.Setup\Microsoft.NuGet.Build.Tasks.Setup.csproj", "{B0894928-23E2-4346-A661-945C4C1A279E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "items", "items", "{5802E42F-3586-4FD4-B08A-8BA1A3B2F690}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
build.sh = build.sh
CODE-OF-CONDUCT.md = CODE-OF-CONDUCT.md
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
global.json = global.json
LICENSE.txt = LICENSE.txt
NuGet.config = NuGet.config
README.md = README.md
ThirdPartyNotices.txt = ThirdPartyNotices.txt
CONTRIBUTING.md = CONTRIBUTING.md
SECURITY.md = SECURITY.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6912FE54-B273-471C-A839-59A45DBC9305}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6912FE54-B273-471C-A839-59A45DBC9305}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6912FE54-B273-471C-A839-59A45DBC9305}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6912FE54-B273-471C-A839-59A45DBC9305}.Release|Any CPU.Build.0 = Release|Any CPU
{61443D47-85B6-4519-96C1-2704BDF604BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{61443D47-85B6-4519-96C1-2704BDF604BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{61443D47-85B6-4519-96C1-2704BDF604BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{61443D47-85B6-4519-96C1-2704BDF604BF}.Release|Any CPU.Build.0 = Release|Any CPU
{B0894928-23E2-4346-A661-945C4C1A279E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B0894928-23E2-4346-A661-945C4C1A279E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B0894928-23E2-4346-A661-945C4C1A279E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B0894928-23E2-4346-A661-945C4C1A279E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {77F4C17D-7B21-4419-9C97-89A5A5DEC30D}
EndGlobalSection
EndGlobal