/ src / common / FilePreviewCommon / FilePreviewCommon.csproj
FilePreviewCommon.csproj
 1  <Project Sdk="Microsoft.NET.Sdk">
 2    <!-- Look at Directory.Build.props in root for common stuff as well -->
 3    <Import Project="$(RepoRoot)src\Common.Dotnet.CsWinRT.props" />
 4    <Import Project="$(RepoRoot)src\Monaco.props" />
 5    <Import Project="$(RepoRoot)src\Common.Dotnet.AotCompatibility.props" />
 6  
 7    <PropertyGroup>
 8      <Description>PowerToys FilePreviewCommon</Description>
 9      <AssemblyName>PowerToys.FilePreviewCommon</AssemblyName>
10      <UseWindowsForms>true</UseWindowsForms>
11      <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
12      <Nullable>enable</Nullable>
13    </PropertyGroup>
14  
15    <ItemGroup>
16      <PackageReference Include="Markdig.Signed" />
17      <PackageReference Include="System.Text.Encoding.CodePages" />
18      <PackageReference Include="UTF.Unknown" />
19    </ItemGroup>
20  </Project>