summaryrefslogtreecommitdiffstats
path: root/PCbuild/x64.vsprops
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2011-03-06 10:28:23 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2011-03-06 10:28:23 (GMT)
commit21967d0b4d4ec19ce4f104d0083041e66d444506 (patch)
tree454536dc7bb16b04640a404f8eae9614e0d83f07 /PCbuild/x64.vsprops
parent1d0a0f50606835198b0e1935a9761f3c95fef350 (diff)
downloadcpython-21967d0b4d4ec19ce4f104d0083041e66d444506.zip
cpython-21967d0b4d4ec19ce4f104d0083041e66d444506.tar.gz
cpython-21967d0b4d4ec19ce4f104d0083041e66d444506.tar.bz2
Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so that the files
will have the right line ending even if the extension is not active.
Diffstat (limited to 'PCbuild/x64.vsprops')
-rw-r--r--PCbuild/x64.vsprops44
1 files changed, 22 insertions, 22 deletions
diff --git a/PCbuild/x64.vsprops b/PCbuild/x64.vsprops
index 0720084..9f88d44 100644
--- a/PCbuild/x64.vsprops
+++ b/PCbuild/x64.vsprops
@@ -1,22 +1,22 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioPropertySheet
- ProjectType="Visual C++"
- Version="8.00"
- Name="amd64"
- OutputDirectory="$(SolutionDir)\amd64\"
- IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
- >
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/USECL:MS_OPTERON /GS-"
- PreprocessorDefinitions="_WIN64;_M_X64"
- />
- <Tool
- Name="VCLinkerTool"
- TargetMachine="17"
- />
- <UserMacro
- Name="PythonExe"
- Value="$(HOST_PYTHON)"
- />
-</VisualStudioPropertySheet>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="amd64"
+ OutputDirectory="$(SolutionDir)\amd64\"
+ IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/USECL:MS_OPTERON /GS-"
+ PreprocessorDefinitions="_WIN64;_M_X64"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ TargetMachine="17"
+ />
+ <UserMacro
+ Name="PythonExe"
+ Value="$(HOST_PYTHON)"
+ />
+</VisualStudioPropertySheet>