This repository was archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathNuGet.Packaging.VisualStudio.15.csproj
More file actions
138 lines (138 loc) · 7.6 KB
/
NuGet.Packaging.VisualStudio.15.csproj
File metadata and controls
138 lines (138 loc) · 7.6 KB
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
130
131
132
133
134
135
136
137
138
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), NuGet.Build.Packaging.Shared.props))\NuGet.Build.Packaging.Shared.props" />
<PropertyGroup>
<ProjectTypeGuids>{82b43b9b-a64c-4715-b499-d71e9ca2bd60};{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<ProjectGuid>{CD844274-2306-4273-8D2C-E1B040457D79}</ProjectGuid>
<RootNamespace>NuGet.Packaging.VisualStudio</RootNamespace>
<AssemblyName>NuGet.Packaging.VisualStudio.15</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetVsixContainerName>NuGetizer3000-VS2017.vsix</TargetVsixContainerName>
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
<DeployExtension Condition="'$(DeployExtension)' == '' And '$(Configuration)' == 'Release'">false</DeployExtension>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Design" />
<Reference Include="System.Drawing" />
<Reference Include="System.Transactions" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="VSLangProj110, Version=11.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="VSLangProj140, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="VSLangProj80, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="WindowsBase" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Clarius.VisualStudio" Version="2.0.13" />
<PackageReference Include="Clide" Version="3.0.107-pre" />
<PackageReference Include="Clide.Installer" Version="3.0.107-pre" />
<PackageReference Include="Merq" Version="1.0.0-rc" />
<PackageReference Include="Merq.Async" Version="1.1.17-rc" />
<PackageReference Include="Microsoft.Build" Version="15.1.548" />
<PackageReference Include="Microsoft.VisualStudio.ProjectSystem.SDK" Version="15.0.751" />
<PackageReference Include="Microsoft.VisualStudio.Shell.14.0" Version="14.3.25407" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Framework" Version="15.0.26201" />
<PackageReference Include="Microsoft.VisualStudio.Shell.Interop.11.0" Version="11.0.61030" />
<PackageReference Include="Microsoft.VSSDK.BuildTools" Version="15.0.26201" />
<PackageReference Include="MSBuilder.DumpItems" Version="0.2.1" />
<PackageReference Include="MSBuilder.Introspect" Version="0.1.5" />
<PackageReference Include="MSBuilder.ThisAssembly.Project" Version="0.3.3" />
<PackageReference Include="MSBuilder.VsixDependency" Version="0.2.16" />
<PackageReference Include="MSBuilder.VsixInstaller" Version="1.0.7" />
<PackageReference Include="VSLangProj150" Version="1.0.0" />
<PackageReference Include="VSSDK.ComponentModelHost.11" Version="11.0.4" />
</ItemGroup>
<ItemGroup>
<Compile Include="AnalyzerReferencesService.cs" />
<Compile Include="Contracts.cs" />
<Compile Include="NuGetVSProject.cs" />
<Compile Include="PackageReferencesService.cs" />
<Compile Include="ProjectEventsService.cs" />
<Compile Include="ProjectSystem\GlobalPropertiesProvider.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ReferencesWrapper.cs" />
<Compile Include="ReferenceWrapper.cs" />
<Compile Include="TemplateWizard.cs" />
<None Include="NuGet.Packaging.VisualStudio.15.targets" />
<None Include="Templates\Projects\CSharp\Package-Workaround\Package.nuproj" />
<None Include="Templates\Projects\PortableClassLibrary\class1.cs" />
<None Include="Templates\Projects\PortableClassLibrary\assemblyinfo.cs" />
<Compile Include="ProjectSystem\ProjectProperties.cs" />
<Compile Include="ProjectSystem\NuProjCapabilities.cs" />
<Compile Include="ProjectSystem\NuProjConfiguredProject.cs" />
<Compile Include="ProjectSystem\NuProjProjectProperties.cs" />
<Compile Include="ProjectSystem\NuProjProjectTreeModifier.cs" />
<Compile Include="ProjectSystem\NuProjUnconfiguredProject.cs" />
<Compile Include="ProjectSystem\NuProjValidProjectReferenceChecker.cs" />
<None Include="Templates\Projects\Nuget\Package\Package.nuproj" />
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="source.extension.vsixmanifest" />
</ItemGroup>
<ItemGroup>
<VSCTCompile Include="Commands.vsct">
<ResourceName>2000</ResourceName>
<SubType>Designer</SubType>
</VSCTCompile>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NuGet.Packaging.VisualStudio\NuGet.Packaging.VisualStudio.csproj">
<Project>{9617edcd-23bb-41ea-827d-f5729d45b0af}</Project>
<Name>NuGet.Packaging.VisualStudio</Name>
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup</IncludeOutputGroupsInVSIXLocalOnly>
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup%3bDebugSymbolsProjectOutputGroup%3bGetCopyToOutputDirectoryItems%3bSatelliteDllsProjectOutputGroup</IncludeOutputGroupsInVSIX>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="VSPackage.resx">
<MergeWithCTO>true</MergeWithCTO>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="Templates\Projects\CSharp\Cross-Platform\MultiPlatformLibrary\MultiPlatformLibrary.vstemplate" />
</ItemGroup>
<ItemGroup>
<None Include="Templates\Projects\Nuget\Package\Package.vstemplate" />
</ItemGroup>
<ItemGroup>
<None Include="Templates\Projects\Nuget\Package\Readme.txt" />
</ItemGroup>
<ItemGroup>
<None Include="Templates\Projects\PortableClassLibrary\csPortableClassLibrary.vstemplate" />
</ItemGroup>
<ItemGroup>
<None Include="Templates\Projects\PortableClassLibrary\PortableClassLibrary.csproj" />
</ItemGroup>
<ItemGroup>
<None Include="Templates\Projects\CSharp\Package-Workaround\Package.vstemplate" />
</ItemGroup>
<ItemGroup>
<Resource Include="Templates\Projects\CSharp\Package-Workaround\Readme.txt" />
</ItemGroup>
<Import Project="..\NuGet.Packaging.VisualStudio.Shared\NuGet.Packaging.VisualStudio.Shared.projitems" Label="Shared" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), NuGet.Packaging.VisualStudio.Shared.targets))\NuGet.Packaging.VisualStudio.Shared.targets" />
</Project>