Skip to content

Commit

Permalink
Everything works great
Browse files Browse the repository at this point in the history
  • Loading branch information
smellilac committed Jul 25, 2024
1 parent bf137bf commit e84abfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Discord QuickEdit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="FFMpegCore" Version="5.1.0" />
</ItemGroup>

<Target Name="Date" BeforeTargets="BeforeBuild">
<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" />
Expand Down

0 comments on commit e84abfd

Please sign in to comment.