mirror of
https://github.com/DuendeSoftware/products
synced 2026-05-24 09:28:24 +00:00
9 lines
316 B
XML
9 lines
316 B
XML
<Project>
|
|
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.targets', '$(MSBuildThisFileDirectory)..\'))" />
|
|
|
|
<ItemGroup>
|
|
<Compile Update="**\*.g.cs">
|
|
<DependentUpon>$([System.String]::Copy('%(Filename)').Replace('.g', '.cs'))</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
</Project>
|