mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
17 lines
561 B
XML
17 lines
561 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<TargetFramework>net8.0-windows10.0.20348.0</TargetFramework>
|
|||
|
|
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
|
|||
|
|
<Description>PowerToys FancyZonesEditorCommon</Description>
|
|||
|
|
<AssemblyName>PowerToys.FancyZonesEditorCommon</AssemblyName>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<PackageReference Include="System.IO.Abstractions" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<OutputPath>..\..\..\..\$(Platform)\$(Configuration)\FancyZonesEditorCommon\</OutputPath>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
</Project>
|