2022-03-18 16:47:18 +00:00
|
|
|
<Project>
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<Copyright>Copyright (C) 2022 Microsoft Corporation</Copyright>
|
|
|
|
<AssemblyCompany>Microsoft Corp.</AssemblyCompany>
|
|
|
|
<AssemblyCopyright>Copyright (C) 2022 Microsoft Corporation</AssemblyCopyright>
|
|
|
|
<AssemblyProduct>PowerToys</AssemblyProduct>
|
|
|
|
<Company>Microsoft Corporation</Company>
|
|
|
|
<NeutralLanguage>en-US</NeutralLanguage>
|
|
|
|
<Platforms>x64</Platforms>
|
|
|
|
<EnableNETAnalyzers>true</EnableNETAnalyzers>
|
|
|
|
<AnalysisMode>Recommended</AnalysisMode>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<PropertyGroup Condition="'$(MSBuildProjectExtension)' == '.csproj'">
|
|
|
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
|
|
|
</PropertyGroup>
|
2020-12-14 12:20:45 +00:00
|
|
|
|
2020-04-29 20:02:18 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
<_PropertySheetDisplayName>PowerToys.Root.Props</_PropertySheetDisplayName>
|
2020-12-14 12:20:45 +00:00
|
|
|
<ForceImportBeforeCppProps>$(MsbuildThisFileDirectory)\Cpp.Build.props</ForceImportBeforeCppProps>
|
2020-04-29 20:02:18 +00:00
|
|
|
</PropertyGroup>
|
2022-03-18 16:47:18 +00:00
|
|
|
|
2020-04-29 20:02:18 +00:00
|
|
|
</Project>
|