2022-01-25 21:02:10 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyTitle>PowerToys.MonacoPreviewHandler</AssemblyTitle>
|
|
|
|
|
<AssemblyDescription>PowerToys MonacoPreviewHandler</AssemblyDescription>
|
|
|
|
|
<Description>PowerToys MonacoPreviewHandler</Description>
|
2022-05-11 16:49:28 +01:00
|
|
|
<OutputPath>..\..\..\..\$(Platform)\$(Configuration)\modules\FileExplorerPreview\</OutputPath>
|
2022-01-25 21:02:10 +01:00
|
|
|
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
|
|
|
|
|
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
|
|
|
|
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
2022-05-19 14:02:08 +01:00
|
|
|
<GenerateSatelliteAssembliesForCore>true</GenerateSatelliteAssembliesForCore>
|
2022-05-11 16:49:28 +01:00
|
|
|
<RuntimeIdentifiers>win10-x64;win10-arm64</RuntimeIdentifiers>
|
2022-01-25 21:02:10 +01:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\Version.props" />
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RootNamespace>Microsoft.PowerToys.PreviewHandler.Monaco</RootNamespace>
|
2022-05-11 16:49:28 +01:00
|
|
|
<TargetFramework>net6.0-windows10.0.18362.0</TargetFramework>
|
2022-01-25 21:02:10 +01:00
|
|
|
<EnableComHosting>true</EnableComHosting>
|
2022-05-19 14:02:08 +01:00
|
|
|
<IntermediateOutputPath>$(SolutionDir)$(Platform)\$(Configuration)\obj\$(AssemblyName)\</IntermediateOutputPath>
|
2022-01-25 21:02:10 +01:00
|
|
|
<AssemblyName>PowerToys.MonacoPreviewHandler</AssemblyName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2022-05-11 13:35:18 +03:00
|
|
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
2022-01-25 21:02:10 +01:00
|
|
|
<WarningsAsErrors>;NU1605</WarningsAsErrors>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<NoWarn>1701;1702</NoWarn>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-02-11 17:42:17 +01:00
|
|
|
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="6.0.0">
|
2022-01-25 21:02:10 +01:00
|
|
|
<PrivateAssets>all</PrivateAssets>
|
2022-02-11 17:42:17 +01:00
|
|
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
2022-01-25 21:02:10 +01:00
|
|
|
</PackageReference>
|
2022-04-14 17:27:22 +02:00
|
|
|
<PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1150.38" />
|
2022-01-25 21:02:10 +01:00
|
|
|
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
|
|
|
|
|
<PrivateAssets>all</PrivateAssets>
|
|
|
|
|
</PackageReference>
|
2022-02-18 15:19:40 +01:00
|
|
|
<PackageReference Include="System.IO.Abstractions" Version="12.2.5" />
|
2022-01-25 21:02:10 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-04-14 16:09:49 +02:00
|
|
|
<Compile Update="MonacoPreviewHandlerControl.cs" />
|
|
|
|
|
<Compile Update="Properties\Resources.Designer.cs">
|
|
|
|
|
<DesignTime>True</DesignTime>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
</Compile>
|
2022-01-25 21:02:10 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\common\Common.UI\Common.UI.csproj" />
|
|
|
|
|
<ProjectReference Include="..\common\PreviewHandlerCommon.csproj" />
|
2022-04-14 16:09:49 +02:00
|
|
|
<ProjectReference Include="..\..\..\settings-ui\Settings.UI.Library\Settings.UI.Library.csproj" />
|
2022-01-25 21:02:10 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<AdditionalFiles Include="..\..\..\codeAnalysis\StyleCop.json">
|
|
|
|
|
<Link>StyleCop.json</Link>
|
|
|
|
|
</AdditionalFiles>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="..\..\..\codeAnalysis\GlobalSuppressions.cs" Link="GlobalSuppressions.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-04-14 16:09:49 +02:00
|
|
|
<None Update="index.html">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2022-01-25 21:02:10 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-04-14 16:09:49 +02:00
|
|
|
<None Update="monacoSRC\**\*.*">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="customLanguages\**\*.*">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Update="monaco_languages.json">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2022-01-25 21:02:10 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-04-14 16:09:49 +02:00
|
|
|
<None Update="monacoSpecialLanguages.js">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
2022-01-25 21:02:10 +01:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|