~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to src/addins/MonoDeveloperExtensions/NUnit/NUnit.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{376889B5-6504-46A1-9D18-A9E4B4A50F49}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>NUnit</RootNamespace>
 
11
  </PropertyGroup>
 
12
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
13
    <DebugSymbols>True</DebugSymbols>
 
14
    <DebugType>full</DebugType>
 
15
    <Optimize>True</Optimize>
 
16
    <OutputPath>..\..\..\..\build\AddIns\MonoDeveloperExtensions\</OutputPath>
 
17
    <ErrorReport>prompt</ErrorReport>
 
18
    <WarningLevel>4</WarningLevel>
 
19
    <ConsolePause>False</ConsolePause>
 
20
    <Execution>
 
21
      <Execution clr-version="Net_2_0" />
 
22
    </Execution>
 
23
    <AssemblyName>MonoDeveloperExtensions_nunit</AssemblyName>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
26
    <DebugType>none</DebugType>
 
27
    <Optimize>True</Optimize>
 
28
    <OutputPath>..\..\..\..\build\AddIns\MonoDeveloperExtensions\</OutputPath>
 
29
    <ErrorReport>prompt</ErrorReport>
 
30
    <WarningLevel>4</WarningLevel>
 
31
    <ConsolePause>False</ConsolePause>
 
32
    <Execution>
 
33
      <Execution clr-version="Net_2_0" />
 
34
    </Execution>
 
35
    <AssemblyName>NUnit</AssemblyName>
 
36
  </PropertyGroup>
 
37
  <ItemGroup>
 
38
    <ProjectReference Include="..\MonoDeveloperExtensions.csproj">
 
39
      <Project>{9A415695-CF80-4845-AA80-0DA26CF1E256}</Project>
 
40
      <Name>MonoDeveloperExtensions</Name>
 
41
      <Private>False</Private>
 
42
    </ProjectReference>
 
43
    <ProjectReference Include="..\..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
44
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
45
      <Name>MonoDevelop.Core</Name>
 
46
      <Private>False</Private>
 
47
    </ProjectReference>
 
48
    <ProjectReference Include="..\..\NUnit\MonoDevelop.NUnit.csproj">
 
49
      <Project>{A7A4246D-CEC4-42DF-A3C1-C31B9F51C4EC}</Project>
 
50
      <Name>MonoDevelop.NUnit</Name>
 
51
      <Private>False</Private>
 
52
    </ProjectReference>
 
53
  </ItemGroup>
 
54
  <ItemGroup>
 
55
    <Reference Include="System" />
 
56
  </ItemGroup>
 
57
  <ItemGroup>
 
58
    <Compile Include="MonoTestProvider.cs" />
 
59
  </ItemGroup>
 
60
  <ItemGroup>
 
61
    <None Include="Makefile.am" />
 
62
  </ItemGroup>
 
63
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
64
  <Import Project="..\..\..\..\md.targets" />
 
65
</Project>