~ubuntu-branches/ubuntu/utopic/monodevelop/utopic

« back to all changes in this revision

Viewing changes to external/xwt/Testing/Tests/Test.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-10-10 14:50:04 UTC
  • mfrom: (10.3.4)
  • Revision ID: package-import@ubuntu.com-20131010145004-80l130sny21b17sb
Tags: 4.0.12+dfsg-1
* [5dcb6e1] Fix debian/watch for new source tarball name format
* [5c68cb5] Refresh list of files removed by get-orig-source to 
  reflect 4.0.12
* [96d60a0] Imported Upstream version 4.0.12+dfsg
* [b989752] Refresh debian/patches/no_appmenu to ensure it applies
* [2a4c351] Ensure every assembly in external/ is cleaned properly
* [92762f7] Add more excluded Mac-specific modulerefs
* [bc698ba] Add symlinks to NUnit assemblies (Closes: #714246)

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>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{3C7623A9-9E16-41F6-BBB2-0B550F28E749}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>Test</RootNamespace>
 
11
    <AssemblyName>Test</AssemblyName>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>False</Optimize>
 
17
    <OutputPath>bin\Debug</OutputPath>
 
18
    <DefineConstants>DEBUG;</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <ConsolePause>False</ConsolePause>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>True</Optimize>
 
26
    <OutputPath>bin\Release</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
    <ConsolePause>False</ConsolePause>
 
30
  </PropertyGroup>
 
31
  <ItemGroup>
 
32
    <Reference Include="System" />
 
33
    <Reference Include="nunit.framework">
 
34
      <Private>False</Private>
 
35
    </Reference>
 
36
  </ItemGroup>
 
37
  <ItemGroup>
 
38
    <Compile Include="ButtonTests.cs" />
 
39
    <Compile Include="WidgetTests.cs" />
 
40
    <Compile Include="Setup.cs" />
 
41
    <Compile Include="TextEntryTests.cs" />
 
42
    <Compile Include="HBoxTests.cs" />
 
43
    <Compile Include="VBoxTests.cs" />
 
44
    <Compile Include="CanvasTests.cs" />
 
45
    <Compile Include="CheckBoxTests.cs" />
 
46
    <Compile Include="ComboBoxTests.cs" />
 
47
    <Compile Include="ComboBoxEntryTests.cs" />
 
48
    <Compile Include="FrameTests.cs" />
 
49
    <Compile Include="HPanedTests.cs" />
 
50
    <Compile Include="VPanedTests.cs" />
 
51
    <Compile Include="HSeparatorTests.cs" />
 
52
    <Compile Include="ImageViewTests.cs" />
 
53
    <Compile Include="LabelTests.cs" />
 
54
    <Compile Include="ListBoxTests.cs" />
 
55
    <Compile Include="ListViewTests.cs" />
 
56
    <Compile Include="NotebookTests.cs" />
 
57
    <Compile Include="ProgressBarTests.cs" />
 
58
    <Compile Include="ScrollViewTests.cs" />
 
59
    <Compile Include="SpinButtonTests.cs" />
 
60
    <Compile Include="TableTests.cs" />
 
61
    <Compile Include="VSeparatorTests.cs" />
 
62
  </ItemGroup>
 
63
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
64
  <ItemGroup>
 
65
    <ProjectReference Include="..\Xwt\Xwt.csproj">
 
66
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
 
67
      <Name>Xwt</Name>
 
68
    </ProjectReference>
 
69
    <ProjectReference Include="..\Xwt.Gtk\Xwt.Gtk.csproj">
 
70
      <Project>{C3887A93-B2BD-4097-8E2F-3A063EFF32FD}</Project>
 
71
      <Name>Xwt.Gtk</Name>
 
72
    </ProjectReference>
 
73
  </ItemGroup>
 
74
</Project>
 
 
b'\\ No newline at end of file'