2022-05-11 13:35:18 +03:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<UseWindowsForms>true</UseWindowsForms>
|
|
|
|
|
<AssemblyTitle>PowerToys.PreviewHandlerCommon</AssemblyTitle>
|
|
|
|
|
<AssemblyDescription>PowerToys PreviewHandlerCommon</AssemblyDescription>
|
|
|
|
|
<Description>PowerToys PreviewHandlerCommon</Description>
|
|
|
|
|
<DocumentationFile>$(SolutionDir)$(Platform)\$(Configuration)\modules\FileExplorerPreview\PreviewHandlerCommonDocumentation.xml</DocumentationFile>
|
2022-05-11 16:49:28 +01:00
|
|
|
<OutputPath>..\..\..\..\$(Platform)\$(Configuration)\modules\FileExplorerPreview\</OutputPath>
|
2022-05-11 13:35:18 +03:00
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ProjectGuid>{AF2349B8-E5B6-4004-9502-687C1C7730B1}</ProjectGuid>
|
|
|
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
2022-05-11 16:49:28 +01:00
|
|
|
<IntermediateOutputPath>..\..\..\..\$(Platform)\$(Configuration)\obj\$(AssemblyName)\</IntermediateOutputPath>
|
2022-05-11 13:35:18 +03:00
|
|
|
<AssemblyName>PowerToys.PreviewHandlerCommon</AssemblyName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Update="examplehandler\CustomControlTest.cs" />
|
|
|
|
|
<Compile Update="controls\FormHandlerControl.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1150.38" />
|
|
|
|
|
<PackageReference Include="System.IO.Abstractions" Version="12.2.5" />
|
|
|
|
|
</ItemGroup>
|
2020-03-11 15:53:49 -07:00
|
|
|
</Project>
|