forked from NuGet/NuGet.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGet.PackageManagement.PowerShellCmdlets.csproj
129 lines (129 loc) · 6.81 KB
/
NuGet.PackageManagement.PowerShellCmdlets.csproj
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'NuGet.sln'))\build\common.legacy.props" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Shipping>true</Shipping>
<IncludeInVSIX>true</IncludeInVSIX>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectGuid>{26DC17AC-A390-4515-A2C0-07A0950036C5}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NuGet.PackageManagement.PowerShellCmdlets</RootNamespace>
<AssemblyName>NuGet.PackageManagement.PowerShellCmdlets</AssemblyName>
<FileAlignment>512</FileAlignment>
<Description>NuGet's PowerShell cmdlets for the Visual Studio client.</Description>
<ResolveNuGetPackages>true</ResolveNuGetPackages>
<TargetFrameworkVersion>$(NETFXTargetFrameworkVersion)</TargetFrameworkVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Net.Http.WebRequest" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="Cmdlets\AddBindingRedirectCommand.cs" />
<Compile Include="Cmdlets\TabExpansionCommand.cs" />
<Compile Include="Exceptions\PackageSourceException.cs" />
<Compile Include="PackageActionBaseCommand.cs" />
<Compile Include="Model\PowerShellExecutionMessage.cs" />
<Compile Include="Cmdlets\FindPackageCommand.cs" />
<Compile Include="Cmdlets\GetPackageCommand.cs" />
<Compile Include="Cmdlets\GetProjectCommand.cs" />
<Compile Include="Model\PowerShellInstalledPackage.cs" />
<Compile Include="Model\PowerShellRemotePackage.cs" />
<Compile Include="Model\PowerShellUpdatePackage.cs" />
<Compile Include="SourceValidationResult.cs" />
<Compile Include="SourceValidity.cs" />
<Compile Include="Utility\IErrorHandler.cs" />
<Compile Include="Cmdlets\InstallPackageCommand.cs" />
<Compile Include="Utility\NuGetErrorId.cs" />
<Compile Include="NuGetPowerShellBaseCommand.cs" />
<Compile Include="Model\PowerShellPackage.cs" />
<Compile Include="Utility\PackageSourceMappingUtility.cs" />
<Compile Include="Utility\PowerShellCmdletsUtility.cs" />
<Compile Include="Utility\ProgressActivityIds.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Cmdlets\SyncPackageCommand.cs" />
<Compile Include="Cmdlets\UninstallPackageCommand.cs" />
<Compile Include="Cmdlets\UpdatePackageCommand.cs" />
<Compile Include="Utility\PSPathUtility.cs" />
<Compile Include="Utility\WebRequestEventArgs.cs" />
<Compile Include="Model\VersionType.cs" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.Resolver\NuGet.Resolver.csproj" />
<ProjectReference Include="$(NuGetClientsSrcDirectory)NuGet.PackageManagement.VisualStudio\NuGet.PackageManagement.VisualStudio.csproj" />
<ProjectReference Include="$(NuGetClientsSrcDirectory)NuGet.VisualStudio\NuGet.VisualStudio.csproj" />
<ProjectReference Include="$(NuGetClientsSrcDirectory)NuGet.VisualStudio.Common\NuGet.VisualStudio.Common.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.Commands\NuGet.Commands.csproj">
<Project>{567e8582-0e73-4a34-a7d3-ed9486415523}</Project>
<Name>NuGet.Commands</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.Common\NuGet.Common.csproj">
<Project>{98bee375-a5a0-4fc2-9b7a-25db41c8045d}</Project>
<Name>NuGet.Common</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.Configuration\NuGet.Configuration.csproj">
<Project>{e3ef26e1-80a7-4573-b3a4-1d4b0042616e}</Project>
<Name>NuGet.Configuration</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.Frameworks\NuGet.Frameworks.csproj">
<Project>{9a9a9f26-597a-4fa6-a4f1-415063484d9c}</Project>
<Name>NuGet.Frameworks</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.LibraryModel\NuGet.LibraryModel.csproj">
<Project>{13883e8e-7de1-4edd-8e4a-c5357ba8cd81}</Project>
<Name>NuGet.LibraryModel</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.PackageManagement\NuGet.PackageManagement.csproj">
<Project>{394aeb96-493c-4839-a5ac-8d93cd2fad40}</Project>
<Name>NuGet.PackageManagement</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.Packaging\NuGet.Packaging.csproj">
<Project>{bd6bbc90-60be-4e7d-8458-91e9cda66abe}</Project>
<Name>NuGet.Packaging</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.ProjectModel\NuGet.ProjectModel.csproj">
<Project>{f013e43f-b6d5-4f59-acf0-eecec2c794f5}</Project>
<Name>NuGet.ProjectModel</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.Protocol\NuGet.Protocol.csproj">
<Project>{020f4c88-3a5c-4b89-9868-089e867cc223}</Project>
<Name>NuGet.Protocol</Name>
</ProjectReference>
<ProjectReference Include="$(NuGetCoreSrcDirectory)NuGet.Versioning\NuGet.Versioning.csproj">
<Project>{24e62ab7-64e4-4975-9417-883559d1bc19}</Project>
<Name>NuGet.Versioning</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(BuildCommonDirectory)common.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>