• Home
  • Raw
  • Download

Lines Matching full:condition

3   <Import Project="python.props" Condition="$(__Python_Props_Imported) != 'true'" />
7 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
9 <OutDir Condition="!HasTrailingSlash($(OutDir))">$(OutDir)\</OutDir>
10 <Py_IntDir Condition="'$(Py_IntDir)' == ''">$(MSBuildThisFileDirectory)obj\</Py_IntDir>
13 <TargetName Condition="'$(TargetName)' == ''">$(ProjectName)</TargetName>
17 <SupportPGO Condition="'$(SupportPGO)' == ''">true</SupportPGO>
18 <SupportSigning Condition="'$(SupportSigning)' == ''">true</SupportSigning>
19 <SupportSigning Condition="'$(Configuration)' == 'Debug'">false</SupportSigning>
20 <SupportSigning Condition="'$(ConfigurationType)' == 'StaticLibrary'">false</SupportSigning>
21 <LinkIncremental Condition="$(Configuration) != 'Debug'">false</LinkIncremental>
24 <PropertyGroup Label="MSVC Bug Workarounds" Condition="$(VCToolsVersion) != ''">
28 …<MSVCHasBrokenARM64Clamping Condition="$(_VCToolsVersion) == '14.34'">true</MSVCHasBrokenARM64Clam…
33 …<_DebugPreprocessorDefinition Condition="$(Configuration) == 'Debug'">_DEBUG;</_DebugPreprocessorD…
35 …<_PlatformPreprocessorDefinition Condition="$(Platform) == 'x64'">_WIN64;_M_X64;</_PlatformPreproc…
54 …<ControlFlowGuard Condition="$(EnableControlFlowGuard) != ''">$(EnableControlFlowGuard)</ControlFl…
57 …<AdditionalOptions Condition="$(MSVCHasBrokenARM64Clamping) == 'true' and $(Platform) == 'ARM64'">…
59 <ClCompile Condition="$(Configuration) == 'Debug'">
65 <ClCompile Condition="$(ICCBuild) == 'true'">
78 <TargetMachine Condition="'$(Platform)' == 'x64'">MachineX64</TargetMachine>
79 <TargetMachine Condition="'$(Platform)'=='ARM'">MachineARM</TargetMachine>
80 <TargetMachine Condition="'$(Platform)'=='ARM64'">MachineARM64</TargetMachine>
81 …<ProfileGuidedDatabase Condition="$(SupportPGO)">$(OutDir)$(TargetName).pgd</ProfileGuidedDatabase>
82 …<LinkTimeCodeGeneration Condition="$(Configuration) == 'Release'">UseLinkTimeCodeGeneration</LinkT…
83 …<LinkTimeCodeGeneration Condition="$(SupportPGO) and $(Configuration) == 'PGInstrument'">PGInstrum…
84 …<LinkTimeCodeGeneration Condition="$(SupportPGO) and $(Configuration) == 'PGUpdate'">PGUpdate</Lin…
86 …<AdditionalOptions Condition="$(Configuration) != 'Debug'">/OPT:REF,NOICF %(AdditionalOptions)</Ad…
87 …<AdditionalOptions Condition="$(MSVCHasBrokenARM64Clamping) == 'true' and $(Platform) == 'ARM64'">…
90 … <LinkTimeCodeGeneration Condition="$(Configuration) == 'Release'">true</LinkTimeCodeGeneration>
91 …<LinkTimeCodeGeneration Condition="$(SupportPGO) and $(Configuration) == 'PGInstrument'">true</Lin…
92 …<LinkTimeCodeGeneration Condition="$(SupportPGO) and $(Configuration) == 'PGUpdate'">true</LinkTim…
104 <TargetEnvironment Condition="'$(Platform)' == 'x64'">X64</TargetEnvironment>
150 <Target Name="KillPython" BeforeTargets="PrepareForBuild" Condition="'$(KillPython)' == 'true'">
166 Condition="Exists(%(FullPath))"
170 …<Target Name="CopyPGCFiles" BeforeTargets="PrepareForBuild" Condition="$(Configuration) == 'PGUpda…
174 <_CopyFiles Include="@(_PGCFiles);@(_PGDFile)" Condition="Exists(%(FullPath))" />
178 Condition="$(RequirePGCFiles) == 'true' and @(_PGCFiles) == ''" />
186 …<SdkBinPath Condition="'$(SdkBinPath)' == '' or !Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACH…
187 …<SdkBinPath Condition="!Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\Wi…
188 …<SdkBinPath Condition="!Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\Wi…
189 …<SdkBinPath Condition="!Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACHINE\Software\Microsoft\Wi…
190 …<SdkBinPath Condition="!Exists($(SdkBinPath))">$(registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Mi…
191 …<_SignCommand Condition="Exists($(SdkBinPath)) and '$(SigningCertificate)' != '' and $(SupportSign…
192 …<_SignCommand Condition="Exists($(SdkBinPath)) and '$(SigningCertificateSha1)' != '' and $(Support…
193 <_MakeCatCommand Condition="Exists($(SdkBinPath))">"$(SdkBinPath)\makecat.exe"</_MakeCatCommand>
196 …<Target Name="_SignBuild" AfterTargets="AfterBuild" Condition="'$(_SignCommand)' != '' and $(Suppo…
197 …<Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCo…
204 <PropertyGroup Condition="$(PlatformToolset) == 'v140'">
209 <ItemGroup Condition="$(VCRedistDir) == '' and $(VCToolsRedistVersion) == ''">
212 <PropertyGroup Condition="$(VCRedistDir) == '' and $(VCToolsRedistVersion) == ''">
218 <PropertyGroup Condition="$(VCRedistDir) == ''">
223 <VCRedistDir Condition="$(Platform) == 'Win32'">$(VCRedistDir)x86\</VCRedistDir>
224 <VCRedistDir Condition="$(Platform) != 'Win32'">$(VCRedistDir)$(Platform)\</VCRedistDir>
232 <ItemGroup Condition="$(VCInstallDir) != ''">
236 …<Warning Text="vcruntime*.dll not found under $(VCRedistDir)." Condition="@(VCRuntimeDLL) == ''" />
240 <Target Name="FindPythonForBuild" Condition="$(PythonForBuild) == ''">
249 …<Error Text="Failed to locate suitable Python runtime for building from source." Condition="$(Pyth…