Skip to content

Commit

Permalink
cleanup Errata.Tests.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp authored and patriksvensson committed Jun 25, 2024
1 parent 2f819fb commit b73faca
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/Errata.Tests/Errata.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,16 @@

<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>

<ItemGroup>
<AdditionalFiles Include="..\stylecop.json" Link="Properties\stylecop.json" />
</ItemGroup>

<ItemGroup>
<EmbeddedResource Include="Data\Example.md" />
<EmbeddedResource Include="Data\Foo.cpp" />
<EmbeddedResource Include="Data\Foo.h" />
<EmbeddedResource Include="Data\Program.cs" />
<EmbeddedResource Include="Data\*.*" />
<Compile Remove="Data\Program.cs" />
<None Remove="Data\Example.md" />
<None Remove="Data\Foo.cpp" />
<None Remove="Data\Foo.h" />
<None Remove="Data\*.*" />
</ItemGroup>

<ItemGroup>
Expand All @@ -37,8 +31,4 @@
<ProjectReference Include="..\Errata\Errata.csproj" />
</ItemGroup>

<ItemGroup>
<Folder Include="Expectations\Report\" />
</ItemGroup>

</Project>

0 comments on commit b73faca

Please sign in to comment.