Innovenergy_trunk/csharp/Lib/Units/Units.csproj

16 lines
522 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="../InnovEnergy.Lib.props" />
<ItemGroup>
<ProjectReference Include="../Utils/Utils.csproj" />
<ProjectReference Include="../Time/Time.csproj" />
</ItemGroup>
<!-- <Target Name="PreBuild" BeforeTargets="PreBuildEvent">-->
<!-- <MSBuild Projects="../SrcGen/SrcGen.csproj" />-->
<!-- <Exec Command="../SrcGen/bin/$(Configuration)/$(TargetFramework)/SrcGen $(MSBuildProjectFullPath)" />-->
<!-- </Target>-->
</Project>