<?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="nunit.framework"> <SpecificVersion>False</SpecificVersion> <HintPath>.\nunit.framework.dll</HintPath> </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" /> <None Include="IL\SequenceOfNestedIfs.Output.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="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="..\..\Mono.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> <Folder Include="IL" /> </ItemGroup> <ItemGroup> <None Include="BooleanConsumedAsInteger.il" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> </Project>