Skip to content
This repository was archived by the owner on Nov 11, 2020. It is now read-only.

Commit f23eee3

Browse files
committed
Add .gitattributes and normalize newlines
1 parent eee2794 commit f23eee3

File tree

20 files changed

+2798
-2794
lines changed

20 files changed

+2798
-2794
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* text=auto
2+
*.cs text diff=csharp
3+
*.sln text eol=crlf
4+
*.csproj text eol=crlf
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Topics defaultTopic="c52241ea-3eba-4ddf-b463-6349cbff38fd">
3-
<Topic id="c52241ea-3eba-4ddf-b463-6349cbff38fd" visible="True" />
4-
<Topic id="70c4df51-5ecb-4e24-a574-8c5a84306bd1" visible="True" />
5-
<Topic id="5d1af8a2-fc1b-4a1b-b6c1-f33fb14bec1f" visible="True" />
6-
<Topic id="5b1854b4-884c-4713-b921-b28e96a1b43e" visible="True" />
7-
<Topic id="c06e9832-9ef0-4d65-ac2e-11f7ce9c7774" visible="True" />
8-
<Topic id="4d4ceb51-154d-43f0-b876-ad9640c5d2d8" visible="True" />
9-
<Topic id="440df648-413e-4f42-a28b-6b2b0e9b1084" visible="True" />
10-
<Topic id="47c58b63-f30c-4290-a2f2-881d21227446" visible="True" />
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Topics defaultTopic="c52241ea-3eba-4ddf-b463-6349cbff38fd">
3+
<Topic id="c52241ea-3eba-4ddf-b463-6349cbff38fd" visible="True" />
4+
<Topic id="70c4df51-5ecb-4e24-a574-8c5a84306bd1" visible="True" />
5+
<Topic id="5d1af8a2-fc1b-4a1b-b6c1-f33fb14bec1f" visible="True" />
6+
<Topic id="5b1854b4-884c-4713-b921-b28e96a1b43e" visible="True" />
7+
<Topic id="c06e9832-9ef0-4d65-ac2e-11f7ce9c7774" visible="True" />
8+
<Topic id="4d4ceb51-154d-43f0-b876-ad9640c5d2d8" visible="True" />
9+
<Topic id="440df648-413e-4f42-a28b-6b2b0e9b1084" visible="True" />
10+
<Topic id="47c58b63-f30c-4290-a2f2-881d21227446" visible="True" />
1111
</Topics>

ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj

Lines changed: 149 additions & 149 deletions
Large diffs are not rendered by default.

