Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit eba3b25

Browse files
committed
Remove packaging related crud from GitHub.VisualStudio
1 parent 1e9b26b commit eba3b25

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
3232
<ZipPackageCompressionLevel>Normal</ZipPackageCompressionLevel>
3333
<CodeAnalysisIgnoreGeneratedCode>true</CodeAnalysisIgnoreGeneratedCode>
34-
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
3534
</PropertyGroup>
3635
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3736
<DebugSymbols>true</DebugSymbols>
@@ -43,7 +42,6 @@
4342
<RunCodeAnalysis>false</RunCodeAnalysis>
4443
<CreateVsixContainer>False</CreateVsixContainer>
4544
<DeployExtension>False</DeployExtension>
46-
<IncludeDebugSymbolsInVSIXContainer>true</IncludeDebugSymbolsInVSIXContainer>
4745
<OutputPath>..\..\build\Debug\</OutputPath>
4846
<DebugSymbols>true</DebugSymbols>
4947
<DebugType>full</DebugType>
@@ -86,9 +84,6 @@
8684
<Import Project="..\common\signing.props" />
8785
<ItemGroup>
8886
<Reference Include="Microsoft.CSharp" />
89-
<Reference Include="Microsoft.TeamFoundation.Controls">
90-
<HintPath>..\..\lib\14.0\Microsoft.TeamFoundation.Controls.dll</HintPath>
91-
</Reference>
9287
<Reference Include="System" />
9388
<Reference Include="System.ComponentModel.Composition" />
9489
<Reference Include="System.Core" />
@@ -237,8 +232,6 @@
237232
<Project>{08dd4305-7787-4823-a53f-4d0f725a07f3}</Project>
238233
<Name>Octokit</Name>
239234
<Private>True</Private>
240-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
241-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
242235
</ProjectReference>
243236
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI.Events.WPF\ReactiveUI.Events.WPF.csproj">
244237
<Project>{86c54b27-717f-478c-ac8c-01f1c68a56c5}</Project>
@@ -256,15 +249,11 @@
256249
<Project>{b389adaf-62cc-486e-85b4-2d8b078df763}</Project>
257250
<Name>GitHub.Api</Name>
258251
<Private>True</Private>
259-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
260-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
261252
</ProjectReference>
262253
<ProjectReference Include="..\GitHub.App\GitHub.App.csproj">
263254
<Project>{1a1da411-8d1f-4578-80a6-04576bea2dc5}</Project>
264255
<Name>GitHub.App</Name>
265256
<Private>True</Private>
266-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup</IncludeOutputGroupsInVSIX>
267-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
268257
</ProjectReference>
269258
<ProjectReference Include="..\GitHub.Exports.Reactive\GitHub.Exports.Reactive.csproj">
270259
<Project>{e4ed0537-d1d9-44b6-9212-3096d7c3f7a1}</Project>
@@ -274,15 +263,11 @@
274263
<Project>{9aea02db-02b5-409c-b0ca-115d05331a6b}</Project>
275264
<Name>GitHub.Exports</Name>
276265
<Private>True</Private>
277-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
278-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
279266
</ProjectReference>
280267
<ProjectReference Include="..\GitHub.Extensions\GitHub.Extensions.csproj">
281268
<Project>{6afe2e2d-6db0-4430-a2ea-f5f5388d2f78}</Project>
282269
<Name>GitHub.Extensions</Name>
283270
<Private>True</Private>
284-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
285-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
286271
</ProjectReference>
287272
<ProjectReference Include="..\GitHub.Logging\GitHub.Logging.csproj">
288273
<Project>{8d73575a-a89f-47cc-b153-b47dd06837f0}</Project>
@@ -291,8 +276,6 @@
291276
<ProjectReference Include="..\GitHub.Resources\GitHub.Resources.csproj">
292277
<Project>{54e8d71a-aabb-4698-95fe-7f11612b8e59}</Project>
293278
<Name>GitHub.Resources</Name>
294-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;SatelliteDllsProjectOutputGroup</IncludeOutputGroupsInVSIX>
295-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup</IncludeOutputGroupsInVSIXLocalOnly>
296279
</ProjectReference>
297280
<ProjectReference Include="..\GitHub.Services.Vssdk\GitHub.Services.Vssdk.csproj">
298281
<Project>{2d3d2834-33be-45ca-b3cc-12f853557d7b}</Project>
@@ -306,8 +289,6 @@
306289
<Project>{d1dfbb0c-b570-4302-8f1e-2e3a19c41961}</Project>
307290
<Name>GitHub.VisualStudio.UI</Name>
308291
<Private>True</Private>
309-
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup</IncludeOutputGroupsInVSIX>
310-
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
311292
</ProjectReference>
312293
</ItemGroup>
313294
<ItemGroup>
@@ -327,21 +308,6 @@
327308
<PropertyGroup>
328309
<UseCodebase>true</UseCodebase>
329310
</PropertyGroup>
330-
<ItemGroup>
331-
<!-- Include a reference to this package so that x86|x64\e_sqlite3.dll are copied to the output directory -->
332-
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3">
333-
<Version>1.1.11</Version>
334-
</PackageReference>
335-
</ItemGroup>
336-
<!-- Include required NuGet dependencies-->
337-
<Target Name="IncludeNuGetPackageReferences" AfterTargets="GetVsixSourceItems">
338-
<ItemGroup>
339-
<VSIXSourceItem Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'System.ValueTuple'" />
340-
<VSIXSourceItem Include="@(ReferenceCopyLocalPaths)" Condition="'%(ReferenceCopyLocalPaths.NuGetPackageId)' == 'Newtonsoft.Json'" />
341-
<VSIXSourceItem VSIXSubPath="x86" Include="@(Content)" Condition="'%(Content.Link)' == 'x86\e_sqlite3.dll'" />
342-
<VSIXSourceItem VSIXSubPath="x64" Include="@(Content)" Condition="'%(Content.Link)' == 'x64\e_sqlite3.dll'" />
343-
</ItemGroup>
344-
</Target>
345311
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
346312
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="'$(VSToolsPath)' != '' And '$(NCrunch)' != '1'" />
347313
<Import Project="packaging.targets" />

0 commit comments

Comments
 (0)