Innovenergy_trunk/csharp/Lib/Units/Units.csproj

20 lines
739 B
XML
Raw Normal View History

2023-02-23 06:55:15 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2023-05-11 08:20:47 +00:00
<PropertyGroup>
<Configurations>Debug;Release;Release-Server</Configurations>
<Platforms>AnyCPU;linux-arm</Platforms>
</PropertyGroup>
2023-02-25 15:04:41 +00:00
<Import Project="../InnovEnergy.Lib.props" />
2023-02-23 06:55:15 +00:00
<ItemGroup>
2023-05-24 10:04:01 +00:00
<ProjectReference Include="../Utils/Utils.csproj" />
<ProjectReference Include="../Time/Time.csproj" />
<ProjectReference Include="../SrcGen/SrcGen.csproj" />
</ItemGroup>
2023-05-24 10:04:01 +00:00
2023-06-20 13:11:26 +00:00
<!-- <Target Name="PreBuild" BeforeTargets="PreBuildEvent">-->
<!-- <MSBuild Projects="../SrcGen/SrcGen.csproj" />-->
<!-- <Exec Command="../SrcGen/bin/$(Configuration)/$(TargetFramework)/SrcGen $(MSBuildProjectFullPath)" />-->
<!-- </Target>-->
2023-02-26 14:39:55 +00:00
2023-02-23 06:55:15 +00:00
</Project>