|
17 | 17 | </PropertyGroup>
|
18 | 18 |
|
19 | 19 | <ItemDefinitionGroup>
|
20 |
| - <PreFreezeProjects> |
21 |
| - <Platform>$(Platform)</Platform> |
22 |
| - <Configuration>$(Configuration)</Configuration> |
23 |
| - <Properties></Properties> |
24 |
| - <BuildTarget>Build</BuildTarget> |
25 |
| - <CleanTarget>Clean</CleanTarget> |
26 |
| - <CleanAllTarget>CleanAll</CleanAllTarget> |
27 |
| - <BuildInParallel>true</BuildInParallel> |
28 |
| - </PreFreezeProjects> |
29 | 20 | <FreezeProjects>
|
30 | 21 | <Platform>$(PreferredToolArchitecture)</Platform>
|
31 | 22 | <Configuration>$(Configuration)</Configuration>
|
|
101 | 92 | <Projects2 Include="python_uwp.vcxproj;pythonw_uwp.vcxproj" Condition="$(IncludeUwp)" />
|
102 | 93 | <!-- venv[w]launcher.exe -->
|
103 | 94 | <Projects2 Include="venvlauncher.vcxproj;venvwlauncher.vcxproj" />
|
104 |
| - <!-- JIT --> |
105 |
| - <PreFreezeProjects Include="jit.vcxproj"/> |
106 | 95 | </ItemGroup>
|
107 | 96 |
|
108 | 97 | <Target Name="Build">
|
109 |
| - <MSBuild Projects="@(PreFreezeProjects)" |
110 |
| - Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)" |
111 |
| - BuildInParallel="%(BuildInParallel)" |
112 |
| - StopOnFirstFailure="true" |
113 |
| - Targets="%(BuildTarget)" /> |
114 | 98 | <MSBuild Projects="@(FreezeProjects)"
|
115 | 99 | Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)"
|
116 | 100 | BuildInParallel="%(BuildInParallel)"
|
|
147 | 131 | StopOnFirstFailure="false"
|
148 | 132 | Condition="%(CleanTarget) != ''"
|
149 | 133 | Targets="%(CleanTarget)" />
|
150 |
| - <MSBuild Projects="@(PreFreezeProjects)" |
151 |
| - Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)" |
152 |
| - BuildInParallel="%(BuildInParallel)" |
153 |
| - StopOnFirstFailure="false" |
154 |
| - Condition="%(CleanTarget) != ''" |
155 |
| - Targets="%(CleanTarget)" /> |
156 | 134 | </Target>
|
157 | 135 |
|
158 | 136 | <Target Name="CleanAll">
|
|
174 | 152 | StopOnFirstFailure="false"
|
175 | 153 | Condition="%(CleanTarget) != ''"
|
176 | 154 | Targets="%(CleanTarget)" />
|
177 |
| - <MSBuild Projects="@(PreFreezeProjects)" |
178 |
| - Properties="Configuration=%(Configuration);Platform=%(Platform);%(Properties)" |
179 |
| - BuildInParallel="%(BuildInParallel)" |
180 |
| - StopOnFirstFailure="false" |
181 |
| - Condition="%(CleanAllTarget) != ''" |
182 |
| - Targets="%(CleanAllTarget)" /> |
183 | 155 | </Target>
|
184 | 156 |
|
185 | 157 | <Target Name="Rebuild" DependsOnTargets="Clean;Build" />
|
|
0 commit comments