2018-12-09 17:14:32 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
|
|
<ProjectGuid>{BE08B7BC-8C89-4837-BCE7-EDDDABEAB372}</ProjectGuid>
|
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
|
<RootNamespace>MapControl.Images</RootNamespace>
|
|
|
|
|
|
<AssemblyName>MapImages.UWP</AssemblyName>
|
|
|
|
|
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|
|
|
|
|
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
2021-03-15 18:59:43 +01:00
|
|
|
|
<TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">10.0.19041.0</TargetPlatformVersion>
|
2019-07-11 00:35:04 +02:00
|
|
|
|
<TargetPlatformMinVersion>10.0.17134.0</TargetPlatformMinVersion>
|
2018-12-09 17:14:32 +01:00
|
|
|
|
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
|
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Debug\</OutputPath>
|
2021-11-17 23:46:48 +01:00
|
|
|
|
<DefineConstants>DEBUG;UWP</DefineConstants>
|
2018-12-09 17:14:32 +01:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
2021-11-17 23:46:48 +01:00
|
|
|
|
<DefineConstants>UWP</DefineConstants>
|
2018-12-09 17:14:32 +01:00
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemGroup>
|
2022-01-16 18:39:50 +01:00
|
|
|
|
<Compile Include="..\Shared\GeoImage.cs">
|
|
|
|
|
|
<Link>GeoImage.cs</Link>
|
2022-01-08 21:22:45 +01:00
|
|
|
|
</Compile>
|
2018-12-09 17:14:32 +01:00
|
|
|
|
<Compile Include="..\Shared\GroundOverlayPanel.cs">
|
|
|
|
|
|
<Link>GroundOverlayPanel.cs</Link>
|
|
|
|
|
|
</Compile>
|
2022-01-16 18:39:50 +01:00
|
|
|
|
<Compile Include="..\WinUI\GeoImage.WinUI.cs">
|
|
|
|
|
|
<Link>GeoImage.WinUI.cs</Link>
|
2018-12-09 17:14:32 +01:00
|
|
|
|
</Compile>
|
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
|
<EmbeddedResource Include="Properties\MapImages.UWP.rd.xml" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
|
2021-10-17 12:46:05 +02:00
|
|
|
|
<Version>6.2.13</Version>
|
2018-12-09 17:14:32 +01:00
|
|
|
|
</PackageReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\..\MapControl\UWP\MapControl.UWP.csproj">
|
|
|
|
|
|
<Project>{9545f73c-9c35-4cf6-baae-19a0baebd344}</Project>
|
|
|
|
|
|
<Name>MapControl.UWP</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\..\MapProjections\UWP\MapProjections.UWP.csproj">
|
|
|
|
|
|
<Project>{9ee69591-5edc-45e3-893e-2f9a4b82d538}</Project>
|
|
|
|
|
|
<Name>MapProjections.UWP</Name>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<None Include="..\..\MapControl.snk">
|
|
|
|
|
|
<Link>MapControl.snk</Link>
|
|
|
|
|
|
</None>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
|
|
|
|
<VisualStudioVersion>14.0</VisualStudioVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\..\MapControl.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
|
|
|
|
</Project>
|