forked from NuGet/NuGet.Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NuGet.VisualStudio.OnlineEnvironment.Client.csproj
124 lines (124 loc) · 6.53 KB
/
NuGet.VisualStudio.OnlineEnvironment.Client.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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), 'NuGet.sln'))\build\common.legacy.props" />
<PropertyGroup>
<MinimumVisualStudioVersion>$(VisualStudioVersion)</MinimumVisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Shipping>true</Shipping>
<IncludeInVSIX>true</IncludeInVSIX>
<SchemaVersion>2.0</SchemaVersion>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{290DB64D-74BA-45C5-BAC0-6E31A8AFD5CB}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>NuGet.VisualStudio.OnlineEnvironment.Client</RootNamespace>
<AssemblyName>NuGet.VisualStudio.OnlineEnvironment.Client</AssemblyName>
<TargetFrameworkVersion>$(NETFXTargetFrameworkVersion)</TargetFrameworkVersion>
<GeneratePkgDefFile>true</GeneratePkgDefFile>
<UseCodebase>true</UseCodebase>
<IncludeAssemblyInVSIXContainer>true</IncludeAssemblyInVSIXContainer>
<IncludeDebugSymbolsInVSIXContainer>false</IncludeDebugSymbolsInVSIXContainer>
<IncludeDebugSymbolsInLocalVSIXDeployment>false</IncludeDebugSymbolsInLocalVSIXDeployment>
<CopyBuildOutputToOutputDirectory>true</CopyBuildOutputToOutputDirectory>
<CopyOutputSymbolsToOutputDirectory>true</CopyOutputSymbolsToOutputDirectory>
<CreateVsixContainer>false</CreateVsixContainer>
<PackProject>false</PackProject>
<DeployExtension>false</DeployExtension>
</PropertyGroup>
<!-- The following property groups prevent VS from treating this as a x86 project -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " />
<ItemGroup>
<Compile Include="GlobalSuppressions.cs" />
<Compile Include="GuidList.cs" />
<Compile Include="OnlineEnvironment.cs" />
<Compile Include="Input\CommandGroup.cs" />
<Compile Include="Input\PkgCmdIDList.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="NuGetClientPackage.cs" />
<Compile Include="Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="SolutionExplorer\PackageManagerUICommandHandler.cs" />
<Compile Include="SolutionExplorer\RestoreCommandHandler.cs" />
<Compile Include="SolutionExplorer\NuGetWorkspaceCommandHandler.cs" />
<Compile Include="SolutionExplorer\NuGetNodeExtender.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Sdk" />
<PackageReference Include="Microsoft.VisualStudio.Workspace.VSIntegration" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\NuGet.Core\NuGet.Common\NuGet.Common.csproj">
<Project>{98bee375-a5a0-4fc2-9b7a-25db41c8045d}</Project>
<Name>NuGet.Common</Name>
</ProjectReference>
<ProjectReference Include="..\..\NuGet.Core\NuGet.Configuration\NuGet.Configuration.csproj">
<Project>{E3EF26E1-80A7-4573-B3A4-1D4B0042616E}</Project>
<Name>NuGet.Configuration</Name>
</ProjectReference>
<ProjectReference Include="..\..\NuGet.Core\NuGet.PackageManagement\NuGet.PackageManagement.csproj">
<Project>{394aeb96-493c-4839-a5ac-8d93cd2fad40}</Project>
<Name>NuGet.PackageManagement</Name>
</ProjectReference>
<ProjectReference Include="..\..\NuGet.Core\NuGet.Packaging\NuGet.Packaging.csproj">
<Project>{BD6BBC90-60BE-4E7D-8458-91E9CDA66ABE}</Project>
<Name>NuGet.Packaging</Name>
</ProjectReference>
<ProjectReference Include="..\..\NuGet.Core\NuGet.Protocol\NuGet.Protocol.csproj">
<Project>{020f4c88-3a5c-4b89-9868-089e867cc223}</Project>
<Name>NuGet.Protocol</Name>
</ProjectReference>
<ProjectReference Include="..\NuGet.PackageManagement.UI\NuGet.PackageManagement.UI.csproj">
<Project>{538adefd-2170-40a9-a2c5-ec8369cfe490}</Project>
<Name>NuGet.PackageManagement.UI</Name>
</ProjectReference>
<ProjectReference Include="..\NuGet.PackageManagement.VisualStudio\NuGet.PackageManagement.VisualStudio.csproj">
<Project>{306cddfa-ff0b-4299-930c-9ec6c9308160}</Project>
<Name>NuGet.PackageManagement.VisualStudio</Name>
</ProjectReference>
<ProjectReference Include="..\NuGet.VisualStudio.Common\NuGet.VisualStudio.Common.csproj">
<Project>{eea49a74-6efc-410e-9745-bad367ac151d}</Project>
<Name>NuGet.VisualStudio.Common</Name>
</ProjectReference>
<ProjectReference Include="..\NuGet.VisualStudio.Internal.Contracts\NuGet.VisualStudio.Internal.Contracts.csproj">
<Project>{deebf1a1-1c21-4e9e-8ce3-1eb21381ff1e}</Project>
<Name>NuGet.VisualStudio.Internal.Contracts</Name>
</ProjectReference>
<ProjectReference Include="..\NuGet.VisualStudio\NuGet.VisualStudio.csproj">
<Project>{e5556bc6-a7fd-4d8e-8a7d-7648df1d7471}</Project>
<Name>NuGet.VisualStudio</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<VSCTCompile Include="NuGetClientPackage.vsct">
<ResourceName>Menus.ctmenu</ResourceName>
</VSCTCompile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<Import Project="$(BuildCommonDirectory)common.targets" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != '' and '$(DotNetBuildFromSource)' != 'true'" />
</Project>