Cleanup csproj files

This commit is contained in:
jvyden 2022-05-15 16:27:53 -04:00
commit e1a036642e
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278
2 changed files with 0 additions and 17 deletions

View file

@ -30,12 +30,4 @@
<ProjectReference Include="..\ProjectLighthouse.Tests\ProjectLighthouse.Tests.csproj"/>
<ProjectReference Include="..\ProjectLighthouse\ProjectLighthouse.csproj"/>
</ItemGroup>
<ItemGroup>
<Content Include="..\ProjectLighthouse.Tests\ExampleFiles\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<ProjectReference Include="..\ProjectLighthouse\ProjectLighthouse.csproj"/>
</ItemGroup>
</Project>

View file

@ -49,15 +49,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Remove="Extensions\SerializationExtensions.cs" />
<Compile Remove="Helpers\FriendHelper.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Startup\Middlewares" />
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="git describe --long --always --dirty --exclude=\* --abbrev=8 &gt; &quot;$(ProjectDir)/gitVersion.txt&quot;" />
<Exec Command="git branch --show-current &gt; &quot;$(ProjectDir)/gitBranch.txt&quot;" />