a83021f1e64652479fb1386ad4b4f9d2ef03a10c
[mono.git] / mcs / tools / linker / Tests / Mono.Linker.Tests.csproj
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5     <ProductVersion>8.0.50727</ProductVersion>
6     <SchemaVersion>2.0</SchemaVersion>
7     <ProjectGuid>{400A1561-B6B6-482D-9E4C-3DDAEDE5BD07}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>Mono.Linker.Tests</RootNamespace>
11     <AssemblyName>Mono.Linker.Tests</AssemblyName>
12     <StartupObject>
13     </StartupObject>
14   </PropertyGroup>
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
16     <DebugSymbols>true</DebugSymbols>
17     <DebugType>full</DebugType>
18     <Optimize>false</Optimize>
19     <OutputPath>bin\Debug\</OutputPath>
20     <DefineConstants>DEBUG;TRACE</DefineConstants>
21     <ErrorReport>prompt</ErrorReport>
22     <WarningLevel>4</WarningLevel>
23   </PropertyGroup>
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25     <DebugType>pdbonly</DebugType>
26     <Optimize>true</Optimize>
27     <OutputPath>bin\Release\</OutputPath>
28     <DefineConstants>TRACE</DefineConstants>
29     <ErrorReport>prompt</ErrorReport>
30     <WarningLevel>4</WarningLevel>
31   </PropertyGroup>
32   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
33   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
34        Other similar extension points exist, see Microsoft.Common.targets.
35   <Target Name="BeforeBuild">
36   </Target>
37   <Target Name="AfterBuild">
38   </Target>
39   -->
40   <ItemGroup>
41     <Reference Include="nunit.framework, Version=2.2.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
42       <SpecificVersion>False</SpecificVersion>
43       <HintPath>Libs\nunit.framework.dll</HintPath>
44     </Reference>
45     <Reference Include="System" />
46     <Reference Include="System.Xml" />
47   </ItemGroup>
48   <ItemGroup>
49     <ProjectReference Include="..\..\..\class\Mono.Cecil\Mono.Cecil.csproj">
50       <Project>{D8F63DFF-5230-43E4-9AB2-DA6E721A1FAE}</Project>
51       <Name>Mono.Cecil</Name>
52     </ProjectReference>
53     <ProjectReference Include="..\Mono.Linker.csproj">
54       <Project>{DD28E2B1-057B-4B4D-A04D-B2EBD9E76E46}</Project>
55       <Name>Mono.Linker</Name>
56     </ProjectReference>
57   </ItemGroup>
58   <ItemGroup>
59     <Compile Include="Mono.Linker.Tests\AbstractLinkingTestFixture.cs" />
60     <Compile Include="Mono.Linker.Tests\AbstractTestFixture.cs" />
61     <Compile Include="Mono.Linker.Tests\AssemblyLinkingTestFixture.cs" />
62     <Compile Include="Mono.Linker.Tests\AssemblyInfo.cs" />
63     <Compile Include="Mono.Linker.Tests\IntegrationTestFixture.cs" />
64     <Compile Include="Mono.Linker.Tests\XmlLinkingTestFixture.cs" />
65   </ItemGroup>
66   <ItemGroup>
67     <Folder Include="Properties\" />
68   </ItemGroup>
69 </Project>