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

« back to all changes in this revision

Viewing changes to external/nrefactory/ICSharpCode.NRefactory.CSharp.AstVerifier/ICSharpCode.NRefactory.CSharp.AstVerifier.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>{961DADFA-7CE6-429F-BC22-47630D6DB826}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>ICSharpCode.NRefactory.CSharp.AstVerifier</RootNamespace>
 
11
    <AssemblyName>AstVerifier</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
    <Externalconsole>true</Externalconsole>
 
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
    <Externalconsole>true</Externalconsole>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' ">
 
32
    <DebugSymbols>true</DebugSymbols>
 
33
    <DebugType>full</DebugType>
 
34
    <Optimize>false</Optimize>
 
35
    <OutputPath>bin\Debug</OutputPath>
 
36
    <DefineConstants>DEBUG;</DefineConstants>
 
37
    <ErrorReport>prompt</ErrorReport>
 
38
    <WarningLevel>4</WarningLevel>
 
39
    <Externalconsole>true</Externalconsole>
 
40
        <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 
41
  </PropertyGroup>
 
42
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' ">
 
43
    <DebugType>none</DebugType>
 
44
    <Optimize>false</Optimize>
 
45
    <OutputPath>bin\Release</OutputPath>
 
46
    <ErrorReport>prompt</ErrorReport>
 
47
    <WarningLevel>4</WarningLevel>
 
48
    <Externalconsole>true</Externalconsole>
 
49
        <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 
50
  </PropertyGroup>
 
51
  <ItemGroup>
 
52
    <Reference Include="System" />
 
53
  </ItemGroup>
 
54
  <ItemGroup>
 
55
    <Compile Include="Main.cs" />
 
56
    <Compile Include="AssemblyInfo.cs" />
 
57
  </ItemGroup>
 
58
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
59
  <ItemGroup>
 
60
    <ProjectReference Include="..\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
 
61
      <Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project>
 
62
      <Name>ICSharpCode.NRefactory.CSharp</Name>
 
63
    </ProjectReference>
 
64
    <ProjectReference Include="..\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
 
65
      <Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
 
66
      <Name>ICSharpCode.NRefactory</Name>
 
67
    </ProjectReference>
 
68
  </ItemGroup>
 
69
</Project>
 
 
b'\\ No newline at end of file'