Skip to content

Commit 1959943

Browse files
committed
Enable default 'None' items
1 parent aaa25cc commit 1959943

5 files changed

Lines changed: 0 additions & 24 deletions

File tree

StyleCop.Analyzers/Directory.Build.props

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@
1313
<InformationalVersion>1.1.0-dev</InformationalVersion>
1414
</PropertyGroup>
1515

16-
<PropertyGroup>
17-
<EnableDefaultNoneItems>False</EnableDefaultNoneItems>
18-
</PropertyGroup>
19-
2016
<PropertyGroup>
2117
<LangVersion>7</LangVersion>
2218
<Features>strict</Features>

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/StyleCop.Analyzers.CodeFixes.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,4 @@
4141
<ProjectReference Include="..\StyleCop.Analyzers\StyleCop.Analyzers.csproj" />
4242
</ItemGroup>
4343

44-
<ItemGroup>
45-
<None Include="StyleCop.Analyzers.nuspec" />
46-
<None Include="tools\install.ps1" />
47-
<None Include="tools\uninstall.ps1" />
48-
<None Include="ReadMe.txt" />
49-
</ItemGroup>
50-
5144
</Project>

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp7/StyleCop.Analyzers.Test.CSharp7.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,4 @@
2626
<ProjectReference Include="..\StyleCop.Analyzers\StyleCop.Analyzers.csproj" />
2727
</ItemGroup>
2828

29-
<ItemGroup>
30-
<None Include="app.config" />
31-
</ItemGroup>
32-
3329
</Project>

StyleCop.Analyzers/StyleCop.Analyzers.Vsix/StyleCop.Analyzers.Vsix.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@
3636
<ProjectReference Include="..\StyleCop.Analyzers\StyleCop.Analyzers.csproj" />
3737
</ItemGroup>
3838

39-
<ItemGroup>
40-
<None Include="source.extension.vsixmanifest" />
41-
</ItemGroup>
42-
4339
<Import Sdk="Microsoft.NET.Sdk" Project="Sdk.targets" />
4440

4541
<Import Project="$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets" Condition="Exists('$(VSToolsPath)\VSSDK\Microsoft.VsSDK.targets')" />

StyleCop.Analyzers/StyleCop.Analyzers/StyleCop.Analyzers.csproj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,4 @@
3232
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="1.2.1" />
3333
</ItemGroup>
3434

35-
<ItemGroup>
36-
<None Include="**\*.md" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
37-
<None Include="**\*.json" Exclude="$(DefaultItemExcludes);$(DefaultExcludesInProjectFolder)" />
38-
</ItemGroup>
39-
4035
</Project>

0 commit comments

Comments
 (0)