~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Pastebin/Pastebin.mdp

  • Committer: Christopher Halse Rogers
  • Date: 2008-08-24 08:44:24 UTC
  • mfrom: (244.1.2 do-plugins)
  • Revision ID: raof@ubuntu.com-20080824084424-8gp5ff6v9nku9z21
Merge in the tip of 0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Project name="Pastebin" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2
 
  <Configurations active="Repo">
 
2
  <Configurations active="Debug">
3
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
4
      <Output directory="bin/Debug" assembly="Pastebin" />
5
5
      <Build debugmode="True" target="Library" />
12
12
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
13
13
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
14
14
    </Configuration>
15
 
    <Configuration name="Repo" ctype="DotNetProjectConfiguration">
16
 
      <Output directory="../buildrepo" assembly="Pastebin" />
17
 
      <Build debugmode="True" target="Library" />
18
 
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" />
19
 
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
20
 
    </Configuration>
21
15
  </Configurations>
22
16
  <Contents>
23
17
    <File name="src" subtype="Directory" buildaction="Compile" />
24
18
    <File name="src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
25
 
    <File name="src/IPastebinProvider.cs" subtype="Code" buildaction="Compile" />
26
 
    <File name="src/ITextSyntaxItem.cs" subtype="Code" buildaction="Compile" />
27
 
    <File name="src/Paste2.cs" subtype="Code" buildaction="Compile" />
28
 
    <File name="src/Pastebin.addin.xml" subtype="Code" buildaction="FileCopy" />
 
19
    <File name="src/Pastebin.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
29
20
    <File name="src/Pastebin.cs" subtype="Code" buildaction="Compile" />
30
21
    <File name="src/PastebinAction.cs" subtype="Code" buildaction="Compile" />
31
 
    <File name="src/TextSyntaxItem.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
 
23
    <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
 
24
    <File name="gtk-gui/Pastebin.PastebinConfig.cs" subtype="Code" buildaction="Compile" />
 
25
    <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
 
26
    <File name="src/Providers" subtype="Directory" buildaction="Compile" />
 
27
    <File name="src/Providers/PastebinCA.cs" subtype="Code" buildaction="Compile" />
 
28
    <File name="src/Providers/IPastebinProvider.cs" subtype="Code" buildaction="Compile" />
 
29
    <File name="src/Providers/Paste2.cs" subtype="Code" buildaction="Compile" />
 
30
    <File name="src/Config" subtype="Directory" buildaction="Compile" />
 
31
    <File name="src/Config/PastebinConfig.cs" subtype="Code" buildaction="Compile" />
 
32
    <File name="src/Providers/PastebinProviderFactory.cs" subtype="Code" buildaction="Compile" />
 
33
    <File name="src/TextSyntax" subtype="Directory" buildaction="Compile" />
 
34
    <File name="src/TextSyntax/ITextSyntaxItem.cs" subtype="Code" buildaction="Compile" />
 
35
    <File name="src/TextSyntax/TextSyntaxItem.cs" subtype="Code" buildaction="Compile" />
32
36
  </Contents>
33
37
  <References>
34
38
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
35
39
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
36
40
    <ProjectReference type="Gac" localcopy="True" refto="System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
37
41
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" />
 
42
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
43
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
38
44
  </References>
 
45
  <GtkDesignInfo gtkVersion="2.12.0">
 
46
    <ExportedWidgets>
 
47
      <Widget>Pastebin.PastebinConfig</Widget>
 
48
    </ExportedWidgets>
 
49
  </GtkDesignInfo>
39
50
</Project>
 
 
b'\\ No newline at end of file'