diff options
| author | Victor Stinner <vstinner@redhat.com> | 2018-12-07 12:28:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-07 12:28:45 +0100 |
| commit | 505427449b4c1ffe2c5ef3393be469d08698798c (patch) | |
| tree | 4cc5f957ea2cb9d92d40043104ef4ff8ca39cc30 /PCbuild/pythoncore.vcxproj | |
| parent | 07731153a5798042378c1e447b584343f7fded6b (diff) | |
| download | cpython-git-revert-10245-msix.tar.gz | |
Revert "bpo-34977: Add Windows App Store package (GH-10245)"revert-10245-msix
This reverts commit 468a15aaf9206448a744fc5eab3fc21f51966aad.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
| -rw-r--r-- | PCbuild/pythoncore.vcxproj | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 78ec9a16ef..4ae2d692ee 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -479,19 +479,4 @@ <Target Name="_WarnAboutZlib" BeforeTargets="PrepareForBuild" Condition="!$(IncludeExternals)"> <Warning Text="Not including zlib is not a supported configuration." /> </Target> - - <PropertyGroup> - <VCRedistDir>$(VCInstallDir)\Redist\MSVC\$(VCToolsRedistVersion)\</VCRedistDir> - <VCRedistDir Condition="$(Platform) == 'Win32'">$(VCRedistDir)x86\</VCRedistDir> - <VCRedistDir Condition="$(Platform) != 'Win32'">$(VCRedistDir)$(Platform)\</VCRedistDir> - </PropertyGroup> - <ItemGroup Condition="$(VCInstallDir) != ''"> - <VCRuntimeDLL Include="$(VCRedistDir)\**\vcruntime*.dll" /> - </ItemGroup> - <Target Name="_CopyVCRuntime" AfterTargets="Build" Inputs="@(VCRuntimeDLL)" Outputs="$(OutDir)%(Filename)%(Extension)"> - <Copy SourceFiles="%(VCRuntimeDLL.FullPath)" DestinationFolder="$(OutDir)" /> - </Target> - <Target Name="_CleanVCRuntime" AfterTargets="Clean"> - <Delete Files="@(VCRuntimeDLL->'$(OutDir)%(Filename)%(Extension)')" /> - </Target> </Project> |
