mirror of https://github.com/icsharpcode/ILSpy.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161 lines
8.0 KiB
161 lines
8.0 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{FEC0DA52-C4A6-4710-BE36-B484A20C5E22}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ICSharpCode.Decompiler.Tests</RootNamespace> |
|
<AssemblyName>ICSharpCode.Decompiler.Tests</AssemblyName> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<NoWarn>67,169,1058,728,1720,649</NoWarn> |
|
<TargetFrameworkProfile /> |
|
<NoWin32Manifest>False</NoWin32Manifest> |
|
<SignAssembly>True</SignAssembly> |
|
<AssemblyOriginatorKeyFile>..\..\NRefactory\ICSharpCode.NRefactory.snk</AssemblyOriginatorKeyFile> |
|
<DelaySign>False</DelaySign> |
|
<AssemblyOriginatorKeyMode>File</AssemblyOriginatorKeyMode> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
<RegisterForComInterop>False</RegisterForComInterop> |
|
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies> |
|
<BaseAddress>4194304</BaseAddress> |
|
<FileAlignment>4096</FileAlignment> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>..\bin\Debug\</OutputPath> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>..\bin\Release\</OutputPath> |
|
<DebugSymbols>false</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="DiffLib"> |
|
<HintPath>..\..\packages\DiffLib.1.0.0.55\lib\net35-Client\DiffLib.dll</HintPath> |
|
</Reference> |
|
<Reference Include="nunit.core, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="nunit.core.interfaces, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.core.interfaces.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="nunit.framework"> |
|
<HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="nunit.util, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> |
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\nunit.util.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="NUnit.VisualStudio.TestAdapter, Version=2.0.0.0, Culture=neutral, PublicKeyToken=4cb40d35494691ac, processorArchitecture=MSIL"> |
|
<HintPath>..\..\packages\NUnitTestAdapter.2.0.0\lib\NUnit.VisualStudio.TestAdapter.dll</HintPath> |
|
<Private>False</Private> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> |
|
<HintPath>..\..\packages\System.Collections.Immutable.1.2.0-rc2-24027\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="packages.config" /> |
|
<None Include="TestCases\Correctness\BitNot.il" /> |
|
<None Include="TestCases\Correctness\Readme.txt" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\cecil\Mono.Cecil.csproj"> |
|
<Project>{d68133bd-1e63-496e-9ede-4fbdbf77b486}</Project> |
|
<Name>Mono.Cecil</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NRefactory\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj"> |
|
<Project>{53dca265-3c3c-42f9-b647-f72ba678122b}</Project> |
|
<Name>ICSharpCode.NRefactory.CSharp</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\NRefactory\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj"> |
|
<Project>{3b2a5653-ec97-4001-bb9b-d90f1af2c371}</Project> |
|
<Name>ICSharpCode.NRefactory</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\ICSharpCode.Decompiler.csproj"> |
|
<Project>{984cc812-9470-4a13-aff9-cc44068d666c}</Project> |
|
<Name>ICSharpCode.Decompiler</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Helpers\CodeAssert.cs" /> |
|
<Compile Include="Helpers\SdkUtility.cs" /> |
|
<Compile Include="Helpers\RemoveCompilerAttribute.cs" /> |
|
<Compile Include="Helpers\Tester.cs" /> |
|
<Compile Include="Helpers\TypeSystemHelper.cs" /> |
|
<Compile Include="Loops.cs" /> |
|
<Compile Include="PrettyTestRunner.cs" /> |
|
<Compile Include="RoundtripAssembly.cs" /> |
|
<Compile Include="TestCases\Correctness\CompoundAssignment.cs" /> |
|
<Compile Include="TestCases\Correctness\ControlFlow.cs" /> |
|
<Compile Include="TestCases\Correctness\Conversions.cs" /> |
|
<Compile Include="TestCases\Correctness\DecimalFields.cs" /> |
|
<Compile Include="TestCases\Correctness\Comparisons.cs" /> |
|
<Compile Include="TestCases\Correctness\Generics.cs" /> |
|
<Compile Include="TestCases\Correctness\HelloWorld.cs" /> |
|
<Compile Include="TestCases\Correctness\InitializerTests.cs" /> |
|
<Compile Include="TestCases\Correctness\MemberLookup.cs" /> |
|
<Compile Include="TestCases\Correctness\PropertiesAndEvents.cs" /> |
|
<Compile Include="TestCases\Correctness\Switch.cs" /> |
|
<Compile Include="TestCases\Correctness\UndocumentedExpressions.cs" /> |
|
<Compile Include="TestCases\Correctness\UnsafeCode.cs" /> |
|
<Compile Include="TestCases\Correctness\ValueTypeCall.cs" /> |
|
<Compile Include="CorrectnessTestRunner.cs" /> |
|
<Compile Include="TestCases\Pretty\HelloWorld.cs" /> |
|
<Compile Include="TestCases\Pretty\InlineAssignmentTest.cs" /> |
|
<Compile Include="Util\IntervalTests.cs" /> |
|
<Compile Include="Util\LongSetTests.cs" /> |
|
<Compile Include="CustomAttributes\CustomAttributeTests.cs" /> |
|
<Compile Include="CustomAttributes\S_AssemblyCustomAttribute.cs" /> |
|
<Compile Include="CustomAttributes\S_CustomAttributeSamples.cs" /> |
|
<Compile Include="CustomAttributes\S_CustomAttributes.cs" /> |
|
<Compile Include="DecompilerTestBase.cs" /> |
|
<Compile Include="CodeSampleFileParser.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="TestCases\Pretty\HelloWorld.il"> |
|
<DependentUpon>HelloWorld.cs</DependentUpon> |
|
</None> |
|
<None Include="TestCases\Pretty\InlineAssignmentTest.il"> |
|
<DependentUpon>InlineAssignmentTest.cs</DependentUpon> |
|
</None> |
|
<None Include="TestCases\Pretty\Readme.txt" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |