~ubuntu-branches/ubuntu/feisty/monodevelop/feisty

« back to all changes in this revision

Viewing changes to Extras/MonoDevelop.GtkCore/MonoDevelop.GtkCore.mdp

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2006-08-18 00:51:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060818005123-5iit07y0j7wjg55f
Tags: 0.11+svn20060818-0ubuntu1
* New SVN snapshot
  + Works with Gtk# 2.9.0
* debian/control:
  + Updated Build-Depends
* debian/patches/use_nunit2.2.dpatch,
  debian/patches/use_real_libs.dpatch:
  + Updated
* debian/patches/versioncontrol_buildfix.dpatch:
  + Fix build failure in the version control addin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="MonoDevelop.GtkCore" fileversion="2.0" language="C#" clr-version="Net_1_1" ctype="DotNetProject">
 
2
  <Configurations active="Debug">
 
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
 
4
      <Output directory="./bin/Debug" assembly="MonoDevelop.GtkCore" />
 
5
      <Build debugmode="True" target="Exe" />
 
6
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
 
7
      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
8
    </Configuration>
 
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
 
10
      <Output directory="./bin/Release" assembly="MonoDevelop.GtkCore" />
 
11
      <Build debugmode="False" target="Exe" />
 
12
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
 
13
      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
14
    </Configuration>
 
15
  </Configurations>
 
16
  <DeployTargets />
 
17
  <Contents>
 
18
    <File name="./ChangeLog" subtype="Code" buildaction="Nothing" />
 
19
    <File name="./MonoDevelop.GtkCore.addin.xml" subtype="Code" buildaction="Nothing" />
 
20
    <File name="./MonoDevelop.GtkCore.Commands/GladeCommands.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="./MonoDevelop.GtkCore.GuiBuilder/ClassUtils.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderDisplayBinding.cs" subtype="Code" buildaction="Compile" />
 
23
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderEditSession.cs" subtype="Code" buildaction="Compile" />
 
24
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderPalettePad.cs" subtype="Code" buildaction="Compile" />
 
25
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderProject.cs" subtype="Code" buildaction="Compile" />
 
26
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderProjectPad.cs" subtype="Code" buildaction="Compile" />
 
27
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderPropertiesPad.cs" subtype="Code" buildaction="Compile" />
 
28
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderService.cs" subtype="Code" buildaction="Compile" />
 
29
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderView.cs" subtype="Code" buildaction="Compile" />
 
30
    <File name="./MonoDevelop.GtkCore.GuiBuilder/GuiBuilderWindow.cs" subtype="Code" buildaction="Compile" />
 
31
    <File name="./templates/Dialog.xft.xml" subtype="Code" buildaction="Nothing" />
 
32
    <File name="./templates/Window.xft.xml" subtype="Code" buildaction="Nothing" />
 
33
    <File name="./Makefile.am" subtype="Code" buildaction="Nothing" />
 
34
    <File name="./MonoDevelop.GtkCore" subtype="Directory" buildaction="Compile" />
 
35
    <File name="./MonoDevelop.GtkCore/GeneratorBuildStep.cs" subtype="Code" buildaction="Compile" />
 
36
    <File name="./MonoDevelop.GtkCore/GtkDesignInfo.cs" subtype="Code" buildaction="Compile" />
 
37
    <File name="./MonoDevelop.GtkCore/GtkCoreService.cs" subtype="Code" buildaction="Compile" />
 
38
    <File name="./MonoDevelop.GtkCore.Dialogs" subtype="Directory" buildaction="Compile" />
 
39
    <File name="./MonoDevelop.GtkCore.Dialogs/WidgetBuilderOptionPanel.cs" subtype="Code" buildaction="Compile" />
 
40
    <File name="./MonoDevelop.GtkCore.NodeBuilders" subtype="Directory" buildaction="Compile" />
 
41
    <File name="./MonoDevelop.GtkCore.NodeBuilders/ProjectNodeBuilder.cs" subtype="Code" buildaction="Compile" />
 
42
    <File name="./MonoDevelop.GtkCore.NodeBuilders/WidgetNodeBuilder.cs" subtype="Code" buildaction="Compile" />
 
43
    <File name="./MonoDevelop.GtkCore.NodeBuilders/ProjectFolderNodeBuilderExtension.cs" subtype="Code" buildaction="Compile" />
 
44
    <File name="./MonoDevelop.GtkCore.NodeBuilders/WindowsFolderNodeBuilder.cs" subtype="Code" buildaction="Compile" />
 
45
    <File name="./MonoDevelop.GtkCore.NodeBuilders/WindowsFolder.cs" subtype="Code" buildaction="Compile" />
 
