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

« back to all changes in this revision

Viewing changes to external/xwt/GtkTest/GtkTest.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>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{0AF50CE4-E455-4A9D-92AD-711CBD068A55}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>GtkTest</RootNamespace>
 
11
    <AssemblyName>GtkTest</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>False</Optimize>
 
26
    <OutputPath>bin\Release</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
    <ConsolePause>False</ConsolePause>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
 
32
    <DebugSymbols>True</DebugSymbols>
 
33
    <OutputPath>bin\x86\Debug\</OutputPath>
 
34
    <DefineConstants>DEBUG;</DefineConstants>
 
35
    <DebugType>full</DebugType>
 
36
    <PlatformTarget>x86</PlatformTarget>
 
37
    <ErrorReport>prompt</ErrorReport>
 
38
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
 
39
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
 
40
    <WarningLevel>4</WarningLevel>
 
41
    <Optimize>False</Optimize>
 
42
  </PropertyGroup>
 
43
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
 
44
    <OutputPath>bin\x86\Release\</OutputPath>
 
45
    <PlatformTarget>x86</PlatformTarget>
 
46
    <ErrorReport>prompt</ErrorReport>
 
47
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
 
48
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
 
49
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
 
50
    <DebugType>none</DebugType>
 
51
    <WarningLevel>4</WarningLevel>
 
52
    <Optimize>False</Optimize>
 
53
  </PropertyGroup>
 
54
  <ItemGroup>
 
55
    <Reference Include="System" />
 
56
  </ItemGroup>
 
57
  <ItemGroup>
 
58
    <Compile Include="Main.cs" />
 
59
    <Compile Include="AssemblyInfo.cs" />
 
60
  </ItemGroup>
 
61
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
62
  <ItemGroup>
 
63
    <ProjectReference Include="..\Samples\Samples.csproj">
 
64
      <Project>{88C04B85-B69B-47B4-AB9F-64F6DD4E0897}</Project>
 
65
      <Name>Samples</Name>
 
66
    </ProjectReference>
 
67
    <ProjectReference Include="..\Xwt\Xwt.csproj">
 
68
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
 
69
      <Name>Xwt</Name>
 
70
    </ProjectReference>
 
71
    <ProjectReference Include="..\Xwt.Gtk\Xwt.Gtk.csproj">
 
72
      <Project>{C3887A93-B2BD-4097-8E2F-3A063EFF32FD}</Project>
 
73
      <Name>Xwt.Gtk</Name>
 
74
    </ProjectReference>
 
75
  </ItemGroup>
 
76
</Project>
 
 
b'\\ No newline at end of file'