File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 <Projects Include =" pythoncore.vcxproj" >
3434 <BuildInParallel >false</BuildInParallel >
3535 </Projects >
36- <!-- python[w].exe -->
37- <Projects Include =" python.vcxproj;pythonw.vcxproj" />
3836 <!-- python3.dll -->
3937 <Projects Include =" python3dll.vcxproj" />
4038 <!-- py[w].exe -->
5856 <!-- Disable parallel build for test modules -->
5957 <BuildInParallel >false</BuildInParallel >
6058 </Projects >
59+
60+ <!-- python[w].exe -->
61+ <Projects Include =" python.vcxproj;pythonw.vcxproj" >
62+ <BuildInParallel >false</BuildInParallel >
63+ </Projects >
6164 </ItemGroup >
6265
6366 <Target Name =" Build" >
6467 <MSBuild Projects =" @(Projects)"
6568 Properties =" Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
6669 BuildInParallel =" %(BuildInParallel)"
70+ StopOnFirstFailure =" true"
6771 Targets =" %(BuildTarget)" />
6872 </Target >
6973
Original file line number Diff line number Diff line change 5858 <_ProjectFileVersion >10.0.30319.1</_ProjectFileVersion >
5959 <_Machine >X86</_Machine >
6060 <_Machine Condition =" $(Platform) == 'x64'" >X64</_Machine >
61+ <ExtensionsToDeleteOnClean >$(ExtensionsToDeleteOnClean);$(IntDir)python3_d.def;$(IntDir)python3stub.def</ExtensionsToDeleteOnClean >
6162 </PropertyGroup >
6263 <ItemDefinitionGroup >
6364 <ClCompile >
133134 <MakeDir Directories =" $(IntDir)" />
134135 <WriteLinesToFile File =" $(IntDir)python3stub.def" Lines =" @(_Lines)" Overwrite =" true" />
135136 </Target >
136- <Target Name =" _CleanStubDef" BeforeTargets =" CoreClean" >
137- <ItemGroup >
138- <Clean Include =" $(IntDir)python3stub.def" />
139- </ItemGroup >
140- </Target >
141137</Project >
You can’t perform that action at this time.
0 commit comments