GisDevelop_Exp/GisDevelop_Exp/GisDevelop_Exp.csproj
2024-12-30 19:38:12 +08:00

38 lines
1.1 KiB
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows10.0.19041.0</TargetFramework>
<SupportedOSPlatformVersion>10.0.19041.0</SupportedOSPlatformVersion>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
<UseWindowsForms>true</UseWindowsForms>
<RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Esri.ArcGISRuntime.Toolkit">
<Version>100.15.0</Version>
</PackageReference>
<PackageReference Include="Esri.ArcGISRuntime.WPF">
<Version>200.5.0</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<Page Update="ExtentLocationQueryResultsWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<XamlRuntime>Wpf</XamlRuntime>
<SubType>Designer</SubType>
</Page>
</ItemGroup>
<ItemGroup>
<Compile Update="ExtentLocationQueryResultsWindow.xaml.cs">
<SubType>Code</SubType>
<DependentUpon>ExtentLocationQueryResultsWindow.xaml</DependentUpon>
</Compile>
</ItemGroup>
</Project>