Innovenergy_trunk/csharp/Lib/Units/Units.csproj

22 lines
633 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>
<PackageReference Include="DecimalMath.DecimalEx" Version="1.0.2" />
</ItemGroup>
<ItemGroup>
2023-03-07 10:18:35 +00:00
<ProjectReference Include="../Utils/Utils.csproj" />
2023-03-08 13:17:39 +00:00
<ProjectReference Include="../Time/Time.csproj" />
</ItemGroup>
2023-02-26 14:39:55 +00:00
<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="./Generator/generate.sh" />
</Target>
2023-02-23 06:55:15 +00:00
</Project>