File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 101101 </ItemGroup >
102102
103103 <Target Name =" _RegenTestFrozenmain" Inputs =" @(_TestFrozenSources)" Outputs =" @(_TestFrozenOutputs)"
104- Condition =" $(Platform) == 'Win32' or $(Platform) == 'x64'" >
104+ Condition =" ($(Platform) == 'Win32' or $(Platform) == 'x64') and
105+ $(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'" >
105106 <Message Text =" Regenerate @(_TestFrozenOutputs->'%(Filename)%(Extension)', ' ')" Importance =" high" />
106107 <Exec Command =" $(PythonExe) Programs\freeze_test_frozenmain.py Programs/test_frozenmain.h"
107108 WorkingDirectory =" $(PySourcePath)" />
121122 <Message Text =" Wrote $(OutDir)LICENSE.txt" Importance =" high" />
122123 </Target >
123124
124- <Target Name =" PostBuildRegen"
125- Condition =" $(Configuration) != 'PGInstrument' and $(Configuration) != 'PGUpdate'"
126- DependsOnTargets =" _RegenTestFrozenmain;_RegenLicense" />
125+ <Target Name =" PostBuildRegen" DependsOnTargets =" _RegenTestFrozenmain;_RegenLicense" />
127126</Project >
You can’t perform that action at this time.
0 commit comments