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

« back to all changes in this revision

Viewing changes to tests/UserInterfaceTests/UserInterfaceTests.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" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
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>{07F55155-51A8-4072-9F80-FA473666F086}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>UserInterfaceTests</RootNamespace>
 
11
    <AssemblyName>UserInterfaceTests</AssemblyName>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>False</Optimize>
 
17
    <OutputPath>..\..\build\tests</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
  </PropertyGroup>
 
22
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
23
    <DebugType>none</DebugType>
 
24
    <Optimize>False</Optimize>
 
25
    <OutputPath>..\..\build\tests</OutputPath>
 
26
    <ErrorReport>prompt</ErrorReport>
 
27
    <WarningLevel>4</WarningLevel>
 
28
  </PropertyGroup>
 
29
  <ItemGroup>
 
30
    <Reference Include="System" />
 
31
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
32
    </Reference>
 
33
    <Reference Include="System.Core" />
 
34
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
35
    </Reference>
 
36
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
37
      <Private>False</Private>
 
38
    </Reference>
 
39
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
40
      <Private>False</Private>
 
41
    </Reference>
 
42
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
43
      <Private>False</Private>
 
44
    </Reference>
 
45
  </ItemGroup>
 
46
  <ItemGroup>
 
47
    <Compile Include="Main.cs" />
 
48
    <Compile Include="MonoDevelop.Components.AutoTest\TestStep.cs" />
 
49
    <Compile Include="MonoDevelop.UserInterfaceTests\SimpleTest.cs" />
 
50
    <Compile Include="MonoDevelop.Components.AutoTest\StressTest.cs" />
 
51
    <Compile Include="MonoDevelop.Components.AutoTest\UndoTestStepAttribute.cs" />
 
52
    <Compile Include="MonoDevelop.UserInterfaceTests\Ide.cs" />
 
53
    <Compile Include="MonoDevelop.UserInterfaceTests\IdeApi.cs" />
 
54
    <Compile Include="MonoDevelop.Components.AutoTest\TestService.cs" />
 
55
    <Compile Include="MonoDevelop.UserInterfaceTests\BaseStressTest.cs" />
 
56
    <Compile Include="MonoDevelop.UserInterfaceTests\Util.cs" />
 
57
  </ItemGroup>
 
58
  <ItemGroup>
 
59
    <ProjectReference Include="..\..\src\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
60
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
61
      <Name>MonoDevelop.Ide</Name>
 
62
      <Private>False</Private>
 
63
    </ProjectReference>
 
64
    <ProjectReference Include="..\..\src\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
65
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
66
      <Name>MonoDevelop.Core</Name>
 
67
      <Private>False</Private>
 
68
    </ProjectReference>
 
69
  </ItemGroup>
 
70
  <ItemGroup>
 
71
    <Folder Include="MonoDevelop.Components.AutoTest\" />
 
72
    <Folder Include="MonoDevelop.UserInterfaceTests\" />
 
73
  </ItemGroup>
 
74
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
75
</Project>
 
 
b'\\ No newline at end of file'