Skip to content

Commit

Permalink
Remove VSIX project and unnecessary build outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
sharwell committed Dec 27, 2023
1 parent 73b34ac commit 473a022
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 104 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.1;net452</TargetFrameworks>
<TargetFramework>netstandard1.1</TargetFramework>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<PackageTargetFallback>portable-net45+win8</PackageTargetFallback>
<RootNamespace>StyleCop.Analyzers</RootNamespace>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -16,14 +18,6 @@
<NoWarn>$(NoWarn),NU5105</NoWarn>
</PropertyGroup>

<Choose>
<When Condition="'$(TargetFramework)' == 'netstandard1.1'">
<PropertyGroup>
<PackageTargetFallback>portable-net45+win8</PackageTargetFallback>
</PropertyGroup>
</When>
</Choose>

<PropertyGroup>
<CodeAnalysisRuleSet>..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 3 additions & 9 deletions StyleCop.Analyzers/StyleCop.Analyzers/StyleCop.Analyzers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,12 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>netstandard1.1;net452</TargetFrameworks>
<TargetFramework>netstandard1.1</TargetFramework>
<AppendTargetFrameworkToOutputPath>true</AppendTargetFrameworkToOutputPath>
<PackageTargetFallback>portable-net45+win8</PackageTargetFallback>
<PackageId>StyleCop.Analyzers.NewIdRequiredDueToNuGetBug</PackageId>
</PropertyGroup>

<Choose>
<When Condition="'$(TargetFramework)' == 'netstandard1.1'">
<PropertyGroup>
<PackageTargetFallback>portable-net45+win8</PackageTargetFallback>
</PropertyGroup>
</When>
</Choose>

<PropertyGroup>
<CodeAnalysisRuleSet>..\StyleCop.Analyzers.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
Expand Down
6 changes: 0 additions & 6 deletions StyleCopAnalyzers.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{E359E4
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StyleCop.Analyzers.Test", "StyleCop.Analyzers\StyleCop.Analyzers.Test\StyleCop.Analyzers.Test.csproj", "{3EB54B68-A7AA-45E8-A97B-A0746712140B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StyleCop.Analyzers.Vsix", "StyleCop.Analyzers\StyleCop.Analyzers.Vsix\StyleCop.Analyzers.Vsix.csproj", "{06BEBB30-AC91-4470-8930-22F7722A25E4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5F9532E9-B126-402A-B338-54431A4882B2}"
ProjectSection(SolutionItems) = preProject
.codecov.yml = .codecov.yml
Expand Down Expand Up @@ -290,10 +288,6 @@ Global
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EB54B68-A7AA-45E8-A97B-A0746712140B}.Release|Any CPU.Build.0 = Release|Any CPU
{06BEBB30-AC91-4470-8930-22F7722A25E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06BEBB30-AC91-4470-8930-22F7722A25E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06BEBB30-AC91-4470-8930-22F7722A25E4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06BEBB30-AC91-4470-8930-22F7722A25E4}.Release|Any CPU.Build.0 = Release|Any CPU
{C4B7092C-E1A9-4CF7-AE4C-D6A146392BA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4B7092C-E1A9-4CF7-AE4C-D6A146392BA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4B7092C-E1A9-4CF7-AE4C-D6A146392BA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down

0 comments on commit 473a022

Please sign in to comment.