Skip to content

Commit 7db2f4d

Browse files
committed
Normalize line endings
1 parent 117cdb6 commit 7db2f4d

File tree

128 files changed

+38425
-38403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+38425
-38403
lines changed

.gitattributes

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
11+
12+
# Standard to msysgit
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

build.ps1

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
$ErrorActionPreference = 'Stop'
2-
Set-StrictMode -Version Latest
3-
4-
$buildFile = "build\Build.proj"
5-
$scriptRoot = ($MyInvocation.MyCommand.Path | Split-Path | Resolve-Path).ProviderPath
6-
$absoluteBuildFile = $scriptRoot | Join-Path -ChildPath $buildFile
7-
8-
$fxPath = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").InstallPath
9-
10-
$msbuildPath = Join-Path -Path $fxPath -ChildPath "MSBuild.exe"
11-
12-
& $msbuildpath $absoluteBuildfile /t:Build /v:m
13-
14-
if (-not $?) { throw "MSBuild failed with exit code $LastExitCode" }
1+
$ErrorActionPreference = 'Stop'
2+
Set-StrictMode -Version Latest
3+
4+
$buildFile = "build\Build.proj"
5+
$scriptRoot = ($MyInvocation.MyCommand.Path | Split-Path | Resolve-Path).ProviderPath
6+
$absoluteBuildFile = $scriptRoot | Join-Path -ChildPath $buildFile
7+
8+
$fxPath = (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").InstallPath
9+
10+
$msbuildPath = Join-Path -Path $fxPath -ChildPath "MSBuild.exe"
11+
12+
& $msbuildpath $absoluteBuildfile /t:Build /v:m
13+
14+
if (-not $?) { throw "MSBuild failed with exit code $LastExitCode" }

build/lib/MSBuild.Community.Tasks.Targets

+104-104
Large diffs are not rendered by default.

build/lib/MSBuild.Community.Tasks.xml

+6,506-6,506
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/MSBuild.Community.Tasks.xsd

+4,292-4,292
Large diffs are not rendered by default.
+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<UsingTask TaskName="MSBuild.Deployment.Tasks.BitlyUrl" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
4-
<UsingTask TaskName="MSBuild.Deployment.Tasks.CodePlexCreateRelease" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
5-
<UsingTask TaskName="MSBuild.Deployment.Tasks.CodePlexUpload" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
6-
<UsingTask TaskName="MSBuild.Deployment.Tasks.GoogleCodeUpload" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
7-
<UsingTask TaskName="MSBuild.Deployment.Tasks.ReadTextFile" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
8-
<UsingTask TaskName="MSBuild.Deployment.Tasks.SkyDriveCreateRelease" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
9-
<UsingTask TaskName="MSBuild.Deployment.Tasks.SkyDriveUpload" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
10-
<UsingTask TaskName="MSBuild.Deployment.Tasks.Tweet" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<UsingTask TaskName="MSBuild.Deployment.Tasks.BitlyUrl" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
4+
<UsingTask TaskName="MSBuild.Deployment.Tasks.CodePlexCreateRelease" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
5+
<UsingTask TaskName="MSBuild.Deployment.Tasks.CodePlexUpload" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
6+
<UsingTask TaskName="MSBuild.Deployment.Tasks.GoogleCodeUpload" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
7+
<UsingTask TaskName="MSBuild.Deployment.Tasks.ReadTextFile" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
8+
<UsingTask TaskName="MSBuild.Deployment.Tasks.SkyDriveCreateRelease" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
9+
<UsingTask TaskName="MSBuild.Deployment.Tasks.SkyDriveUpload" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
10+
<UsingTask TaskName="MSBuild.Deployment.Tasks.Tweet" AssemblyFile="MSBuild.Deployment.Tasks.dll" />
1111
</Project>

build/lib/MSBuild.Deployment.Tasks.XML

+2,087-2,087
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/lib/MSBuild.Deployment.Tasks.xsd

+580-580
Large diffs are not rendered by default.

build/lib/MSBuild.Mercurial.tasks

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
2-
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
3-
ToolsVersion="3.5">
4-
5-
<PropertyGroup>
6-
<MSBuildMercurialTasksPath Condition=" '$(MSBuildMercurialPath)' == '' ">$(MSBuildExtensionsPath)\MSBuild.Mercurial</MSBuildMercurialTasksPath>
7-
<MSBuildMercurialTasksLib>MSBuild.Mercurial.dll</MSBuildMercurialTasksLib>
8-
</PropertyGroup>
9-
10-
<UsingTask TaskName="MSBuild.Mercurial.HgAdd" AssemblyFile="$(MSBuildMercurialTasksLib)" />
11-
<UsingTask TaskName="MSBuild.Mercurial.HgClone" AssemblyFile="$(MSBuildMercurialTasksLib)" />
12-
<UsingTask TaskName="MSBuild.Mercurial.HgCommit" AssemblyFile="$(MSBuildMercurialTasksLib)" />
13-
<UsingTask TaskName="MSBuild.Mercurial.HgForget" AssemblyFile="$(MSBuildMercurialTasksLib)" />
14-
<UsingTask TaskName="MSBuild.Mercurial.HgInit" AssemblyFile="$(MSBuildMercurialTasksLib)" />
15-
<UsingTask TaskName="MSBuild.Mercurial.HgPull" AssemblyFile="$(MSBuildMercurialTasksLib)" />
16-
<UsingTask TaskName="MSBuild.Mercurial.HgPush" AssemblyFile="$(MSBuildMercurialTasksLib)" />
17-
<UsingTask TaskName="MSBuild.Mercurial.HgRemove" AssemblyFile="$(MSBuildMercurialTasksLib)" />
18-
<UsingTask TaskName="MSBuild.Mercurial.HgTag" AssemblyFile="$(MSBuildMercurialTasksLib)" />
19-
<UsingTask TaskName="MSBuild.Mercurial.HgUpdate" AssemblyFile="$(MSBuildMercurialTasksLib)" />
20-
<UsingTask TaskName="MSBuild.Mercurial.HgVersion" AssemblyFile="$(MSBuildMercurialTasksLib)" />
21-
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"
3+
ToolsVersion="3.5">
4+
5+
<PropertyGroup>
6+
<MSBuildMercurialTasksPath Condition=" '$(MSBuildMercurialPath)' == '' ">$(MSBuildExtensionsPath)\MSBuild.Mercurial</MSBuildMercurialTasksPath>
7+
<MSBuildMercurialTasksLib>MSBuild.Mercurial.dll</MSBuildMercurialTasksLib>
8+
</PropertyGroup>
9+
10+
<UsingTask TaskName="MSBuild.Mercurial.HgAdd" AssemblyFile="$(MSBuildMercurialTasksLib)" />
11+
<UsingTask TaskName="MSBuild.Mercurial.HgClone" AssemblyFile="$(MSBuildMercurialTasksLib)" />
12+
<UsingTask TaskName="MSBuild.Mercurial.HgCommit" AssemblyFile="$(MSBuildMercurialTasksLib)" />
13+
<UsingTask TaskName="MSBuild.Mercurial.HgForget" AssemblyFile="$(MSBuildMercurialTasksLib)" />
14+
<UsingTask TaskName="MSBuild.Mercurial.HgInit" AssemblyFile="$(MSBuildMercurialTasksLib)" />
15+
<UsingTask TaskName="MSBuild.Mercurial.HgPull" AssemblyFile="$(MSBuildMercurialTasksLib)" />
16+
<UsingTask TaskName="MSBuild.Mercurial.HgPush" AssemblyFile="$(MSBuildMercurialTasksLib)" />
17+
<UsingTask TaskName="MSBuild.Mercurial.HgRemove" AssemblyFile="$(MSBuildMercurialTasksLib)" />
18+
<UsingTask TaskName="MSBuild.Mercurial.HgTag" AssemblyFile="$(MSBuildMercurialTasksLib)" />
19+
<UsingTask TaskName="MSBuild.Mercurial.HgUpdate" AssemblyFile="$(MSBuildMercurialTasksLib)" />
20+
<UsingTask TaskName="MSBuild.Mercurial.HgVersion" AssemblyFile="$(MSBuildMercurialTasksLib)" />
21+
2222
</Project>

0 commit comments

Comments
 (0)