diff options
| author | Damien George | 2015-04-16 22:19:50 +0100 |
|---|---|---|
| committer | Damien George | 2015-04-16 22:23:56 +0100 |
| commit | feff00e1a58aad4e7251d9c10403768fa814c5dd (patch) | |
| tree | 7e5b754bc8dd0bc4382daf647f552a03b6325988 /windows | |
| parent | a102e01ce1fc33c857da3a1f2553e40c49d2a6a2 (diff) | |
Add .gitattributes file to force text line endings to LF.
Some files are excluded, otherwise a whole lot of files need converting.
Diffstat (limited to 'windows')
| -rw-r--r-- | windows/msvc/common.props | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/windows/msvc/common.props b/windows/msvc/common.props index 4bc5df541..73103f627 100644 --- a/windows/msvc/common.props +++ b/windows/msvc/common.props @@ -1,26 +1,26 @@ -<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <ImportGroup Label="PropertySheets">
- <Import Project="env.props" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup>
- <OutDir>$(PyOutDir)</OutDir>
- <IntDir>$(PyBuildDir)$(Configuration)$(Platform)\</IntDir>
- <PyIncDirs>$(PyBaseDir);$(PyBaseDir)windows;$(PyBaseDir)windows\msvc;$(PyBuildDir)</PyIncDirs>
- </PropertyGroup>
- <ItemDefinitionGroup>
- <ClCompile>
- <AdditionalIncludeDirectories>$(PyIncDirs);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- <SDLCheck>false</SDLCheck>
- <WarningLevel>Level1</WarningLevel>
- <ExceptionHandling>false</ExceptionHandling>
- </ClCompile>
- <Link>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <GenerateMapFile>true</GenerateMapFile>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup />
-</Project>
+<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ImportGroup Label="PropertySheets"> + <Import Project="env.props" /> + </ImportGroup> + <PropertyGroup Label="UserMacros" /> + <PropertyGroup> + <OutDir>$(PyOutDir)</OutDir> + <IntDir>$(PyBuildDir)$(Configuration)$(Platform)\</IntDir> + <PyIncDirs>$(PyBaseDir);$(PyBaseDir)windows;$(PyBaseDir)windows\msvc;$(PyBuildDir)</PyIncDirs> + </PropertyGroup> + <ItemDefinitionGroup> + <ClCompile> + <AdditionalIncludeDirectories>$(PyIncDirs);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>_USE_MATH_DEFINES;_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions> + <SDLCheck>false</SDLCheck> + <WarningLevel>Level1</WarningLevel> + <ExceptionHandling>false</ExceptionHandling> + </ClCompile> + <Link> + <GenerateDebugInformation>true</GenerateDebugInformation> + <GenerateMapFile>true</GenerateMapFile> + </Link> + </ItemDefinitionGroup> + <ItemGroup /> +</Project> |
