This commit is contained in:
YoshiRulz 2020-01-29 20:14:45 +10:00
parent 7950605676
commit 92dfcbffd4
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<AdditionalFiles Include="$(ProjectDir)../../.stylecop.json" /> <AdditionalFiles Include="$(ProjectDir)../../.stylecop.json" />
<Compile Remove="*.sh" /> <None Remove="*.sh" />
</ItemGroup> </ItemGroup>
</Project> </Project>