mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
14 lines
500 B
Plaintext
14 lines
500 B
Plaintext
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
<PropertyGroup>
|
||
|
<_PropertySheetDisplayName>PowerToys.Root.Props</_PropertySheetDisplayName>
|
||
|
</PropertyGroup>
|
||
|
|
||
|
<ItemDefinitionGroup>
|
||
|
<ClCompile>
|
||
|
<ConformanceMode>false</ConformanceMode>
|
||
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||
|
<LanguageStandard>stdcpplatest</LanguageStandard>
|
||
|
</ClCompile>
|
||
|
</ItemDefinitionGroup>
|
||
|
</Project>
|