2023-06-27 10:58:36 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2023-03-22 13:48:13 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2023-06-27 10:58:36 +00:00
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<Platforms>AnyCPU;x64</Platforms>
|
2023-03-22 13:48:13 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\FarmmapsApi\FarmmapsApi.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-06-13 10:05:30 +00:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="KPIInput.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-03-22 13:48:13 +00:00
|
|
|
|
</Project>
|