mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
uh, this was an insane way to handle that
This commit is contained in:
@@ -84,7 +84,7 @@
|
|||||||
<PreferredToolArchitecture Condition="'$(PROCESSOR_ARCHITECTURE)' == 'ARM64' or '$(PROCESSOR_ARCHITEW6432)' == 'ARM64'">arm64</PreferredToolArchitecture>
|
<PreferredToolArchitecture Condition="'$(PROCESSOR_ARCHITECTURE)' == 'ARM64' or '$(PROCESSOR_ARCHITEW6432)' == 'ARM64'">arm64</PreferredToolArchitecture>
|
||||||
<VcpkgEnabled>false</VcpkgEnabled>
|
<VcpkgEnabled>false</VcpkgEnabled>
|
||||||
<ReplaceWildcardsInProjectItems>true</ReplaceWildcardsInProjectItems>
|
<ReplaceWildcardsInProjectItems>true</ReplaceWildcardsInProjectItems>
|
||||||
<ExternalIncludePath>$(MSBuildThisFileFullPath)\..\deps\;$(MSBuildThisFileFullPath)\..\packages\;$(ExternalIncludePath)</ExternalIncludePath>
|
<ExternalIncludePath>$(MSBuildThisFileDirectory)\deps\;$(MSBuildThisFileDirectory)\packages\;$(ExternalIncludePath)</ExternalIncludePath>
|
||||||
<!-- Enable control flow guard for C++ projects that don't consume any C++ files -->
|
<!-- Enable control flow guard for C++ projects that don't consume any C++ files -->
|
||||||
<!-- This covers the case where a .dll exports a .lib, but doesn't have any ClCompile entries. -->
|
<!-- This covers the case where a .dll exports a .lib, but doesn't have any ClCompile entries. -->
|
||||||
<LinkControlFlowGuard>Guard</LinkControlFlowGuard>
|
<LinkControlFlowGuard>Guard</LinkControlFlowGuard>
|
||||||
|
|||||||
Reference in New Issue
Block a user