diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-05-17 20:06:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 20:06:39 (GMT) |
commit | 4486a0934680af26a21f308eb9c295d2525570f2 (patch) | |
tree | 072d5848fd604bb5f05a28932c07aad90eb002f7 /PCbuild/_overlapped.vcxproj | |
parent | 78e25ab5b33a0f9d03c9b6a6ece328abcc645c4b (diff) | |
download | cpython-4486a0934680af26a21f308eb9c295d2525570f2.zip cpython-4486a0934680af26a21f308eb9c295d2525570f2.tar.gz cpython-4486a0934680af26a21f308eb9c295d2525570f2.tar.bz2 |
Fixes encodings in vcxproj files and adds script to automatically do it. (#1631)
Diffstat (limited to 'PCbuild/_overlapped.vcxproj')
-rw-r--r-- | PCbuild/_overlapped.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/_overlapped.vcxproj b/PCbuild/_overlapped.vcxproj index 8cf8a86..26b2d21 100644 --- a/PCbuild/_overlapped.vcxproj +++ b/PCbuild/_overlapped.vcxproj @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?> +<?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <ItemGroup Label="ProjectConfigurations"> <ProjectConfiguration Include="Debug|Win32"> |