comment out code generation for units
This commit is contained in:
parent
c78451d4cf
commit
3e2e3e7190
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue