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.
173 lines
8.1 KiB
173 lines
8.1 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 /> |
|
</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="Mono.Cecil, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
|
<HintPath>..\..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.dll</HintPath> |
|
<Private>True</Private> |
|
</Reference> |
|
<Reference Include="Mono.Cecil.Pdb, Version=0.9.6.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> |
|
<HintPath>..\..\packages\Mono.Cecil.0.9.6.1\lib\net45\Mono.Cecil.Pdb.dll</HintPath> |
|
<Private>True</Private> |
|
</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"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>.\nunit.framework.dll</HintPath> |
|
</Reference> |
|
<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.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml" /> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="Async.cs" /> |
|
<Compile Include="CallOverloadedMethod.cs" /> |
|
<Compile Include="CheckedUnchecked.cs" /> |
|
<Compile Include="ControlFlow.cs" /> |
|
<Compile Include="DoubleConstants.cs" /> |
|
<Compile Include="ExpressionTrees.cs" /> |
|
<EmbeddedResource Include="FSharpPatterns\FSharpUsing.fs.Debug.il" /> |
|
<None Include="IL\SequenceOfNestedIfs.Output.cs" /> |
|
<Compile Include="FSharpPatterns\FSharpPatternTests.cs" /> |
|
<EmbeddedResource Include="FSharpPatterns\FSharpUsing.fs.Debug.cs" /> |
|
<Compile Include="FSharpPatterns\TestHelpers.cs" /> |
|
<Compile Include="FSharpPatterns\ToolLocator.cs" /> |
|
<Compile Include="IL\ILTests.cs" /> |
|
<Compile Include="LiftedOperators.cs" /> |
|
<Compile Include="CustomShortCircuitOperators.cs" /> |
|
<Compile Include="Helpers\CodeAssert.cs" /> |
|
<Compile Include="IncrementDecrement.cs" /> |
|
<Compile Include="Lock.cs" /> |
|
<Compile Include="NotUsingBlock.cs" /> |
|
<Compile Include="PInvoke.cs" /> |
|
<Compile Include="QueryExpressions.cs" /> |
|
<Compile Include="Switch.cs" /> |
|
<Compile Include="TypeAnalysisTests.cs" /> |
|
<Compile Include="UndocumentedExpressions.cs" /> |
|
<Compile Include="UnsafeCode.cs" /> |
|
<Compile Include="Types\S_TypeDeclarations.cs" /> |
|
<Compile Include="YieldReturn.cs" /> |
|
<None Include="IL\SequenceOfNestedIfs.dll" /> |
|
<None Include="IL\SequenceOfNestedIfs.il" /> |
|
<None Include="IL\StackTests.exe" /> |
|
<None Include="IL\StackTests.il" /> |
|
<None Include="packages.config" /> |
|
<None Include="Types\S_EnumSamples.cs" /> |
|
<None Include="CustomAttributes\S_AssemblyCustomAttribute.cs" /> |
|
<Compile Include="Helpers\RemoveCompilerAttribute.cs" /> |
|
<Compile Include="Types\S_TypeMemberDeclarations.cs" /> |
|
<Compile Include="Types\EnumTests.cs" /> |
|
<Compile Include="Types\TypeTests.cs" /> |
|
<Compile Include="DelegateConstruction.cs" /> |
|
<None Include="CustomAttributes\S_CustomAttributes.cs" /> |
|
<Compile Include="Loops.cs" /> |
|
<Compile Include="PropertiesAndEvents.cs" /> |
|
<None Include="CustomAttributes\S_CustomAttributeSamples.cs" /> |
|
<Compile Include="CodeSampleFileParser.cs" /> |
|
<Compile Include="CustomAttributes\CustomAttributeTests.cs" /> |
|
<Compile Include="DecompilerTestBase.cs" /> |
|
<Compile Include="InitializerTests.cs" /> |
|
<Compile Include="ExceptionHandling.cs" /> |
|
<Compile Include="Generics.cs" /> |
|
<Compile Include="MultidimensionalArray.cs" /> |
|
<Compile Include="TestRunner.cs" /> |
|
<Compile Include="ValueTypes.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<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> |
|
<EmbeddedResource Include="FSharpPatterns\FSharpUsing.fs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<None Include="BooleanConsumedAsInteger.il" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<EmbeddedResource Include="FSharpPatterns\FSharpUsing.fs.Release.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<EmbeddedResource Include="FSharpPatterns\FSharpUsing.fs.Release.il" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |