Staging
v0.5.1
https://github.com/python/cpython
Revision a16ac4e43c8ed15bf2fca52df3a0a5de26ad2705 authored by Miss Islington (bot) on 17 July 2020, 16:53:56 UTC, committed by GitHub on 17 July 2020, 16:53:56 UTC
(cherry picked from commit 164b04c47e61bd35d55e61bc74f9fd646eba81bb)

Co-authored-by: Steve Dower <steve.dower@python.org>
1 parent 5a7aa28
Raw File
Tip revision: a16ac4e43c8ed15bf2fca52df3a0a5de26ad2705 authored by Miss Islington (bot) on 17 July 2020, 16:53:56 UTC
bpo-41304: Update NEWS to include CVE-2020-15801 reference (GH-21521)
Tip revision: a16ac4e
venvlauncher.vcxproj.filters
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <Filter Include="Resource Files">
      <UniqueIdentifier>{8f3ab79e-3cba-4e6d-82b2-559ce946de58}</UniqueIdentifier>
    </Filter>
    <Filter Include="Source Files">
      <UniqueIdentifier>{4a2423af-e5d1-4c88-b308-d71b768977df}</UniqueIdentifier>
    </Filter>
  </ItemGroup>
  <ItemGroup>
    <None Include="..\PC\launcher.ico">
      <Filter>Resource Files</Filter>
    </None>
  </ItemGroup>
  <ItemGroup>
    <ResourceCompile Include="..\PC\pylauncher.rc">
      <Filter>Resource Files</Filter>
    </ResourceCompile>
  </ItemGroup>
  <ItemGroup>
    <ClCompile Include="..\PC\launcher.c">
      <Filter>Source Files</Filter>
    </ClCompile>
  </ItemGroup>
</Project>
back to top