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.
102 lines
4.4 KiB
102 lines
4.4 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.0</TargetFrameworkVersion> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<AllowUnsafeBlocks>True</AllowUnsafeBlocks> |
|
<NoStdLib>False</NoStdLib> |
|
<WarningLevel>4</WarningLevel> |
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
<NoWarn>67,169</NoWarn> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</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="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="CheckedUnchecked.cs" /> |
|
<Compile Include="IncrementDecrement.cs" /> |
|
<Compile Include="Switch.cs" /> |
|
<Compile Include="UnsafeCode.cs" /> |
|
<Compile Include="Types\S_TypeDeclarations.cs" /> |
|
<Compile Include="YieldReturn.cs" /> |
|
<None Include="Types\S_EnumSamples.cs" /> |
|
<None Include="CustomAttributes\S_AssemblyCustomAttribute.cs" /> |
|
<Compile Include="Helpers\RemoveCompilerAttribute.cs" /> |
|
<None 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\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 /> |
|
<ItemGroup> |
|
<None Include="BooleanConsumedAsInteger.il" /> |
|
<None Include="StackTests\StackTests.il" /> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |