FarmMapsApiClient_KB34_MAST/FarmmapsKPI/FarmmapsKPI.csproj

21 lines
487 B
XML
Raw Normal View History

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>
<ItemGroup>
<None Update="KPIInput.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
2023-03-22 13:48:13 +00:00
</Project>