diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-13 06:21:54 +0000 |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-13 06:21:54 +0000 |
commit | 4cc96a16da33017ccdb1fce46a0cf910eb20f7a2 (patch) | |
tree | 054156f854f62d7038599631567ae4023461799a | |
parent | 60954356643725b9c082246ca43edf18fdaf8231 (diff) | |
download | cpython-4cc96a16da33017ccdb1fce46a0cf910eb20f7a2.tar.gz cpython-4cc96a16da33017ccdb1fce46a0cf910eb20f7a2.zip |
Cosmetic fix to project files.
-rw-r--r-- | PC/VS8.0/pyd.vsprops | 2 | ||||
-rw-r--r-- | PCbuild/pyd.vsprops | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/PC/VS8.0/pyd.vsprops b/PC/VS8.0/pyd.vsprops index e38b9615a23..34c21e15c5e 100644 --- a/PC/VS8.0/pyd.vsprops +++ b/PC/VS8.0/pyd.vsprops @@ -1,4 +1,4 @@ -
+<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
diff --git a/PCbuild/pyd.vsprops b/PCbuild/pyd.vsprops index ee79e7f1fb0..ce039eb9666 100644 --- a/PCbuild/pyd.vsprops +++ b/PCbuild/pyd.vsprops @@ -1,4 +1,4 @@ - +<?xml version="1.0" encoding="Windows-1252"?> <VisualStudioPropertySheet ProjectType="Visual C++" Version="8.00" |