2020-07-22 07:27:12 +08:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-09-22 10:44:12 +08:00
<Import Project= "..\..\..\..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.3.3.0\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props" Condition= "Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.3.3.0\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props')" />
<Import Project= "..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\build\Microsoft.NetFramework.Analyzers.props" Condition= "Exists('..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\build\Microsoft.NetFramework.Analyzers.props')" />
<Import Project= "..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\build\Microsoft.NetCore.Analyzers.props" Condition= "Exists('..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\build\Microsoft.NetCore.Analyzers.props')" />
<Import Project= "..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\build\Microsoft.CodeQuality.Analyzers.props" Condition= "Exists('..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\build\Microsoft.CodeQuality.Analyzers.props')" />
<Import Project= "..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props" Condition= "Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props')" />
2020-07-22 07:27:12 +08:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
2020-09-22 10:44:12 +08:00
<Import Project= "..\..\..\Version.props" />
<ItemGroup >
<AssemblyVersionFiles Include= "Generated Files\AssemblyInfo.cs" />
</ItemGroup>
<Target Name= "GenerateAssemblyInfo" BeforeTargets= "PrepareForBuild" >
<ItemGroup >
<HeaderLines Include= "// Copyright (c) Microsoft Corporation" />
<HeaderLines Include= "// The Microsoft Corporation licenses this file to you under the MIT license." />
<HeaderLines Include= "// See the LICENSE file in the project root for more information." />
<HeaderLines Include= "#pragma warning disable SA1516" />
<HeaderLines Include= "using System.Reflection%3b" />
<HeaderLines Include= "using System.Resources%3b" />
<HeaderLines Include= "using System.Runtime.CompilerServices%3b" />
<HeaderLines Include= "using System.Runtime.InteropServices%3b" />
<HeaderLines Include= "[assembly: AssemblyTitle("$(AssemblyTitle)")]" />
<HeaderLines Include= "[assembly: AssemblyDescription("$(AssemblyDescription)")]" />
<HeaderLines Include= "[assembly: AssemblyConfiguration("")]" />
<HeaderLines Include= "[assembly: AssemblyCompany("$(AssemblyCompany)")]" />
<HeaderLines Include= "[assembly: AssemblyCopyright("$(AssemblyCopyright)")]" />
<HeaderLines Include= "[assembly: AssemblyProduct("$(AssemblyProduct)")]" />
<HeaderLines Include= "[assembly: AssemblyTrademark("")]" />
<HeaderLines Include= "[assembly: AssemblyCulture("")]" />
<HeaderLines Include= "[assembly: ComVisible(false)]" />
<HeaderLines Include= "[assembly: NeutralResourcesLanguage("en-US")]" />
<HeaderLines Include= "[assembly: AssemblyVersion("$(Version).0")]" />
<HeaderLines Include= "[assembly: AssemblyFileVersion("$(Version).0")]" />
</ItemGroup>
<WriteLinesToFile File= "Generated Files\AssemblyInfo.cs" Lines= "@(HeaderLines)" Overwrite= "true" Encoding= "Unicode" WriteOnlyWhenDifferent= "true" />
</Target>
2020-07-22 07:27:12 +08:00
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {8FFE09DA-FA4F-4EE1-B3A2-AD5497FBD1AD}</ProjectGuid>
<OutputType > Library</OutputType>
2020-09-22 10:44:12 +08:00
<RootNamespace > Microsoft.PowerToys.ThumbnailHandler.Svg</RootNamespace>
2020-07-22 07:27:12 +08:00
<AssemblyName > SVGThumbnailProvider</AssemblyName>
2020-09-22 10:44:12 +08:00
<AssemblyTitle > SVGThumbnailProvider</AssemblyTitle>
<AssemblyDescription > PowerToys SvgPreviewHandler</AssemblyDescription>
<AssemblyCompany > Microsoft Corporation</AssemblyCompany>
<AssemblyCopyright > Copyright (C) 2020 Microsoft Corporation</AssemblyCopyright>
<AssemblyProduct > PowerToys</AssemblyProduct>
2020-07-22 07:27:12 +08:00
<TargetFrameworkVersion > v4.7.2</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
2020-09-22 10:44:12 +08:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2020-07-22 07:27:12 +08:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > x64</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > ..\..\..\..\x64\Debug\modules\FileExplorerPreview\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 2</WarningLevel>
<TreatWarningsAsErrors > true</TreatWarningsAsErrors>
<DocumentationFile > %24%28SolutionDir%29%24%28Platform%29\%24%28Configuration%29\modules\FileExplorerPreview\SvgThumbnailProvider.xml</DocumentationFile>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > x64</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > ..\..\..\..\x64\Release\modules\FileExplorerPreview\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
<DocumentationFile > %24%28SolutionDir%29%24%28Platform%29\%24%28Configuration%29\modules\FileExplorerPreview\SvgThumbnailProvider.xml</DocumentationFile>
<TreatWarningsAsErrors > true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup >
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Debug|x64'" >
2020-09-22 10:44:12 +08:00
<TreatWarningsAsErrors > true</TreatWarningsAsErrors>
2020-07-22 07:27:12 +08:00
<PlatformTarget > x64</PlatformTarget>
<OutputPath > ..\..\..\..\x64\Debug\modules\FileExplorerPreview\</OutputPath>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)' == 'Release|x64'" >
2020-09-22 10:44:12 +08:00
<TreatWarningsAsErrors > true</TreatWarningsAsErrors>
2020-07-22 07:27:12 +08:00
<PlatformTarget > x64</PlatformTarget>
<OutputPath > ..\..\..\..\x64\Release\modules\FileExplorerPreview\</OutputPath>
</PropertyGroup>
<ItemGroup >
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Deployment" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Windows.Forms" />
<Reference Include= "System.Xml" />
</ItemGroup>
<ItemGroup >
2020-07-31 06:57:10 +08:00
<Compile Include= "..\..\..\codeAnalysis\GlobalSuppressions.cs" >
<Link > GlobalSuppressions.cs</Link>
</Compile>
2020-07-22 07:27:12 +08:00
<Compile Include= "SvgThumbnailProvider.cs" />
2020-09-22 10:44:12 +08:00
<Compile Include= "Generated Files\AssemblyInfo.cs" >
<SubType > Code</SubType>
</Compile>
2020-07-22 07:27:12 +08:00
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\..\..\common\ManagedTelemetry\Telemetry\Telemetry.csproj" >
<Project > {5d00d290-4016-4cfe-9e41-1e7c724509ba}</Project>
<Name > Telemetry</Name>
</ProjectReference>
<ProjectReference Include= "..\Common\PreviewHandlerCommon.csproj" >
<Project > {af2349b8-e5b6-4004-9502-687c1c7730b1}</Project>
<Name > PreviewHandlerCommon</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup >
<Folder Include= "Properties\" />
</ItemGroup>
<ItemGroup >
2020-07-31 06:57:10 +08:00
<AdditionalFiles Include= "..\..\..\codeAnalysis\StyleCop.json" >
<Link > StyleCop.json</Link>
</AdditionalFiles>
2020-07-22 07:27:12 +08:00
</ItemGroup>
2020-09-22 10:44:12 +08:00
<ItemGroup >
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<Analyzer Include= "..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\analyzers\dotnet\cs\Microsoft.CodeAnalysis.VersionCheckAnalyzer.resources.dll" />
<Analyzer Include= "..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\analyzers\dotnet\Microsoft.CodeAnalysis.VersionCheckAnalyzer.dll" />
<Analyzer Include= "..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\analyzers\dotnet\cs\Humanizer.dll" />
<Analyzer Include= "..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeQuality.Analyzers.dll" />
<Analyzer Include= "..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.CodeQuality.CSharp.Analyzers.dll" />
<Analyzer Include= "..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.NetCore.Analyzers.dll" />
<Analyzer Include= "..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.NetCore.CSharp.Analyzers.dll" />
<Analyzer Include= "..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.NetFramework.Analyzers.dll" />
<Analyzer Include= "..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\analyzers\dotnet\cs\Microsoft.NetFramework.CSharp.Analyzers.dll" />
<Analyzer Include= "..\..\..\..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.CodeFixes.dll" />
<Analyzer Include= "..\..\..\..\packages\StyleCop.Analyzers.1.1.118\analyzers\dotnet\cs\StyleCop.Analyzers.dll" />
</ItemGroup>
2020-07-22 07:27:12 +08:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2020-09-22 10:44:12 +08:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeAnalysis.VersionCheckAnalyzer.3.3.0\build\Microsoft.CodeAnalysis.VersionCheckAnalyzer.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\build\Microsoft.CodeQuality.Analyzers.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeQuality.Analyzers.3.3.0\build\Microsoft.CodeQuality.Analyzers.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\build\Microsoft.NetCore.Analyzers.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.NetCore.Analyzers.3.3.0\build\Microsoft.NetCore.Analyzers.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\build\Microsoft.NetFramework.Analyzers.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.NetFramework.Analyzers.3.3.0\build\Microsoft.NetFramework.Analyzers.props'))" />
<Error Condition= "!Exists('..\..\..\..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.3.3.0\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\Microsoft.CodeAnalysis.FxCopAnalyzers.3.3.0\build\Microsoft.CodeAnalysis.FxCopAnalyzers.props'))" />
</Target>
2020-07-22 07:27:12 +08:00
</Project>