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

« back to all changes in this revision

Viewing changes to external/nrefactory/ICSharpCode.NRefactory.GtkDemo/ICSharpCode.NRefactory.GtkDemo.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>{A7EEF7F8-238F-459D-95A9-96467539641D}</ProjectGuid>
 
9
    <OutputType>WinExe</OutputType>
 
10
    <RootNamespace>ICSharpCode.NRefactory.GtkDemo</RootNamespace>
 
11
    <AssemblyName>ICSharpCode.NRefactory.GtkDemo</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)' == '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
    <ConsolePause>false</ConsolePause>
 
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
    <ConsolePause>false</ConsolePause>
 
49
        <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 
50
  </PropertyGroup>
 
51
  <ItemGroup>
 
52
    <Reference Include="System" />
 
53
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
54
      <Package>gtk-sharp-2.0</Package>
 
55
    </Reference>
 
56
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
57
      <Package>gtk-sharp-2.0</Package>
 
58
    </Reference>
 
59
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
60
      <Package>glib-sharp-2.0</Package>
 
61
    </Reference>
 
62
    <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
63
      <Package>glade-sharp-2.0</Package>
 
64
    </Reference>
 
65
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
66
      <Package>gtk-sharp-2.0</Package>
 
67
    </Reference>
 
68
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
69
      <Package>gtk-sharp-2.0</Package>
 
70
    </Reference>
 
71
    <Reference Include="Mono.Posix" />
 
72
    <Reference Include="System.Core" />
 
73
  </ItemGroup>
 
74
  <ItemGroup>
 
75
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
76
      <LogicalName>gui.stetic</LogicalName>
 
77
    </EmbeddedResource>
 
78
    <EmbeddedResource Include="pixbuf\comment.png">
 
79
      <LogicalName>comment.png</LogicalName>
 
80
    </EmbeddedResource>
 
81
    <EmbeddedResource Include="pixbuf\element-class-16.png">
 
82
      <LogicalName>class.png</LogicalName>
 
83
    </EmbeddedResource>
 
84
    <EmbeddedResource Include="pixbuf\element-field-16.png">
 
85
      <LogicalName>expression.png</LogicalName>
 
86
    </EmbeddedResource>
 
87
    <EmbeddedResource Include="pixbuf\element-literal-16.png">
 
88
      <LogicalName>token.png</LogicalName>
 
89
    </EmbeddedResource>
 
90
    <EmbeddedResource Include="pixbuf\element-method-16.png">
 
91
      <LogicalName>statement.png</LogicalName>
 
92
    </EmbeddedResource>
 
93
    <EmbeddedResource Include="pixbuf\element-namespace-16.png">
 
94
      <LogicalName>namespace.png</LogicalName>
 
95
    </EmbeddedResource>
 
96
  </ItemGroup>
 
97
  <ItemGroup>
 
98
    <Compile Include="gtk-gui\generated.cs" />
 
99
    <Compile Include="Main.cs" />
 
100
    <Compile Include="AssemblyInfo.cs" />
 
101
    <Compile Include="MainWindow.cs" />
 
102
    <Compile Include="gtk-gui\ICSharpCode.NRefactory.GtkDemo.MainWindow.cs" />
 
103
  </ItemGroup>
 
104
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
105
  <ItemGroup>
 
106
    <ProjectReference Include="..\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj">
 
107
      <Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project>
 
108
      <Name>ICSharpCode.NRefactory</Name>
 
109
    </ProjectReference>
 
110
    <ProjectReference Include="..\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj">
 
111
      <Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project>
 
112
      <Name>ICSharpCode.NRefactory.CSharp</Name>
 
113
    </ProjectReference>
 
114
  </ItemGroup>
 
115
  <ItemGroup>
 
116
    <None Include="CSharpDemo.cs">
 
117
      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
 
118
    </None>
 
119
  </ItemGroup>
 
120
  <ItemGroup>
 
121
    <Folder Include="pixbuf\" />
 
122
  </ItemGroup>
 
123
</Project>
 
 
b'\\ No newline at end of file'