1<?xml version="1.0" encoding="utf-8"?> 2<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 3 <ItemGroup Label="ProjectConfigurations"> 4 <ProjectConfiguration Include="Debug|ARM"> 5 <Configuration>Debug</Configuration> 6 <Platform>ARM</Platform> 7 </ProjectConfiguration> 8 <ProjectConfiguration Include="Debug|ARM64"> 9 <Configuration>Debug</Configuration> 10 <Platform>ARM64</Platform> 11 </ProjectConfiguration> 12 <ProjectConfiguration Include="Debug|Win32"> 13 <Configuration>Debug</Configuration> 14 <Platform>Win32</Platform> 15 </ProjectConfiguration> 16 <ProjectConfiguration Include="Debug|x64"> 17 <Configuration>Debug</Configuration> 18 <Platform>x64</Platform> 19 </ProjectConfiguration> 20 <ProjectConfiguration Include="PGInstrument|ARM"> 21 <Configuration>PGInstrument</Configuration> 22 <Platform>ARM</Platform> 23 </ProjectConfiguration> 24 <ProjectConfiguration Include="PGInstrument|ARM64"> 25 <Configuration>PGInstrument</Configuration> 26 <Platform>ARM64</Platform> 27 </ProjectConfiguration> 28 <ProjectConfiguration Include="PGInstrument|Win32"> 29 <Configuration>PGInstrument</Configuration> 30 <Platform>Win32</Platform> 31 </ProjectConfiguration> 32 <ProjectConfiguration Include="PGInstrument|x64"> 33 <Configuration>PGInstrument</Configuration> 34 <Platform>x64</Platform> 35 </ProjectConfiguration> 36 <ProjectConfiguration Include="PGUpdate|ARM"> 37 <Configuration>PGUpdate</Configuration> 38 <Platform>ARM</Platform> 39 </ProjectConfiguration> 40 <ProjectConfiguration Include="PGUpdate|ARM64"> 41 <Configuration>PGUpdate</Configuration> 42 <Platform>ARM64</Platform> 43 </ProjectConfiguration> 44 <ProjectConfiguration Include="PGUpdate|Win32"> 45 <Configuration>PGUpdate</Configuration> 46 <Platform>Win32</Platform> 47 </ProjectConfiguration> 48 <ProjectConfiguration Include="PGUpdate|x64"> 49 <Configuration>PGUpdate</Configuration> 50 <Platform>x64</Platform> 51 </ProjectConfiguration> 52 <ProjectConfiguration Include="Release|ARM"> 53 <Configuration>Release</Configuration> 54 <Platform>ARM</Platform> 55 </ProjectConfiguration> 56 <ProjectConfiguration Include="Release|ARM64"> 57 <Configuration>Release</Configuration> 58 <Platform>ARM64</Platform> 59 </ProjectConfiguration> 60 <ProjectConfiguration Include="Release|Win32"> 61 <Configuration>Release</Configuration> 62 <Platform>Win32</Platform> 63 </ProjectConfiguration> 64 <ProjectConfiguration Include="Release|x64"> 65 <Configuration>Release</Configuration> 66 <Platform>x64</Platform> 67 </ProjectConfiguration> 68 </ItemGroup> 69 <PropertyGroup Label="Globals"> 70 <ProjectGuid>{19C0C13F-47CA-4432-AFF3-799A296A4DDC}</ProjectGuid> 71 <Keyword>Win32Proj</Keyword> 72 <RootNamespace>_freeze_module</RootNamespace> 73 <SupportPGO>false</SupportPGO> 74 </PropertyGroup> 75 <Import Project="python.props" /> 76 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 77 <PropertyGroup Label="Configuration"> 78 <ConfigurationType>Application</ConfigurationType> 79 <CharacterSet>Unicode</CharacterSet> 80 </PropertyGroup> 81 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 82 <ImportGroup Label="ExtensionSettings"> 83 </ImportGroup> 84 <ImportGroup Label="PropertySheets"> 85 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 86 <Import Project="pyproject.props" /> 87 </ImportGroup> 88 <PropertyGroup Label="UserMacros" /> 89 <ItemDefinitionGroup> 90 <ClCompile> 91 <PreprocessorDefinitions>Py_NO_ENABLE_SHARED;Py_BUILD_CORE;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> 92 <Optimization>Disabled</Optimization> 93 <WholeProgramOptimization>false</WholeProgramOptimization> 94 </ClCompile> 95 <Link> 96 <SubSystem>Console</SubSystem> 97 <AdditionalDependencies>version.lib;ws2_32.lib;pathcch.lib;bcrypt.lib;%(AdditionalDependencies)</AdditionalDependencies> 98 <LinkTimeCodeGeneration>Default</LinkTimeCodeGeneration> 99 </Link> 100 </ItemDefinitionGroup> 101 <ItemGroup> 102 <ClCompile Include="..\Programs\_freeze_module.c" /> 103 <ClCompile Include="..\PC\config_minimal.c" /> 104 </ItemGroup> 105 <ItemGroup> 106 <ClCompile Include="..\Modules\atexitmodule.c" /> 107 <ClCompile Include="..\Modules\faulthandler.c" /> 108 <ClCompile Include="..\Modules\gcmodule.c" /> 109 <ClCompile Include="..\Modules\getbuildinfo.c" /> 110 <ClCompile Include="..\Modules\getpath_noop.c" /> 111 <ClCompile Include="..\Modules\posixmodule.c" /> 112 <ClCompile Include="..\Modules\signalmodule.c" /> 113 <ClCompile Include="..\Modules\_tracemalloc.c" /> 114 <ClCompile Include="..\Modules\_io\_iomodule.c" /> 115 <ClCompile Include="..\Modules\_io\bufferedio.c" /> 116 <ClCompile Include="..\Modules\_io\bytesio.c" /> 117 <ClCompile Include="..\Modules\_io\fileio.c" /> 118 <ClCompile Include="..\Modules\_io\iobase.c" /> 119 <ClCompile Include="..\Modules\_io\stringio.c" /> 120 <ClCompile Include="..\Modules\_io\textio.c" /> 121 <ClCompile Include="..\Modules\_io\winconsoleio.c" /> 122 <ClCompile Include="..\Objects\abstract.c" /> 123 <ClCompile Include="..\Objects\accu.c" /> 124 <ClCompile Include="..\Objects\boolobject.c" /> 125 <ClCompile Include="..\Objects\bytearrayobject.c" /> 126 <ClCompile Include="..\Objects\bytes_methods.c" /> 127 <ClCompile Include="..\Objects\bytesobject.c" /> 128 <ClCompile Include="..\Objects\call.c" /> 129 <ClCompile Include="..\Objects\capsule.c" /> 130 <ClCompile Include="..\Objects\cellobject.c" /> 131 <ClCompile Include="..\Objects\classobject.c" /> 132 <ClCompile Include="..\Objects\codeobject.c" /> 133 <ClCompile Include="..\Objects\complexobject.c" /> 134 <ClCompile Include="..\Objects\descrobject.c" /> 135 <ClCompile Include="..\Objects\dictobject.c" /> 136 <ClCompile Include="..\Objects\enumobject.c" /> 137 <ClCompile Include="..\Objects\exceptions.c" /> 138 <ClCompile Include="..\Objects\fileobject.c" /> 139 <ClCompile Include="..\Objects\floatobject.c" /> 140 <ClCompile Include="..\Objects\frameobject.c" /> 141 <ClCompile Include="..\Objects\funcobject.c" /> 142 <ClCompile Include="..\Objects\genericaliasobject.c" /> 143 <ClCompile Include="..\Objects\genobject.c" /> 144 <ClCompile Include="..\Objects\interpreteridobject.c" /> 145 <ClCompile Include="..\Objects\iterobject.c" /> 146 <ClCompile Include="..\Objects\listobject.c" /> 147 <ClCompile Include="..\Objects\longobject.c" /> 148 <ClCompile Include="..\Objects\memoryobject.c" /> 149 <ClCompile Include="..\Objects\methodobject.c" /> 150 <ClCompile Include="..\Objects\moduleobject.c" /> 151 <ClCompile Include="..\Objects\namespaceobject.c" /> 152 <ClCompile Include="..\Objects\object.c" /> 153 <ClCompile Include="..\Objects\obmalloc.c" /> 154 <ClCompile Include="..\Objects\odictobject.c" /> 155 <ClCompile Include="..\Objects\picklebufobject.c" /> 156 <ClCompile Include="..\Objects\rangeobject.c" /> 157 <ClCompile Include="..\Objects\setobject.c" /> 158 <ClCompile Include="..\Objects\sliceobject.c" /> 159 <ClCompile Include="..\Objects\structseq.c" /> 160 <ClCompile Include="..\Objects\tupleobject.c" /> 161 <ClCompile Include="..\Objects\typeobject.c" /> 162 <ClCompile Include="..\Objects\unicodectype.c" /> 163 <ClCompile Include="..\Objects\unicodeobject.c" /> 164 <ClCompile Include="..\Objects\unionobject.c" /> 165 <ClCompile Include="..\Objects\weakrefobject.c" /> 166 <ClCompile Include="..\Parser\myreadline.c" /> 167 <ClCompile Include="..\Parser\parser.c" /> 168 <ClCompile Include="..\Parser\peg_api.c" /> 169 <ClCompile Include="..\Parser\pegen.c" /> 170 <ClCompile Include="..\Parser\pegen_errors.c" /> 171 <ClCompile Include="..\Parser\action_helpers.c" /> 172 <ClCompile Include="..\Parser\string_parser.c" /> 173 <ClCompile Include="..\Parser\token.c" /> 174 <ClCompile Include="..\Parser\tokenizer.c" /> 175 <ClCompile Include="..\PC\invalid_parameter_handler.c" /> 176 <ClCompile Include="..\PC\msvcrtmodule.c" /> 177 <ClCompile Include="..\PC\winreg.c" /> 178 <ClCompile Include="..\Python\_warnings.c" /> 179 <ClCompile Include="..\Python\asdl.c" /> 180 <ClCompile Include="..\Python\ast.c" /> 181 <ClCompile Include="..\Python\ast_opt.c" /> 182 <ClCompile Include="..\Python\ast_unparse.c" /> 183 <ClCompile Include="..\Python\bltinmodule.c" /> 184 <ClCompile Include="..\Python\bootstrap_hash.c" /> 185 <ClCompile Include="..\Python\ceval.c" /> 186 <ClCompile Include="..\Python\codecs.c" /> 187 <ClCompile Include="..\Python\compile.c" /> 188 <ClCompile Include="..\Python\context.c" /> 189 <ClCompile Include="..\Python\dtoa.c" /> 190 <ClCompile Include="..\Python\dynamic_annotations.c" /> 191 <ClCompile Include="..\Python\dynload_win.c" /> 192 <ClCompile Include="..\Python\errors.c" /> 193 <ClCompile Include="..\Python\fileutils.c" /> 194 <ClCompile Include="..\Python\formatter_unicode.c" /> 195 <ClCompile Include="..\Python\frame.c" /> 196 <ClCompile Include="..\Python\future.c" /> 197 <ClCompile Include="..\Python\getargs.c" /> 198 <ClCompile Include="..\Python\getcompiler.c" /> 199 <ClCompile Include="..\Python\getcopyright.c" /> 200 <ClCompile Include="..\Python\getopt.c" /> 201 <ClCompile Include="..\Python\getplatform.c" /> 202 <ClCompile Include="..\Python\getversion.c" /> 203 <ClCompile Include="..\Python\hamt.c" /> 204 <ClCompile Include="..\Python\hashtable.c" /> 205 <ClCompile Include="..\Python\import.c" /> 206 <ClCompile Include="..\Python\importdl.c" /> 207 <ClCompile Include="..\Python\initconfig.c" /> 208 <ClCompile Include="..\Python\marshal.c" /> 209 <ClCompile Include="..\Python\modsupport.c" /> 210 <ClCompile Include="..\Python\mysnprintf.c" /> 211 <ClCompile Include="..\Python\mystrtoul.c" /> 212 <ClCompile Include="..\Python\pathconfig.c" /> 213 <ClCompile Include="..\Python\preconfig.c" /> 214 <ClCompile Include="..\Python\pyarena.c" /> 215 <ClCompile Include="..\Python\pyctype.c" /> 216 <ClCompile Include="..\Python\pyfpe.c" /> 217 <ClCompile Include="..\Python\pyhash.c" /> 218 <ClCompile Include="..\Python\pylifecycle.c" /> 219 <ClCompile Include="..\Python\pymath.c" /> 220 <ClCompile Include="..\Python\pystate.c" /> 221 <ClCompile Include="..\Python\pystrcmp.c" /> 222 <ClCompile Include="..\Python\pystrhex.c" /> 223 <ClCompile Include="..\Python\pystrtod.c" /> 224 <ClCompile Include="..\Python\Python-ast.c" /> 225 <ClCompile Include="..\Python\pythonrun.c" /> 226 <ClCompile Include="..\Python\Python-tokenize.c" /> 227 <ClCompile Include="..\Python\pytime.c" /> 228 <ClCompile Include="..\Python\specialize.c" /> 229 <ClCompile Include="..\Python\structmember.c" /> 230 <ClCompile Include="..\Python\suggestions.c" /> 231 <ClCompile Include="..\Python\symtable.c" /> 232 <ClCompile Include="..\Python\sysmodule.c"> 233 <PreprocessorDefinitions>VPATH="$(PyVPath)";%(PreprocessorDefinitions)</PreprocessorDefinitions> 234 </ClCompile> 235 <ClCompile Include="..\Python\thread.c" /> 236 <ClCompile Include="..\Python\traceback.c" /> 237 </ItemGroup> 238 <ItemGroup> 239 <!-- BEGIN frozen modules --> 240 <None Include="..\Lib\importlib\_bootstrap.py"> 241 <ModName>importlib._bootstrap</ModName> 242 <IntFile>$(IntDir)importlib._bootstrap.g.h</IntFile> 243 <OutFile>$(PySourcePath)Python\frozen_modules\importlib._bootstrap.h</OutFile> 244 </None> 245 <None Include="..\Lib\importlib\_bootstrap_external.py"> 246 <ModName>importlib._bootstrap_external</ModName> 247 <IntFile>$(IntDir)importlib._bootstrap_external.g.h</IntFile> 248 <OutFile>$(PySourcePath)Python\frozen_modules\importlib._bootstrap_external.h</OutFile> 249 </None> 250 <None Include="..\Lib\zipimport.py"> 251 <ModName>zipimport</ModName> 252 <IntFile>$(IntDir)zipimport.g.h</IntFile> 253 <OutFile>$(PySourcePath)Python\frozen_modules\zipimport.h</OutFile> 254 </None> 255 <None Include="..\Lib\abc.py"> 256 <ModName>abc</ModName> 257 <IntFile>$(IntDir)abc.g.h</IntFile> 258 <OutFile>$(PySourcePath)Python\frozen_modules\abc.h</OutFile> 259 </None> 260 <None Include="..\Lib\codecs.py"> 261 <ModName>codecs</ModName> 262 <IntFile>$(IntDir)codecs.g.h</IntFile> 263 <OutFile>$(PySourcePath)Python\frozen_modules\codecs.h</OutFile> 264 </None> 265 <None Include="..\Lib\io.py"> 266 <ModName>io</ModName> 267 <IntFile>$(IntDir)io.g.h</IntFile> 268 <OutFile>$(PySourcePath)Python\frozen_modules\io.h</OutFile> 269 </None> 270 <None Include="..\Lib\_collections_abc.py"> 271 <ModName>_collections_abc</ModName> 272 <IntFile>$(IntDir)_collections_abc.g.h</IntFile> 273 <OutFile>$(PySourcePath)Python\frozen_modules\_collections_abc.h</OutFile> 274 </None> 275 <None Include="..\Lib\_sitebuiltins.py"> 276 <ModName>_sitebuiltins</ModName> 277 <IntFile>$(IntDir)_sitebuiltins.g.h</IntFile> 278 <OutFile>$(PySourcePath)Python\frozen_modules\_sitebuiltins.h</OutFile> 279 </None> 280 <None Include="..\Lib\genericpath.py"> 281 <ModName>genericpath</ModName> 282 <IntFile>$(IntDir)genericpath.g.h</IntFile> 283 <OutFile>$(PySourcePath)Python\frozen_modules\genericpath.h</OutFile> 284 </None> 285 <None Include="..\Lib\ntpath.py"> 286 <ModName>ntpath</ModName> 287 <IntFile>$(IntDir)ntpath.g.h</IntFile> 288 <OutFile>$(PySourcePath)Python\frozen_modules\ntpath.h</OutFile> 289 </None> 290 <None Include="..\Lib\posixpath.py"> 291 <ModName>posixpath</ModName> 292 <IntFile>$(IntDir)posixpath.g.h</IntFile> 293 <OutFile>$(PySourcePath)Python\frozen_modules\posixpath.h</OutFile> 294 </None> 295 <None Include="..\Lib\os.py"> 296 <ModName>os</ModName> 297 <IntFile>$(IntDir)os.g.h</IntFile> 298 <OutFile>$(PySourcePath)Python\frozen_modules\os.h</OutFile> 299 </None> 300 <None Include="..\Lib\site.py"> 301 <ModName>site</ModName> 302 <IntFile>$(IntDir)site.g.h</IntFile> 303 <OutFile>$(PySourcePath)Python\frozen_modules\site.h</OutFile> 304 </None> 305 <None Include="..\Lib\stat.py"> 306 <ModName>stat</ModName> 307 <IntFile>$(IntDir)stat.g.h</IntFile> 308 <OutFile>$(PySourcePath)Python\frozen_modules\stat.h</OutFile> 309 </None> 310 <None Include="..\Lib\importlib\util.py"> 311 <ModName>importlib.util</ModName> 312 <IntFile>$(IntDir)importlib.util.g.h</IntFile> 313 <OutFile>$(PySourcePath)Python\frozen_modules\importlib.util.h</OutFile> 314 </None> 315 <None Include="..\Lib\importlib\machinery.py"> 316 <ModName>importlib.machinery</ModName> 317 <IntFile>$(IntDir)importlib.machinery.g.h</IntFile> 318 <OutFile>$(PySourcePath)Python\frozen_modules\importlib.machinery.h</OutFile> 319 </None> 320 <None Include="..\Lib\runpy.py"> 321 <ModName>runpy</ModName> 322 <IntFile>$(IntDir)runpy.g.h</IntFile> 323 <OutFile>$(PySourcePath)Python\frozen_modules\runpy.h</OutFile> 324 </None> 325 <None Include="..\Lib\__hello__.py"> 326 <ModName>__hello__</ModName> 327 <IntFile>$(IntDir)__hello__.g.h</IntFile> 328 <OutFile>$(PySourcePath)Python\frozen_modules\__hello__.h</OutFile> 329 </None> 330 <None Include="..\Lib\__phello__\__init__.py"> 331 <ModName>__phello__</ModName> 332 <IntFile>$(IntDir)__phello__.g.h</IntFile> 333 <OutFile>$(PySourcePath)Python\frozen_modules\__phello__.h</OutFile> 334 </None> 335 <None Include="..\Lib\__phello__\ham\__init__.py"> 336 <ModName>__phello__.ham</ModName> 337 <IntFile>$(IntDir)__phello__.ham.g.h</IntFile> 338 <OutFile>$(PySourcePath)Python\frozen_modules\__phello__.ham.h</OutFile> 339 </None> 340 <None Include="..\Lib\__phello__\ham\eggs.py"> 341 <ModName>__phello__.ham.eggs</ModName> 342 <IntFile>$(IntDir)__phello__.ham.eggs.g.h</IntFile> 343 <OutFile>$(PySourcePath)Python\frozen_modules\__phello__.ham.eggs.h</OutFile> 344 </None> 345 <None Include="..\Lib\__phello__\spam.py"> 346 <ModName>__phello__.spam</ModName> 347 <IntFile>$(IntDir)__phello__.spam.g.h</IntFile> 348 <OutFile>$(PySourcePath)Python\frozen_modules\__phello__.spam.h</OutFile> 349 </None> 350 <None Include="..\Tools\freeze\flag.py"> 351 <ModName>frozen_only</ModName> 352 <IntFile>$(IntDir)frozen_only.g.h</IntFile> 353 <OutFile>$(PySourcePath)Python\frozen_modules\frozen_only.h</OutFile> 354 </None> 355 <!-- END frozen modules --> 356 </ItemGroup> 357 <ItemGroup> 358 <!-- We manually freeze getpath.py rather than through freeze_modules --> 359 <GetPath Include="..\Modules\getpath.py"> 360 <ModName>getpath</ModName> 361 <IntFile>$(IntDir)getpath.g.h</IntFile> 362 <OutFile>$(PySourcePath)Python\frozen_modules\getpath.h</OutFile> 363 </GetPath> 364 </ItemGroup> 365 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 366 <ImportGroup Label="ExtensionTargets"> 367 </ImportGroup> 368 <Target Name="_RebuildGetPath" AfterTargets="_RebuildFrozen" Condition="$(Configuration) != 'PGUpdate'"> 369 <Exec Command='"$(TargetPath)" "%(GetPath.ModName)" "%(GetPath.FullPath)" "%(GetPath.IntFile)"' /> 370 371 <Copy SourceFiles="%(GetPath.IntFile)" 372 DestinationFiles="%(GetPath.OutFile)" 373 Condition="!Exists(%(GetPath.OutFile)) or (Exists(%(GetPath.IntFile)) and '$([System.IO.File]::ReadAllText(%(GetPath.OutFile)).Replace(`
`, `
`))' != '$([System.IO.File]::ReadAllText(%(GetPath.IntFile)).Replace(`
`, `
`))')"> 374 <Output TaskParameter="CopiedFiles" ItemName="_UpdatedGetPath" /> 375 </Copy> 376 377 <Message Text="Updated files: @(_UpdatedGetPath->'%(Filename)%(Extension)',', ')" 378 Condition="'@(_UpdatedGetPath)' != ''" Importance="high" /> 379 </Target> 380 <Target Name="_RebuildFrozen" AfterTargets="AfterBuild" Condition="$(Configuration) != 'PGUpdate'"> 381 <Exec Command='"$(TargetPath)" "%(None.ModName)" "%(None.FullPath)" "%(None.IntFile)"' /> 382 383 <Copy SourceFiles="%(None.IntFile)" 384 DestinationFiles="%(None.OutFile)" 385 Condition="!Exists(%(None.OutFile)) or (Exists(%(None.IntFile)) and '$([System.IO.File]::ReadAllText(%(None.OutFile)).Replace(`
`, `
`))' != '$([System.IO.File]::ReadAllText(%(None.IntFile)).Replace(`
`, `
`))')"> 386 <Output TaskParameter="CopiedFiles" ItemName="_Updated" /> 387 </Copy> 388 389 <Message Text="Updated files: @(_Updated->'%(Filename)%(Extension)',', ')" 390 Condition="'@(_Updated)' != ''" Importance="high" /> 391 </Target> 392 <Target Name="_RebuildDeepFrozen" 393 AfterTargets="_RebuildFrozen" 394 DependsOnTargets="FindPythonForBuild" 395 Condition="$(Configuration) != 'PGUpdate'"> 396 <!-- BEGIN deepfreeze rule --> 397 <Exec Command='$(PythonForBuild) "$(PySourcePath)Tools\scripts\deepfreeze.py" ^ 398 "$(PySourcePath)Python\frozen_modules\importlib._bootstrap.h:importlib._bootstrap" ^ 399 "$(PySourcePath)Python\frozen_modules\importlib._bootstrap_external.h:importlib._bootstrap_external" ^ 400 "$(PySourcePath)Python\frozen_modules\zipimport.h:zipimport" ^ 401 "$(PySourcePath)Python\frozen_modules\abc.h:abc" ^ 402 "$(PySourcePath)Python\frozen_modules\codecs.h:codecs" ^ 403 "$(PySourcePath)Python\frozen_modules\io.h:io" ^ 404 "$(PySourcePath)Python\frozen_modules\_collections_abc.h:_collections_abc" ^ 405 "$(PySourcePath)Python\frozen_modules\_sitebuiltins.h:_sitebuiltins" ^ 406 "$(PySourcePath)Python\frozen_modules\genericpath.h:genericpath" ^ 407 "$(PySourcePath)Python\frozen_modules\ntpath.h:ntpath" ^ 408 "$(PySourcePath)Python\frozen_modules\posixpath.h:posixpath" ^ 409 "$(PySourcePath)Python\frozen_modules\os.h:os" ^ 410 "$(PySourcePath)Python\frozen_modules\site.h:site" ^ 411 "$(PySourcePath)Python\frozen_modules\stat.h:stat" ^ 412 "$(PySourcePath)Python\frozen_modules\importlib.util.h:importlib.util" ^ 413 "$(PySourcePath)Python\frozen_modules\importlib.machinery.h:importlib.machinery" ^ 414 "$(PySourcePath)Python\frozen_modules\runpy.h:runpy" ^ 415 "$(PySourcePath)Python\frozen_modules\__hello__.h:__hello__" ^ 416 "$(PySourcePath)Python\frozen_modules\__phello__.h:__phello__" ^ 417 "$(PySourcePath)Python\frozen_modules\__phello__.ham.h:__phello__.ham" ^ 418 "$(PySourcePath)Python\frozen_modules\__phello__.ham.eggs.h:__phello__.ham.eggs" ^ 419 "$(PySourcePath)Python\frozen_modules\__phello__.spam.h:__phello__.spam" ^ 420 "$(PySourcePath)Python\frozen_modules\frozen_only.h:frozen_only" ^ 421 "-o" "$(PySourcePath)Python\deepfreeze\deepfreeze.c"'/> 422 <!-- END deepfreeze rule --> 423 </Target> 424 <Target Name="_CleanFrozen" BeforeTargets="CoreClean" Condition="$(Configuration) != 'PGUpdate'"> 425 <ItemGroup> 426 <Clean Include="%(None.IntFile)" /> 427 <Clean Include="%(None.OutFile)" /> 428 <Clean Include="%(GetPath.IntFile)" /> 429 <Clean Include="%(GetPath.OutFile)" /> 430 <Clean Include="$(PySourcePath)Python\deepfreeze\deepfreeze.c" /> 431 </ItemGroup> 432 </Target> 433</Project> 434