Mono.Cecil/Test/.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
bin
2-
obj
3-
*.suo
4-
*.user
5-
*.xml
6-
*.pidb
7-
*.userprefs
1+
bin
2+
obj
3+
*.suo
4+
*.user
5+
*.xml
6+
*.pidb
7+
*.userprefs
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Cecil ftw!
1+
Cecil ftw!
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
Copyright � 2002-2007 Charlie Poole
2-
Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
3-
Copyright � 2000-2002 Philip A. Craig
4-
5-
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
6-
7-
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
8-
9-
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required.
10-
11-
Portions Copyright � 2002-2007 Charlie Poole or Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright � 2000-2002 Philip A. Craig
12-
13-
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
14-
15-
3. This notice may not be removed or altered from any source distribution.
1+
Copyright � 2002-2007 Charlie Poole
2+
Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov
3+
Copyright � 2000-2002 Philip A. Craig
4+
5+
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.
6+
7+
Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:
8+
9+
1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required.
10+
11+
Portions Copyright � 2002-2007 Charlie Poole or Copyright � 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright � 2000-2002 Philip A. Craig
12+
13+
2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
14+
15+
3. This notice may not be removed or altered from any source distribution.
Lines changed: 68 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,69 +1,69 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>10.0.0</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{961DADFA-7CE6-429F-BC22-47630D6DB826}</ProjectGuid>
9-
<OutputType>Exe</OutputType>
10-
<RootNamespace>ICSharpCode.NRefactory.CSharp.AstVerifier</RootNamespace>
11-
<AssemblyName>AstVerifier</AssemblyName>
12-
</PropertyGroup>
13-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14-
<DebugSymbols>true</DebugSymbols>
15-
<DebugType>full</DebugType>
16-
<Optimize>false</Optimize>
17-
<OutputPath>bin\Debug</OutputPath>
18-
<DefineConstants>DEBUG;</DefineConstants>
19-
<ErrorReport>prompt</ErrorReport>
20-
<WarningLevel>4</WarningLevel>
21-
<Externalconsole>true</Externalconsole>
22-
</PropertyGroup>
23-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24-
<DebugType>none</DebugType>
25-
<Optimize>false</Optimize>
26-
<OutputPath>bin\Release</OutputPath>
27-
<ErrorReport>prompt</ErrorReport>
28-
<WarningLevel>4</WarningLevel>
29-
<Externalconsole>true</Externalconsole>
30-
</PropertyGroup>
31-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' ">
32-
<DebugSymbols>true</DebugSymbols>
33-
<DebugType>full</DebugType>
34-
<Optimize>false</Optimize>
35-
<OutputPath>bin\Debug</OutputPath>
36-
<DefineConstants>DEBUG;</DefineConstants>
37-
<ErrorReport>prompt</ErrorReport>
38-
<WarningLevel>4</WarningLevel>
39-
<Externalconsole>true</Externalconsole>
40-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
41-
</PropertyGroup>
42-
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' ">
43-
<DebugType>none</DebugType>
44-
<Optimize>false</Optimize>
45-
<OutputPath>bin\Release</OutputPath>
46-
<ErrorReport>prompt</ErrorReport>
47-
<WarningLevel>4</WarningLevel>
48-
<Externalconsole>true</Externalconsole>
49-
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
50-
</PropertyGroup>
51-
<ItemGroup>
52-
<Reference Include="System" />
53-
</ItemGroup>
54-
<ItemGroup>
55-
<Compile Include="Main.cs" />
56-
<Compile Include="AssemblyInfo.cs" />
57-
</ItemGroup>
58-
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59-
<ItemGroup>
60-
<ProjectReference Include="..\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
61-
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project>
62-
<Name>ICSharpCode.NRefactory.CSharp</Name>
63-
</ProjectReference>
64-
<ProjectReference Include="..\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
65-
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
66-
<Name>ICSharpCode.NRefactory</Name>
67-
</ProjectReference>
68-
</ItemGroup>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>10.0.0</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<ProjectGuid>{961DADFA-7CE6-429F-BC22-47630D6DB826}</ProjectGuid>
9+
<OutputType>Exe</OutputType>
10+
<RootNamespace>ICSharpCode.NRefactory.CSharp.AstVerifier</RootNamespace>
11+
<AssemblyName>AstVerifier</AssemblyName>
12+
</PropertyGroup>
13+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14+
<DebugSymbols>true</DebugSymbols>
15+
<DebugType>full</DebugType>
16+
<Optimize>false</Optimize>
17+
<OutputPath>bin\Debug</OutputPath>
18+
<DefineConstants>DEBUG;</DefineConstants>
19+
<ErrorReport>prompt</ErrorReport>
20+
<WarningLevel>4</WarningLevel>
21+
<Externalconsole>true</Externalconsole>
22+
</PropertyGroup>
23+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24+
<DebugType>none</DebugType>
25+
<Optimize>false</Optimize>
26+
<OutputPath>bin\Release</OutputPath>
27+
<ErrorReport>prompt</ErrorReport>
28+
<WarningLevel>4</WarningLevel>
29+
<Externalconsole>true</Externalconsole>
30+
</PropertyGroup>
31+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' ">
32+
<DebugSymbols>true</DebugSymbols>
33+
<DebugType>full</DebugType>
34+
<Optimize>false</Optimize>
35+
<OutputPath>bin\Debug</OutputPath>
36+
<DefineConstants>DEBUG;</DefineConstants>
37+
<ErrorReport>prompt</ErrorReport>
38+
<WarningLevel>4</WarningLevel>
39+
<Externalconsole>true</Externalconsole>
40+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
41+
</PropertyGroup>
42+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' ">
43+
<DebugType>none</DebugType>
44+
<Optimize>false</Optimize>
45+
<OutputPath>bin\Release</OutputPath>
46+
<ErrorReport>prompt</ErrorReport>
47+
<WarningLevel>4</WarningLevel>
48+
<Externalconsole>true</Externalconsole>
49+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
50+
</PropertyGroup>
51+
<ItemGroup>
52+
<Reference Include="System" />
53+
</ItemGroup>
54+
<ItemGroup>
55+
<Compile Include="Main.cs" />
56+
<Compile Include="AssemblyInfo.cs" />
57+
</ItemGroup>
58+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
59+
<ItemGroup>
60+
<ProjectReference Include="..\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
61+
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project>
62+
<Name>ICSharpCode.NRefactory.CSharp</Name>
63+
</ProjectReference>
64+
<ProjectReference Include="..\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
65+
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
66+
<Name>ICSharpCode.NRefactory</Name>
67+
</ProjectReference>
68+
</ItemGroup>
6969
</Project>

0 commit comments

Comments
 (0)