File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
installer/PowerToysSetupVNext/SilentFilesInUseBA Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 9292 </Link >
9393 </ItemDefinitionGroup >
9494
95+ <!-- C++ source compile-specific things for Debug/Release configurations -->
96+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Debug'" >
97+ <ClCompile >
98+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
99+ <Optimization >Disabled</Optimization >
100+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
101+ </ClCompile >
102+ <Link >
103+ <GenerateDebugInformation >true</GenerateDebugInformation >
104+ </Link >
105+ </ItemDefinitionGroup >
106+ <ItemDefinitionGroup Condition =" '$(Configuration)'=='Release'" >
107+ <ClCompile >
108+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
109+ <Optimization >MaxSpeed</Optimization >
110+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
111+ <FunctionLevelLinking >true</FunctionLevelLinking >
112+ <IntrinsicFunctions >true</IntrinsicFunctions >
113+ </ClCompile >
114+ <Link >
115+ <GenerateDebugInformation >true</GenerateDebugInformation >
116+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
117+ <OptimizeReferences >true</OptimizeReferences >
118+ </Link >
119+ </ItemDefinitionGroup >
120+
95121 <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
96122</Project >
You can’t perform that action at this time.
0 commit comments