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

« back to all changes in this revision

Viewing changes to Extras/MonoDeveloperExtensions/MonoDeveloperExtensions.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="MonoDeveloperExtensions" 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="../../build/AddIns/MonoDeveloperExtensions/" assembly="MonoDeveloperExtensions" />
 
5
      <Build debugmode="True" target="Library" />
 
6
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_1_1" />
 
7
      <CodeGeneration compiler="Csc" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
8
    </Configuration>
 
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
 
10
      <Output directory="../../build/AddIns/MonoDeveloperExtensions/" assembly="MonoDeveloperExtensions" />
 
11
      <Build debugmode="False" target="Library" />
 
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" mainclass="" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
14
    </Configuration>
 
15
  </Configurations>
 
16
  <DeploymentInformation strategy="File">
 
17
    <excludeFiles />
 
18
  </DeploymentInformation>
 
19
  <Contents>
 
20
    <File name="./AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="./MonoCombine.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="./MonoMakefile.cs" subtype="Code" buildaction="Compile" />
 
23
    <File name="./MonoMakefileFormat.cs" subtype="Code" buildaction="Compile" />
 
24
    <File name="./MonoProject.cs" subtype="Code" buildaction="Compile" />
 
25
    <File name="./Commands.cs" subtype="Code" buildaction="Compile" />
 
26
    <File name="./MonoProjectConfiguration.cs" subtype="Code" buildaction="Compile" />
 
27
  </Contents>
 
28
  <References>
 
29
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
30
    <ProjectReference type="Gac" localcopy="True" refto="System.Data, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
31
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core" />
 
32
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Core.Gui" />
 
33
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Projects" />
 
34
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Projects.Gui" />
 
35
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Components" />
 
36
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.Ide" />
 
37
    <ProjectReference type="Project" localcopy="True" refto="MonoDevelop.NUnit" />
 
38
    <ProjectReference type="Gac" localcopy="True" refto="nunit.core, Version=2.2.0.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77" />
 
39
    <ProjectReference type="Gac" localcopy="True" refto="pango-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
40
    <ProjectReference type="Gac" localcopy="True" refto="atk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
41
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
42
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
43
    <ProjectReference type="Gac" localcopy="True" refto="glib-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
44
    <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
45
    <ProjectReference type="Gac" localcopy="True" refto="gconf-sharp, Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
46
    <ProjectReference type="Gac" localcopy="True" refto="gtksourceview-sharp, Version=1.0.0.2, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
47
  </References>
 
48
</Project>
 
 
b'\\ No newline at end of file'