~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to File/File.mdp

  • Committer: David Siegel
  • Date: 2008-06-02 16:09:11 UTC
  • Revision ID: dave@x-20080602160911-5bc56q3okv27pg7y
Added GNOME Terminal plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Project name="File" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2
 
  <Configurations active="Repo">
 
1
<Project name="File" fileversion="2.0" DefaultNamespace="GnomeDoFile" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
 
2
  <Configurations active="Debug">
3
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
4
      <Output directory="bin/Debug" assembly="File" />
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" assemblyKeyFile="." assembly="File" />
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/CreateEmptyFileAction.cs" subtype="Code" buildaction="Compile" />
25
 
    <File name="src/File.addin.xml" subtype="Code" buildaction="FileCopy" />
 
19
    <File name="src/File.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
 
20
    <File name="src/CreateDirectory.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="src/FileItemSource.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="src/RecentFileItemSource.cs" subtype="Code" buildaction="Compile" />
 
23
    <File name="src/FileCopyToAction.cs" subtype="Code" buildaction="Compile" />
 
24
    <File name="src/FileRenameToAction.cs" subtype="Code" buildaction="Compile" />
 
25
    <File name="src/FileMoveToAction.cs" subtype="Code" buildaction="Compile" />
 
26
    <File name="src/FileMoveToTrashAction.cs" subtype="Code" buildaction="Compile" />
 
27
    <File name="src/FileDeleteAction.cs" subtype="Code" buildaction="Compile" />
 
28
    <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
 
29
    <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
 
30
    <File name="gtk-gui/objects.xml" subtype="Code" buildaction="EmbedAsResource" />
 
31
    <File name="src/Configuration.cs" subtype="Code" buildaction="Compile" />
 
32
    <File name="gtk-gui/FilePlugin.Configuration.cs" subtype="Code" buildaction="Compile" />
26
33
  </Contents>
27
34
  <References>
28
35
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
29
36
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" />
 
37
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
38
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
39
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
30
40
  </References>
 
41
  <GtkDesignInfo gtkVersion="2.12.0">
 
42
    <ExportedWidgets>
 
43
      <Widget>FilePlugin.Configuration</Widget>
 
44
    </ExportedWidgets>
 
45
  </GtkDesignInfo>
31
46
</Project>
 
 
b'\\ No newline at end of file'