mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
18 lines
821 B
XML
18 lines
821 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<Import Project="..\..\..\Common.Dotnet.CsWinRT.props" />
|
|||
|
|
|
|||
|
|
<PropertyGroup>
|
|||
|
|
<AssemblyTitle>PowerToys.WorkspacesCsharpLibrary</AssemblyTitle>
|
|||
|
|
<AssemblyDescription>PowerToys Workspaces Csharp Library</AssemblyDescription>
|
|||
|
|
<Description>PowerToys Workspaces Csharp Library</Description>
|
|||
|
|
<UseWPF>true</UseWPF>
|
|||
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|||
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|||
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|||
|
|
<GenerateSatelliteAssembliesForCore>true</GenerateSatelliteAssembliesForCore>
|
|||
|
|
<OutputPath>..\..\..\..\$(Platform)\$(Configuration)</OutputPath>
|
|||
|
|
<AssemblyName>PowerToys.WorkspacesCsharpLibrary</AssemblyName>
|
|||
|
|
</PropertyGroup>
|
|||
|
|
|
|||
|
|
</Project>
|