Skip to content

Commit

Permalink
Convert DOS files to CRLF. This doesn't touch the .hgeol settings, so…
Browse files Browse the repository at this point in the history
… that the files

will have the right line ending even if the extension is not active.
  • Loading branch information
loewis committed Mar 6, 2011
2 parents 1ebca48 + bb3e937 commit c142389
Show file tree
Hide file tree
Showing 82 changed files with 34,629 additions and 34,629 deletions.
622 changes: 311 additions & 311 deletions PC/VS7.1/_ctypes.vcproj

Large diffs are not rendered by default.

484 changes: 242 additions & 242 deletions PC/VS7.1/_ctypes_test.vcproj

Large diffs are not rendered by default.

528 changes: 264 additions & 264 deletions PC/VS7.1/_elementtree.vcproj

Large diffs are not rendered by default.

504 changes: 252 additions & 252 deletions PC/VS7.1/_msi.vcproj

Large diffs are not rendered by default.

508 changes: 254 additions & 254 deletions PC/VS7.1/_socket.vcproj

Large diffs are not rendered by default.

566 changes: 283 additions & 283 deletions PC/VS7.1/_sqlite3.vcproj

Large diffs are not rendered by default.

168 changes: 84 additions & 84 deletions PC/VS7.1/_ssl.vcproj
Original file line number Diff line number Diff line change
@@ -1,84 +1,84 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="_ssl"
RootNamespace="_ssl"
SccProjectName=""
SccLocalPath=""
Keyword="MakeFileProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\."
IntermediateDirectory=".\x86-temp-release\_ssl"
ConfigurationType="0"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="build_ssl.bat $(ConfigurationName)"
ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
CleanCommandLine="echo Nothing to do"
Output="_ssl.pyd"/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\."
IntermediateDirectory=".\x86-temp-debug\_ssl"
ConfigurationType="0"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="build_ssl.bat $(ConfigurationName)"
ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
CleanCommandLine="echo Nothing to do"
Output="_ssl_d.pyd"/>
</Configuration>
<Configuration
Name="ReleaseItanium|Win32"
OutputDirectory="./."
IntermediateDirectory=".\ia64-temp-release\_ssl"
ConfigurationType="0"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="build_ssl.bat $(ConfigurationName)"
ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
CleanCommandLine="echo Nothing to do"
Output="_ssl.pyd"/>
</Configuration>
<Configuration
Name="ReleaseAMD64|Win32"
OutputDirectory="."
IntermediateDirectory="amd64-temp-release\_ssl"
ConfigurationType="0"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="build_ssl.bat $(ConfigurationName)"
ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
CleanCommandLine="echo Nothing to do"
Output="_ssl.pyd"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<File
RelativePath="..\..\Modules\_ssl.c">
</File>
<File
RelativePath="..\..\Modules\_hashopenssl.c">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"
Name="_ssl"
RootNamespace="_ssl"
SccProjectName=""
SccLocalPath=""
Keyword="MakeFileProj">
<Platforms>
<Platform
Name="Win32"/>
</Platforms>
<Configurations>
<Configuration
Name="Release|Win32"
OutputDirectory=".\."
IntermediateDirectory=".\x86-temp-release\_ssl"
ConfigurationType="0"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="build_ssl.bat $(ConfigurationName)"
ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
CleanCommandLine="echo Nothing to do"
Output="_ssl.pyd"/>
</Configuration>
<Configuration
Name="Debug|Win32"
OutputDirectory=".\."
IntermediateDirectory=".\x86-temp-debug\_ssl"
ConfigurationType="0"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="build_ssl.bat $(ConfigurationName)"
ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
CleanCommandLine="echo Nothing to do"
Output="_ssl_d.pyd"/>
</Configuration>
<Configuration
Name="ReleaseItanium|Win32"
OutputDirectory="./."
IntermediateDirectory=".\ia64-temp-release\_ssl"
ConfigurationType="0"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="build_ssl.bat $(ConfigurationName)"
ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
CleanCommandLine="echo Nothing to do"
Output="_ssl.pyd"/>
</Configuration>
<Configuration
Name="ReleaseAMD64|Win32"
OutputDirectory="."
IntermediateDirectory="amd64-temp-release\_ssl"
ConfigurationType="0"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCNMakeTool"
BuildCommandLine="build_ssl.bat $(ConfigurationName)"
ReBuildCommandLine="build_ssl.bat $(ConfigurationName) -a"
CleanCommandLine="echo Nothing to do"
Output="_ssl.pyd"/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<File
RelativePath="..\..\Modules\_ssl.c">
</File>
<File
RelativePath="..\..\Modules\_hashopenssl.c">
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
Loading

0 comments on commit c142389

Please sign in to comment.