mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-01-20 02:57:03 +01:00
25 lines
1.0 KiB
XML
25 lines
1.0 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="$(RepoRoot)src\Common.Dotnet.CsWinRT.props" />
|
|
<Import Project="$(RepoRoot)src\Common.Dotnet.AotCompatibility.props" />
|
|
|
|
<PropertyGroup>
|
|
<AssemblyTitle>PowerToys.WorkspacesCsharpLibrary</AssemblyTitle>
|
|
<AssemblyDescription>PowerToys Workspaces Csharp Library</AssemblyDescription>
|
|
<Description>PowerToys Workspaces Csharp Library</Description>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<UseWPF>true</UseWPF>
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
<GenerateSatelliteAssembliesForCore>true</GenerateSatelliteAssembliesForCore>
|
|
<OutputPath>$(RepoRoot)$(Platform)\$(Configuration)</OutputPath>
|
|
<AssemblyName>PowerToys.WorkspacesCsharpLibrary</AssemblyName>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.IO.Abstractions" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|