comment out code generation for units

This commit is contained in:
atef 2023-06-20 15:11:26 +02:00
parent c78451d4cf
commit 3e2e3e7190
1 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@
<ProjectReference Include="../SrcGen/SrcGen.csproj" />
</ItemGroup>
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<MSBuild Projects="../SrcGen/SrcGen.csproj" />
<Exec Command="../SrcGen/bin/$(Configuration)/$(TargetFramework)/SrcGen $(MSBuildProjectFullPath)" />
</Target>
<!-- <Target Name="PreBuild" BeforeTargets="PreBuildEvent">-->
<!-- <MSBuild Projects="../SrcGen/SrcGen.csproj" />-->
<!-- <Exec Command="../SrcGen/bin/$(Configuration)/$(TargetFramework)/SrcGen $(MSBuildProjectFullPath)" />-->
<!-- </Target>-->
</Project>