Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRolf Bjarne Kvinge <rolf@xamarin.com>2016-04-14 11:22:01 +0300
committerRolf Bjarne Kvinge <rolf@xamarin.com>2016-04-14 11:22:01 +0300
commit13793575f7431b8ef1829b5ec1402bd2d01f4598 (patch)
tree369a597b077592dc2d774e8d50bef4125b7fcad8
parent24c177a49a5a6671cff7b3f8f0ab74ef1e17a166 (diff)
Commit eol differences I can't make git stop complaining about.workaround-for-bug-24976
-rw-r--r--LICENSE.md40
-rw-r--r--Test/Mono.Cecil.Tests.csproj342
-rw-r--r--Test/Resources/assemblies/text_file.txt2
-rw-r--r--rocks/Test/Mono.Cecil.Rocks.Tests.csproj196
-rw-r--r--symbols/mdb/Test/Mono.Cecil.Mdb.Tests.csproj222
-rw-r--r--symbols/pdb/Test/Mono.Cecil.Pdb.Tests.csproj232
6 files changed, 517 insertions, 517 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 597bba6..854f494 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,20 +1,20 @@
-Copyright (c) 2008 - 2014 Jb Evain
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+Copyright (c) 2008 - 2014 Jb Evain
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/Test/Mono.Cecil.Tests.csproj b/Test/Mono.Cecil.Tests.csproj
index e8af48e..6e89ad3 100644
--- a/Test/Mono.Cecil.Tests.csproj
+++ b/Test/Mono.Cecil.Tests.csproj
@@ -1,178 +1,178 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Mono.Cecil.Tests</RootNamespace>
- <AssemblyName>Mono.Cecil.Tests</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>..\mono.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_2_0_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_2_0_Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_3_5_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_3_5_Release\</OutputPath>
- <DefineConstants>TRACE;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_4_0_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_4_0_Release\</OutputPath>
- <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
- <Reference Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="nunit.core">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\nunit-2.6.2\nunit.core.dll</HintPath>
- </Reference>
- <Reference Include="nunit.core.interfaces">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>libs\nunit-2.6.2\nunit.framework.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Mono.Cecil.Tests\AssemblyTests.cs" />
- <Compile Include="Mono.Cecil.Tests\AssemblyInfo.cs" />
- <Compile Include="Mono.Cecil.Tests\BaseTestFixture.cs" />
- <Compile Include="Mono.Cecil.Tests\CompilationService.cs" />
- <Compile Include="Mono.Cecil.Tests\VariableTests.cs" />
- <Compile Include="Mono.Cecil.Tests\TypeParserTests.cs" />
- <Compile Include="Mono.Cecil.Tests\ImportCecilTests.cs" />
- <Compile Include="Mono.Cecil.Tests\ImportReflectionTests.cs" />
- <Compile Include="Mono.Cecil.Tests\ILProcessorTests.cs" />
- <Compile Include="Mono.Cecil.Tests\SecurityDeclarationTests.cs" />
- <Compile Include="Mono.Cecil.Tests\ParameterTests.cs" />
- <Compile Include="Mono.Cecil.Tests\Extensions.cs" />
- <Compile Include="Mono.Cecil.Tests\Linq.cs" />
- <Compile Include="Mono.Cecil.Tests\ResolveTests.cs" />
- <Compile Include="Mono.Cecil.Tests\CustomAttributesTests.cs" />
- <Compile Include="Mono.Cecil.Tests\Formatter.cs" />
- <Compile Include="Mono.Cecil.Tests\MethodBodyTests.cs" />
- <Compile Include="Mono.Cecil.Tests\TypeTests.cs" />
- <Compile Include="Mono.Cecil.Tests\PropertyTests.cs" />
- <Compile Include="Mono.Cecil.Tests\EventTests.cs" />
- <Compile Include="Mono.Cecil.Tests\MethodTests.cs" />
- <Compile Include="Mono.Cecil.Tests\FieldTests.cs" />
- <Compile Include="Mono.Cecil.Tests\ImageReadTests.cs" />
- <Compile Include="Mono.Cecil.Tests\ModuleTests.cs" />
- <Compile Include="Mono.Cecil.Tests\NestedTypesTests.cs" />
- <None Include="Resources\il\explicitthis.il" />
- <None Include="Resources\cs\CustomAttributes.cs" />
- <None Include="Resources\cs\Generics.cs" />
- <None Include="Resources\cs\Interfaces.cs" />
- <None Include="Resources\cs\Layouts.cs" />
- <None Include="Resources\cs\Properties.cs" />
- <None Include="Resources\cs\Events.cs" />
- <None Include="Resources\cs\Methods.cs" />
- <None Include="Resources\assemblies\moda.netmodule" />
- <None Include="Resources\assemblies\modb.netmodule" />
- <None Include="Resources\cs\Fields.cs" />
- <None Include="Resources\cs\NestedTypes.cs" />
- <None Include="Resources\il\hello.il" />
- <None Include="Resources\il\methodspecs.il" />
- <None Include="Resources\il\others.il" />
- <None Include="Resources\il\types.il" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Mono.Cecil.csproj">
- <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
- <Name>Mono.Cecil</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Content Include="Resources\assemblies\boxedoptarg.dll" />
- <Content Include="Resources\assemblies\catch.exe" />
- <Content Include="Resources\assemblies\cppcli.dll" />
- <Content Include="Resources\assemblies\cscgpbug.dll" />
- <Content Include="Resources\assemblies\decsec-att.dll" />
- <Content Include="Resources\assemblies\decsec-xml.dll" />
- <Content Include="Resources\assemblies\decsec1-xml.dll" />
- <Content Include="Resources\assemblies\empty-decsec-att.dll" />
- <Content Include="Resources\assemblies\fptr.exe" />
- <Content Include="Resources\assemblies\gifaceref.exe" />
- <Content Include="Resources\assemblies\hello.anycpu.exe" />
- <Content Include="Resources\assemblies\hello.exe" />
- <Content Include="Resources\assemblies\hello.ia64.exe" />
- <Content Include="Resources\assemblies\hello.x64.exe" />
- <Content Include="Resources\assemblies\hello.x86.exe" />
- <Content Include="Resources\assemblies\hello1.exe" />
- <Content Include="Resources\assemblies\hellow.exe" />
- <Content Include="Resources\assemblies\iterator.exe" />
- <Content Include="Resources\assemblies\libhello.dll" />
- <Content Include="Resources\assemblies\libres.dll" />
- <Content Include="Resources\assemblies\marshal.dll" />
- <Content Include="Resources\assemblies\mma.exe" />
- <Content Include="Resources\assemblies\noblob.dll" />
- <Content Include="Resources\assemblies\pinvoke.exe" />
- <Content Include="Resources\assemblies\switch.exe" />
- <Content Include="Resources\assemblies\text_file.txt" />
- <Content Include="Resources\assemblies\varargs.exe" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Mono.Cecil.Tests</RootNamespace>
+ <AssemblyName>Mono.Cecil.Tests</AssemblyName>
+ <FileAlignment>512</FileAlignment>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>..\mono.snk</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_2_0_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_2_0_Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_3_5_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_3_5_Release\</OutputPath>
+ <DefineConstants>TRACE;NET_3_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_4_0_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_4_0_Release\</OutputPath>
+ <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
+ <Reference Include="System.Core" />
+ </ItemGroup>
+ <ItemGroup>
+ <Reference Include="nunit.core">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>libs\nunit-2.6.2\nunit.core.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.core.interfaces">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>libs\nunit-2.6.2\nunit.framework.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Mono.Cecil.Tests\AssemblyTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\AssemblyInfo.cs" />
+ <Compile Include="Mono.Cecil.Tests\BaseTestFixture.cs" />
+ <Compile Include="Mono.Cecil.Tests\CompilationService.cs" />
+ <Compile Include="Mono.Cecil.Tests\VariableTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\TypeParserTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\ImportCecilTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\ImportReflectionTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\ILProcessorTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\SecurityDeclarationTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\ParameterTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\Extensions.cs" />
+ <Compile Include="Mono.Cecil.Tests\Linq.cs" />
+ <Compile Include="Mono.Cecil.Tests\ResolveTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\CustomAttributesTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\Formatter.cs" />
+ <Compile Include="Mono.Cecil.Tests\MethodBodyTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\TypeTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\PropertyTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\EventTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\MethodTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\FieldTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\ImageReadTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\ModuleTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\NestedTypesTests.cs" />
+ <None Include="Resources\il\explicitthis.il" />
+ <None Include="Resources\cs\CustomAttributes.cs" />
+ <None Include="Resources\cs\Generics.cs" />
+ <None Include="Resources\cs\Interfaces.cs" />
+ <None Include="Resources\cs\Layouts.cs" />
+ <None Include="Resources\cs\Properties.cs" />
+ <None Include="Resources\cs\Events.cs" />
+ <None Include="Resources\cs\Methods.cs" />
+ <None Include="Resources\assemblies\moda.netmodule" />
+ <None Include="Resources\assemblies\modb.netmodule" />
+ <None Include="Resources\cs\Fields.cs" />
+ <None Include="Resources\cs\NestedTypes.cs" />
+ <None Include="Resources\il\hello.il" />
+ <None Include="Resources\il\methodspecs.il" />
+ <None Include="Resources\il\others.il" />
+ <None Include="Resources\il\types.il" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\Mono.Cecil.csproj">
+ <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
+ <Name>Mono.Cecil</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Resources\assemblies\boxedoptarg.dll" />
+ <Content Include="Resources\assemblies\catch.exe" />
+ <Content Include="Resources\assemblies\cppcli.dll" />
+ <Content Include="Resources\assemblies\cscgpbug.dll" />
+ <Content Include="Resources\assemblies\decsec-att.dll" />
+ <Content Include="Resources\assemblies\decsec-xml.dll" />
+ <Content Include="Resources\assemblies\decsec1-xml.dll" />
+ <Content Include="Resources\assemblies\empty-decsec-att.dll" />
+ <Content Include="Resources\assemblies\fptr.exe" />
+ <Content Include="Resources\assemblies\gifaceref.exe" />
+ <Content Include="Resources\assemblies\hello.anycpu.exe" />
+ <Content Include="Resources\assemblies\hello.exe" />
+ <Content Include="Resources\assemblies\hello.ia64.exe" />
+ <Content Include="Resources\assemblies\hello.x64.exe" />
+ <Content Include="Resources\assemblies\hello.x86.exe" />
+ <Content Include="Resources\assemblies\hello1.exe" />
+ <Content Include="Resources\assemblies\hellow.exe" />
+ <Content Include="Resources\assemblies\iterator.exe" />
+ <Content Include="Resources\assemblies\libhello.dll" />
+ <Content Include="Resources\assemblies\libres.dll" />
+ <Content Include="Resources\assemblies\marshal.dll" />
+ <Content Include="Resources\assemblies\mma.exe" />
+ <Content Include="Resources\assemblies\noblob.dll" />
+ <Content Include="Resources\assemblies\pinvoke.exe" />
+ <Content Include="Resources\assemblies\switch.exe" />
+ <Content Include="Resources\assemblies\text_file.txt" />
+ <Content Include="Resources\assemblies\varargs.exe" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
- -->
+ -->
</Project> \ No newline at end of file
diff --git a/Test/Resources/assemblies/text_file.txt b/Test/Resources/assemblies/text_file.txt
index 5de1caf..ea780ea 100644
--- a/Test/Resources/assemblies/text_file.txt
+++ b/Test/Resources/assemblies/text_file.txt
@@ -1 +1 @@
-Cecil ftw!
+Cecil ftw!
diff --git a/rocks/Test/Mono.Cecil.Rocks.Tests.csproj b/rocks/Test/Mono.Cecil.Rocks.Tests.csproj
index ea7afb3..3865799 100644
--- a/rocks/Test/Mono.Cecil.Rocks.Tests.csproj
+++ b/rocks/Test/Mono.Cecil.Rocks.Tests.csproj
@@ -1,105 +1,105 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C6CFD7E1-B855-44DC-B4CE-9CD72984AF52}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Mono.Cecil.Rocks.Tests</RootNamespace>
- <AssemblyName>Mono.Cecil.Rocks.Tests</AssemblyName>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_3_5_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_3_5_Release\</OutputPath>
- <DefineConstants>TRACE;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_4_0_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_4_0_Release\</OutputPath>
- <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="nunit.core">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.core.dll</HintPath>
- </Reference>
- <Reference Include="nunit.core.interfaces">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.framework.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\Mono.Cecil.csproj">
- <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
- <Name>Mono.Cecil</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\Test\Mono.Cecil.Tests.csproj">
- <Project>{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}</Project>
- <Name>Mono.Cecil.Tests</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Cecil.Rocks.csproj">
- <Project>{FBC6DD59-D09D-499C-B03C-99C1C78FF2AC}</Project>
- <Name>Mono.Cecil.Rocks</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Mono.Cecil.Tests\MethodDefinitionRocksTests.cs" />
- <Compile Include="Mono.Cecil.Tests\ModuleDefinitionRocksTests.cs" />
- <Compile Include="Mono.Cecil.Tests\SecurityDeclarationRocksTests.cs" />
- <Compile Include="Mono.Cecil.Tests\TypeDefinitionRocksTests.cs" />
- <Compile Include="Mono.Cecil.Tests\TypeReferenceRocksTests.cs" />
- <Content Include="Resources\cs\Types.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Resources\assemblies\decsec-att.dll" />
- <Content Include="Resources\assemblies\decsec-xml.dll" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{C6CFD7E1-B855-44DC-B4CE-9CD72984AF52}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Mono.Cecil.Rocks.Tests</RootNamespace>
+ <AssemblyName>Mono.Cecil.Rocks.Tests</AssemblyName>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_3_5_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_3_5_Release\</OutputPath>
+ <DefineConstants>TRACE;NET_3_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_4_0_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_4_0_Release\</OutputPath>
+ <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="nunit.core">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.core.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.core.interfaces">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\Test\libs\nunit-2.6.2\nunit.framework.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\Mono.Cecil.csproj">
+ <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
+ <Name>Mono.Cecil</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\Test\Mono.Cecil.Tests.csproj">
+ <Project>{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}</Project>
+ <Name>Mono.Cecil.Tests</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Mono.Cecil.Rocks.csproj">
+ <Project>{FBC6DD59-D09D-499C-B03C-99C1C78FF2AC}</Project>
+ <Name>Mono.Cecil.Rocks</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Mono.Cecil.Tests\MethodDefinitionRocksTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\ModuleDefinitionRocksTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\SecurityDeclarationRocksTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\TypeDefinitionRocksTests.cs" />
+ <Compile Include="Mono.Cecil.Tests\TypeReferenceRocksTests.cs" />
+ <Content Include="Resources\cs\Types.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Resources\assemblies\decsec-att.dll" />
+ <Content Include="Resources\assemblies\decsec-xml.dll" />
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
- -->
+ -->
</Project> \ No newline at end of file
diff --git a/symbols/mdb/Test/Mono.Cecil.Mdb.Tests.csproj b/symbols/mdb/Test/Mono.Cecil.Mdb.Tests.csproj
index 630b28b..e73af1c 100644
--- a/symbols/mdb/Test/Mono.Cecil.Mdb.Tests.csproj
+++ b/symbols/mdb/Test/Mono.Cecil.Mdb.Tests.csproj
@@ -1,118 +1,118 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{AC71DF9C-99FA-4A63-990A-66C8010355A6}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Mono.Cecil.Mdb.Tests</RootNamespace>
- <AssemblyName>Mono.Cecil.Mdb.Tests</AssemblyName>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_2_0_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_2_0_Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_3_5_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_3_5_Release\</OutputPath>
- <DefineConstants>TRACE;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_4_0_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_4_0_Release\</OutputPath>
- <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
- <Reference Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Mono.Cecil.csproj">
- <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
- <Name>Mono.Cecil</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\Test\Mono.Cecil.Tests.csproj">
- <Project>{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}</Project>
- <Name>Mono.Cecil.Tests</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Cecil.Mdb.csproj">
- <Project>{8559DD7F-A16F-46D0-A05A-9139FAEBA8FD}</Project>
- <Name>Mono.Cecil.Mdb</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Mono.Cecil.Tests\MdbTests.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Resources\assemblies\hello.exe" />
- <Content Include="Resources\assemblies\hello.exe.mdb" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="nunit.core">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.core.dll</HintPath>
- </Reference>
- <Reference Include="nunit.core.interfaces">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.framework.dll</HintPath>
- </Reference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{AC71DF9C-99FA-4A63-990A-66C8010355A6}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Mono.Cecil.Mdb.Tests</RootNamespace>
+ <AssemblyName>Mono.Cecil.Mdb.Tests</AssemblyName>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_2_0_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_2_0_Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_3_5_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_3_5_Release\</OutputPath>
+ <DefineConstants>TRACE;NET_3_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_4_0_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_4_0_Release\</OutputPath>
+ <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
+ <Reference Include="System.Core" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\Mono.Cecil.csproj">
+ <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
+ <Name>Mono.Cecil</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\..\Test\Mono.Cecil.Tests.csproj">
+ <Project>{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}</Project>
+ <Name>Mono.Cecil.Tests</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Mono.Cecil.Mdb.csproj">
+ <Project>{8559DD7F-A16F-46D0-A05A-9139FAEBA8FD}</Project>
+ <Name>Mono.Cecil.Mdb</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Mono.Cecil.Tests\MdbTests.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Resources\assemblies\hello.exe" />
+ <Content Include="Resources\assemblies\hello.exe.mdb" />
+ </ItemGroup>
+ <ItemGroup>
+ <Reference Include="nunit.core">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.core.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.core.interfaces">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.framework.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
- -->
+ -->
</Project> \ No newline at end of file
diff --git a/symbols/pdb/Test/Mono.Cecil.Pdb.Tests.csproj b/symbols/pdb/Test/Mono.Cecil.Pdb.Tests.csproj
index 80c1bec..eb86f5a 100644
--- a/symbols/pdb/Test/Mono.Cecil.Pdb.Tests.csproj
+++ b/symbols/pdb/Test/Mono.Cecil.Pdb.Tests.csproj
@@ -1,123 +1,123 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{29300103-CB76-4A1D-B6FD-FFD91C1EC8AA}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Mono.Cecil.Pdb.Tests</RootNamespace>
- <AssemblyName>Mono.Cecil.Pdb.Tests</AssemblyName>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_2_0_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_2_0_Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_3_5_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_3_5_Release\</OutputPath>
- <DefineConstants>TRACE;NET_3_5</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\net_4_0_Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\net_4_0_Release\</OutputPath>
- <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- </PropertyGroup>
- <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
- <Reference Include="System.Core" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\Mono.Cecil.csproj">
- <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
- <Name>Mono.Cecil</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\..\Test\Mono.Cecil.Tests.csproj">
- <Project>{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}</Project>
- <Name>Mono.Cecil.Tests</Name>
- </ProjectReference>
- <ProjectReference Include="..\Mono.Cecil.Pdb.csproj">
- <Project>{63E6915C-7EA4-4D76-AB28-0D7191EEA626}</Project>
- <Name>Mono.Cecil.Pdb</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Mono.Cecil.Tests\Linq.cs" />
- <Compile Include="Mono.Cecil.Tests\PdbTests.cs" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="Resources\assemblies\fsapp.exe" />
- <Content Include="Resources\assemblies\fsapp.pdb" />
- <Content Include="Resources\assemblies\test.exe" />
- <Content Include="Resources\assemblies\test.pdb" />
- <Content Include="Resources\assemblies\VBConsApp.exe" />
- <Content Include="Resources\assemblies\VBConsApp.pdb" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="nunit.core">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.core.dll</HintPath>
- </Reference>
- <Reference Include="nunit.core.interfaces">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
- </Reference>
- <Reference Include="nunit.framework">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.framework.dll</HintPath>
- </Reference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">net_4_0_Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{29300103-CB76-4A1D-B6FD-FFD91C1EC8AA}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Mono.Cecil.Pdb.Tests</RootNamespace>
+ <AssemblyName>Mono.Cecil.Pdb.Tests</AssemblyName>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_2_0_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_2_0_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_2_0_Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_3_5_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;NET_3_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_3_5_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_3_5_Release\</OutputPath>
+ <DefineConstants>TRACE;NET_3_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\net_4_0_Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE;NET_3_5;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_0_Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\net_4_0_Release\</OutputPath>
+ <DefineConstants>TRACE;NET_3_5;NET_4_0</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ </PropertyGroup>
+ <ItemGroup Condition=" '$(TargetFrameworkVersion)' != 'v2.0' ">
+ <Reference Include="System.Core" />
+ </ItemGroup>
+ <ItemGroup>
+ <ProjectReference Include="..\..\..\Mono.Cecil.csproj">
+ <Project>{D68133BD-1E63-496E-9EDE-4FBDBF77B486}</Project>
+ <Name>Mono.Cecil</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\..\..\Test\Mono.Cecil.Tests.csproj">
+ <Project>{A47B1F49-A81A-43E8-BE6B-DD28AF2C4055}</Project>
+ <Name>Mono.Cecil.Tests</Name>
+ </ProjectReference>
+ <ProjectReference Include="..\Mono.Cecil.Pdb.csproj">
+ <Project>{63E6915C-7EA4-4D76-AB28-0D7191EEA626}</Project>
+ <Name>Mono.Cecil.Pdb</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Mono.Cecil.Tests\Linq.cs" />
+ <Compile Include="Mono.Cecil.Tests\PdbTests.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="Resources\assemblies\fsapp.exe" />
+ <Content Include="Resources\assemblies\fsapp.pdb" />
+ <Content Include="Resources\assemblies\test.exe" />
+ <Content Include="Resources\assemblies\test.pdb" />
+ <Content Include="Resources\assemblies\VBConsApp.exe" />
+ <Content Include="Resources\assemblies\VBConsApp.pdb" />
+ </ItemGroup>
+ <ItemGroup>
+ <Reference Include="nunit.core">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.core.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.core.interfaces">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.core.interfaces.dll</HintPath>
+ </Reference>
+ <Reference Include="nunit.framework">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\..\..\Test\libs\nunit-2.6.2\nunit.framework.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
- -->
+ -->
</Project> \ No newline at end of file