2024-11-20 20:15:18 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\Common.Dotnet.CsWinRT.props" />
|
2025-12-23 21:07:44 +08:00
|
|
|
|
<Import Project="..\..\..\Common.Dotnet.AotCompatibility.props" />
|
2024-11-20 20:15:18 +01:00
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<AssemblyTitle>PowerToys.WorkspacesCsharpLibrary</AssemblyTitle>
|
|
|
|
|
|
<AssemblyDescription>PowerToys Workspaces Csharp Library</AssemblyDescription>
|
|
|
|
|
|
<Description>PowerToys Workspaces Csharp Library</Description>
|
2025-12-23 21:07:44 +08:00
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2024-11-20 20:15:18 +01:00
|
|
|
|
<UseWPF>true</UseWPF>
|
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
|
<GenerateSatelliteAssembliesForCore>true</GenerateSatelliteAssembliesForCore>
|
|
|
|
|
|
<OutputPath>..\..\..\..\$(Platform)\$(Configuration)</OutputPath>
|
|
|
|
|
|
<AssemblyName>PowerToys.WorkspacesCsharpLibrary</AssemblyName>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
2025-12-23 21:07:44 +08:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<PackageReference Include="System.IO.Abstractions" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|