$(PYTHON)
    
  
  
    <_PegenSources Include="$(PySourcePath)Grammar\python.gram;$(PySourcePath)Grammar\Tokens" />
    <_PegenOutputs Include="$(PySourcePath)Parser\parser.c" />
    <_ASTSources Include="$(PySourcePath)Parser\Python.asdl" />
    <_ASTOutputs Include="$(PySourcePath)Include\internal\pycore_ast.h">
      -H
    
    <_ASTOutputs Include="$(PySourcePath)Include\internal\pycore_ast_state.h">
      -I
    
    <_ASTOutputs Include="$(PySourcePath)Python\Python-ast.c">
      -C
    
    <_OpcodeSources Include="$(PySourcePath)Tools\scripts\generate_opcode_h.py;$(PySourcePath)Lib\opcode.py" />
    <_OpcodeOutputs Include="$(PySourcePath)Include\opcode.h;$(PySourcePath)Python\opcode_targets.h" />
    <_TokenSources Include="$(PySourcePath)Grammar\Tokens" />
    <_TokenOutputs Include="$(PySourcePath)Doc\library\token-list.inc">
      rst
    
    <_TokenOutputs Include="$(PySourcePath)Include\token.h">
      h
    
    <_TokenOutputs Include="$(PySourcePath)Parser\token.c">
      c
    
    <_TokenOutputs Include="$(PySourcePath)Lib\token.py">
      py
    
    <_KeywordSources Include="$(PySourcePath)Grammar\python.gram;$(PySourcePath)Grammar\Tokens" />
    <_KeywordOutputs Include="$(PySourcePath)Lib\keyword.py" />
  
  
    
    
  
  
    
    
    
  
  
    
    
  
  
    
    
    
  
  
    
    
    
  
  
    
    
  
  
    
  
  
    <_LicenseSources Include="$(PySourcePath)LICENSE;
                              $(PySourcePath)PC\crtlicense.txt;
                              $(bz2Dir)LICENSE;
                              $(opensslOutDir)LICENSE;
                              $(libffiDir)LICENSE;" />
    <_LicenseSources Include="$(tcltkDir)tcllicense.terms;
                              $(tcltkDir)tklicense.terms;
                              $(tcltkDir)tixlicense.terms" Condition="$(IncludeTkinter)" />
  
  
    
      <_Text1 Include="@(_LicenseSources)">
        $([System.IO.File]::ReadAllText(%(FullPath)))
      
      <_Text Include="@(_Text1->'%(Content)')" />