forked from analogrelay/PS-Get
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPsGet.sln
94 lines (94 loc) · 6.27 KB
/
PsGet.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{7FA17050-D66E-469A-AF1C-6ECBA170B10F}"
ProjectSection(SolutionItems) = preProject
Build\PsGet.BinaryPackage.targets = Build\PsGet.BinaryPackage.targets
Build\PsGet.Common.targets = Build\PsGet.Common.targets
Build\PsGet.Package.targets = Build\PsGet.Package.targets
Build\PsGet.SourcePackage.targets = Build\PsGet.SourcePackage.targets
Build\Release.props = Build\Release.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{57A2B902-3432-45E6-B15B-E5E38E412B82}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PS-Get", "Source\PS-Get\PS-Get.csproj", "{2D953EDF-41DD-4A08-BA6F-B64E7E918819}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "MSBuildCommunityExtensions", "MSBuildCommunityExtensions", "{7D477708-61FA-49AF-AF29-6794B1F8179D}"
ProjectSection(SolutionItems) = preProject
Build\MSBuildCommunityTasks\ICSharpCode.SharpZipLib.dll = Build\MSBuildCommunityTasks\ICSharpCode.SharpZipLib.dll
Build\MSBuildCommunityTasks\MSBuild.Community.Tasks.dll = Build\MSBuildCommunityTasks\MSBuild.Community.Tasks.dll
Build\MSBuildCommunityTasks\MSBuild.Community.Tasks.pdb = Build\MSBuildCommunityTasks\MSBuild.Community.Tasks.pdb
Build\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets = Build\MSBuildCommunityTasks\MSBuild.Community.Tasks.Targets
Build\MSBuildCommunityTasks\MSBuild.Community.Tasks.xml = Build\MSBuildCommunityTasks\MSBuild.Community.Tasks.xml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Installer", "Source\Installer\Installer.csproj", "{0847A434-941B-4DF1-A0A4-ED135F0C7C74}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Facts", "Facts", "{13B90F81-7FCB-4E4C-BD2F-CB2036B2AA66}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PsGet.Facts", "Facts\PsGet.Facts\PsGet.Facts.csproj", "{EF672800-94FD-449D-90B1-066F24B494A8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PsGet.Facts.Integration", "Facts\PsGet.Facts.Integration\PsGet.Facts.Integration.csproj", "{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{0752BFC6-BB06-47D4-80B9-E2DA99E3F81D}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PsGet.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2D953EDF-41DD-4A08-BA6F-B64E7E918819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D953EDF-41DD-4A08-BA6F-B64E7E918819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D953EDF-41DD-4A08-BA6F-B64E7E918819}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2D953EDF-41DD-4A08-BA6F-B64E7E918819}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2D953EDF-41DD-4A08-BA6F-B64E7E918819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D953EDF-41DD-4A08-BA6F-B64E7E918819}.Release|Any CPU.Build.0 = Release|Any CPU
{2D953EDF-41DD-4A08-BA6F-B64E7E918819}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2D953EDF-41DD-4A08-BA6F-B64E7E918819}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{0847A434-941B-4DF1-A0A4-ED135F0C7C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0847A434-941B-4DF1-A0A4-ED135F0C7C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0847A434-941B-4DF1-A0A4-ED135F0C7C74}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{0847A434-941B-4DF1-A0A4-ED135F0C7C74}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{0847A434-941B-4DF1-A0A4-ED135F0C7C74}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{0847A434-941B-4DF1-A0A4-ED135F0C7C74}.Release|Any CPU.Build.0 = Debug|Any CPU
{0847A434-941B-4DF1-A0A4-ED135F0C7C74}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{0847A434-941B-4DF1-A0A4-ED135F0C7C74}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{EF672800-94FD-449D-90B1-066F24B494A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF672800-94FD-449D-90B1-066F24B494A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF672800-94FD-449D-90B1-066F24B494A8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{EF672800-94FD-449D-90B1-066F24B494A8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{EF672800-94FD-449D-90B1-066F24B494A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF672800-94FD-449D-90B1-066F24B494A8}.Release|Any CPU.Build.0 = Release|Any CPU
{EF672800-94FD-449D-90B1-066F24B494A8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{EF672800-94FD-449D-90B1-066F24B494A8}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}.Release|Any CPU.Build.0 = Release|Any CPU
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{7D477708-61FA-49AF-AF29-6794B1F8179D} = {7FA17050-D66E-469A-AF1C-6ECBA170B10F}
{0847A434-941B-4DF1-A0A4-ED135F0C7C74} = {57A2B902-3432-45E6-B15B-E5E38E412B82}
{2D953EDF-41DD-4A08-BA6F-B64E7E918819} = {57A2B902-3432-45E6-B15B-E5E38E412B82}
{EF672800-94FD-449D-90B1-066F24B494A8} = {13B90F81-7FCB-4E4C-BD2F-CB2036B2AA66}
{691C9283-42A9-4AF1-B0B2-D41F5D6812E6} = {13B90F81-7FCB-4E4C-BD2F-CB2036B2AA66}
EndGlobalSection
EndGlobal