46
    <File name="./MonoDevelop.GtkCore/WidgetFileDescriptionTemplate.cs" subtype="Code" buildaction="Compile" />
 
47
    <File name="./templates/Widget.xft.xml" subtype="Code" buildaction="Nothing" />
 
48
    <File name="./MonoDevelop.GtkCore.WidgetLibrary" subtype="Directory" buildaction="Compile" />
 
49
    <File name="./MonoDevelop.GtkCore.WidgetLibrary/BaseWidgetLibrary.cs" subtype="Code" buildaction="Compile" />
 
50
    <File name="./MonoDevelop.GtkCore.WidgetLibrary/ProjectSignalDescriptor.cs" subtype="Code" buildaction="Compile" />
 
51
    <File name="./MonoDevelop.GtkCore.WidgetLibrary/ProjectClassDescriptor.cs" subtype="Code" buildaction="Compile" />
 
52
    <File name="./MonoDevelop.GtkCore.WidgetLibrary/ProjectPropertyDescriptor.cs" subtype="Code" buildaction="Compile" />
 
53
    <File name="./MonoDevelop.GtkCore.WidgetLibrary/AssemblyReferenceWidgetLibrary.cs" subtype="Code" buildaction="Compile" />
 
54
    <File name="./MonoDevelop.GtkCore.WidgetLibrary/ProjectWidgetLibrary.cs" subtype="Code" buildaction="Compile" />
 
55
    <File name="./MonoDevelop.GtkCore.Dialogs/SelectRenamedClassDialog.cs" subtype="Code" buildaction="Compile" />
 
56
    <File name="./MonoDevelop.GtkCore.Dialogs/BindDesignDialog.cs" subtype="Code" buildaction="Compile" />
 
57
    <File name="./MonoDevelop.GtkCore.GuiBuilder/WidgetTreeCombo.cs" subtype="Code" buildaction="Compile" />
 
58
    <File name="./icons" subtype="Directory" buildaction="Compile" />
 
59
    <File name="./icons/window.png" subtype="Code" buildaction="Nothing" />
 
60
    <File name="./icons/dialog.png" subtype="Code" buildaction="Nothing" />
 
61
    <File name="./MonoDevelop.GtkCore.Dialogs/ConfirmWindowDeleteDialog.cs" subtype="Code" buildaction="Compile" />
 
62
    <File name="./MonoDevelop.GtkCore.WidgetLibrary/CachedProjectWidgetLibrary.cs" subtype="Code" buildaction="Compile" />
 
63
    <File name="./MonoDevelop.GtkCore/ProjectResourceProvider.cs" subtype="Code" buildaction="Compile" />
 
64
    <File name="./MonoDevelop.GtkCore.GuiBuilder/ActionGroupView.cs" subtype="Code" buildaction="Compile" />
 
65
    <File name="./MonoDevelop.GtkCore.NodeBuilders/ActionGroupNodeBuilder.cs" subtype="Code" buildaction="Compile" />
 
66
    <File name="./MonoDevelop.GtkCore.GuiBuilder/ActionGroupDisplayBinding.cs" subtype="Code" buildaction="Compile" />
 
67
    <File name="./MonoDevelop.GtkCore.GuiBuilder/CombinedDesignView.cs" subtype="Code" buildaction="Compile" />
 
68
    <File name="./MonoDevelop.GtkCore.GuiBuilder/CodeBinder.cs" subtype="Code" buildaction="Compile" />
 
69
    <File name="./MonoDevelop.GtkCore.GuiBuilder/MonoDevelopActionGroupToolbar.cs" subtype="Code" buildaction="Compile" />
 
70
    <File name="./MonoDevelop.GtkCore.GuiBuilder/MonoDevelopWidgetActionBar.cs" subtype="Code" buildaction="Compile" />
 
71
    <File name="./templates/ActionGroup.xft.xml" subtype="Code" buildaction="Compile" />
 
72
  </Contents>
 
73
  <References>
 
74
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core" />
 
75
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Projects" />
 
76
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
77
    <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
78
    <ProjectReference type="Gac" localcopy="True" refto="libstetic, Version=0.0.0.0, Culture=neutral" />
 
79
    <ProjectReference type="Gac" localcopy="True" refto="libsteticui, Version=0.0.0.0, Culture=neutral" />
 
80
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
81
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Ide" />
 
82
    <ProjectReference type="Gac" localcopy="True" refto="System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
83
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core.Gui" />
 
84
    <ProjectReference type="Assembly" localcopy="True" refto="../../contrib/Mono.Cecil.dll" />
 
85
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.4.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
86
  </References>
 
87
  <DeploymentInformation strategy="File">
 
88
    <excludeFiles />
 
89
  </DeploymentInformation>
 
90
</Project>
 
 
b'\\ No newline at end of file'