mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
25 lines
997 B
XML
25 lines
997 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
<!-- Look at Directory.Build.props in root for common stuff as well -->
|
|||
|
|
<Import Project="..\..\..\Common.Dotnet.CsWinRT.props" />
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
|
|||
|
|
<ProjectGuid>{923DF87C-CA99-4D1C-B1D2-959174E95BFA}</ProjectGuid>
|
|||
|
|
<AssemblyName>PowerToys.MouseJump.Common</AssemblyName>
|
|||
|
|
<AssemblyTitle>PowerToys.MouseJump.Common</AssemblyTitle>
|
|||
|
|
<AssemblyDescription>PowerToys MouseJump.Common</AssemblyDescription>
|
|||
|
|
<OutputType>Library</OutputType>
|
|||
|
|
<OutputPath>..\..\..\..\$(Platform)\$(Configuration)</OutputPath>
|
|||
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|||
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|||
|
|
|
|||
|
|
<ApplicationHighDpiMode>PerMonitorV2</ApplicationHighDpiMode>
|
|||
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|||
|
|
<Nullable>enable</Nullable>
|
|||
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|||
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|||
|
|
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
</Project>
|