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

« back to all changes in this revision

Viewing changes to tests/test-projects/generated-console-project/TestProject.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
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
 
2
  <PropertyGroup>
 
3
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
5
    <ProductVersion>8.0.50727</ProductVersion>
 
6
    <SchemaVersion>2.0</SchemaVersion>
 
7
    <ProjectGuid>{DC577202-654B-4FDB-95C7-8CC5DDF6D32D}</ProjectGuid>
 
8
    <OutputType>Exe</OutputType>
 
9
    <RootNamespace>TestProject</RootNamespace>
 
10
    <AssemblyName>TestProject</AssemblyName>
 
11
  </PropertyGroup>
 
12
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
13
    <DebugSymbols>true</DebugSymbols>
 
14
    <DebugType>full</DebugType>
 
15
    <Optimize>False</Optimize>
 
16
    <OutputPath>bin\Debug</OutputPath>
 
17
    <DefineConstants>DEBUG;TRACE</DefineConstants>
 
18
    <ErrorReport>prompt</ErrorReport>
 
19
    <WarningLevel>4</WarningLevel>
 
20
  </PropertyGroup>
 
21
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
22
    <DebugType>none</DebugType>
 
23
    <Optimize>true</Optimize>
 
24
    <OutputPath>bin\Release</OutputPath>
 
25
    <DefineConstants>TRACE</DefineConstants>
 
26
    <ErrorReport>prompt</ErrorReport>
 
27
    <WarningLevel>4</WarningLevel>
 
28
  </PropertyGroup>
 
29
  <ItemGroup>
 
30
    <Reference Include="System" />
 
31
    <Reference Include="System.Data" />
 
32
    <Reference Include="System.Xml" />
 
33
  </ItemGroup>
 
34
  <ItemGroup>
 
35
    <Compile Include="Program.cs" />
 
36
  </ItemGroup>
 
37
  <ItemGroup>
 
38
    <EmbeddedResource Include="Resource.xml" />
 
39
  </ItemGroup>
 
40
  <ItemGroup>
 
41
    <Content Include="Excluded.xml" />
 
42
    <Content Include="Copy.xml">
 
43
        <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
44
    </Content>
 
45
  </ItemGroup>
 
46
  <ItemGroup>
 
47
    <None Include="Nothing.xml" />
 
48
  </ItemGroup>
 
49
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
50
</Project>