Skip to content

Commit

Permalink
Remove redundant "Date" target from the project (#2102)
Browse files Browse the repository at this point in the history
  • Loading branch information
IhateTrains authored Aug 13, 2024
1 parent 8797c21 commit 5ee3e67
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ImperatorToCK3/ImperatorToCK3.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@
<Copy SourceFiles="@(BlankMod)" DestinationFolder="$(PublishDir)\blankMod\%(RecursiveDir)" SkipUnchangedFiles="true" OverwriteReadOnlyFiles="true" Retries="3" RetryDelayMilliseconds="300" />
</Target>

<Target Name="Date" BeforeTargets="CoreCompile">
<WriteLinesToFile File="$(IntermediateOutputPath)gen.cs" Lines="static partial class Builtin { public static long CompileTime = $([System.DateTime]::UtcNow.Ticks) %3B }" Overwrite="true" />
<ItemGroup>
<Compile Include="$(IntermediateOutputPath)gen.cs" />
</ItemGroup>
</Target>

<ItemGroup>
<InternalsVisibleTo Include="ImperatorToCK3.UnitTests" />
</ItemGroup>
Expand Down

0 comments on commit 5ee3e67

Please sign in to comment.