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

« back to all changes in this revision

Viewing changes to external/xwt/WpfTest/WpfTest.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 ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>8.0.30703</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{E41F4448-15C3-4E95-B310-FD333FDF5D2F}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
 
11
    <RootNamespace>WpfTest</RootNamespace>
 
12
    <AssemblyName>WpfTest</AssemblyName>
 
13
    <TargetFrameworkProfile>Client</TargetFrameworkProfile>
 
14
    <FileAlignment>512</FileAlignment>
 
15
  </PropertyGroup>
 
16
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
 
17
    <DebugSymbols>True</DebugSymbols>
 
18
    <OutputPath>bin\Debug\</OutputPath>
 
19
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
20
    <DebugType>full</DebugType>
 
21
    <PlatformTarget>AnyCPU</PlatformTarget>
 
22
    <ErrorReport>prompt</ErrorReport>
 
23
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
 
24
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
 
25
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
 
26
    <WarningLevel>4</WarningLevel>
 
27
    <Optimize>False</Optimize>
 
28
  </PropertyGroup>
 
29
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
 
30
    <OutputPath>bin\Release\</OutputPath>
 
31
    <DefineConstants>TRACE</DefineConstants>
 
32
    <Optimize>True</Optimize>
 
33
    <DebugType>pdbonly</DebugType>
 
34
    <PlatformTarget>AnyCPU</PlatformTarget>
 
35
    <ErrorReport>prompt</ErrorReport>
 
36
    <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
 
37
    <WarningLevel>4</WarningLevel>
 
38
  </PropertyGroup>
 
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
 
40
    <DebugSymbols>True</DebugSymbols>
 
41
    <OutputPath>bin\x86\Debug\</OutputPath>
 
42
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
43
    <DebugType>full</DebugType>
 
44
    <PlatformTarget>x86</PlatformTarget>
 
45
    <ErrorReport>prompt</ErrorReport>
 
46
    <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
 
47
    <CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
 
48
    <CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
 
49
    <WarningLevel>4</WarningLevel>
 
50
    <Optimize>False</Optimize>
 
51
  </PropertyGroup>
 
52
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
 
53
    <OutputPath>bin\x86\Release\</OutputPath>
 
54
    <DefineConstants>TRACE</DefineConstants>
 
55
    <Optimize>True</Optimize>
 
56
    <DebugType>pdbonly</DebugType>
 
57
    <PlatformTarget>x86</PlatformTarget>
 
58
    <ErrorReport>prompt</ErrorReport>
 
59
    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
 
60
    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
 
61
    <CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
 
62
    <WarningLevel>4</WarningLevel>
 
63
  </PropertyGroup>
 
64
  <ItemGroup>
 
65
    <ProjectReference Include="..\Samples\Samples.csproj">
 
66
      <Project>{88C04B85-B69B-47B4-AB9F-64F6DD4E0897}</Project>
 
67
      <Name>Samples</Name>
 
68
    </ProjectReference>
 
69
    <ProjectReference Include="..\Xwt.WPF\Xwt.WPF.csproj">
 
70
      <Project>{C93D746E-1586-4D4F-B411-BF5A966E6A08}</Project>
 
71
      <Name>Xwt.WPF</Name>
 
72
    </ProjectReference>
 
73
    <ProjectReference Include="..\Xwt\Xwt.csproj">
 
74
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
 
75
      <Name>Xwt</Name>
 
76
    </ProjectReference>
 
77
  </ItemGroup>
 
78
  <ItemGroup>
 
79
    <Compile Include="Main.cs" />
 
80
  </ItemGroup>
 
81
  <ItemGroup>
 
82
    <Reference Include="System" />
 
83
  </ItemGroup>
 
84
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 
85
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
 
86
       Other similar extension points exist, see Microsoft.Common.targets.
 
87
  <Target Name="BeforeBuild">
 
88
  </Target>
 
89
  <Target Name="AfterBuild">
 
90
  </Target>
 
91
  -->
 
92
</Project>
 
 
b'\\ No newline at end of file'