~alexlauni/do-plugins/jolicloud

« back to all changes in this revision

Viewing changes to Dropbox/Dropbox.mdp

  • Committer: Alex Launi
  • Date: 2009-06-24 13:17:29 UTC
  • mfrom: (618.1.17 do-plugins)
  • Revision ID: alex.launi@gmail.com-20090624131729-1l9g76ejqq4leka4
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="Dropbox" fileversion="2.0" language="C#" targetFramework="3.5" ctype="DotNetProject">
 
2
  <Configurations active="Debug">
 
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
 
4
      <Output directory="bin/Debug" assembly="Dropbox" />
 
5
      <Build debugmode="True" target="Library" />
 
6
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
 
7
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
8
    </Configuration>
 
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
 
10
      <Output directory="bin/Release" assembly="Dropbox" />
 
11
      <Build debugmode="False" target="Library" />
 
12
      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
 
13
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
14
    </Configuration>
 
15
  </Configurations>
 
16
  <Contents>
 
17
    <File name="src" subtype="Directory" buildaction="Compile" />
 
18
    <File name="Resources" subtype="Directory" buildaction="Compile" />
 
19
    <File name="src/DropboxStartAction.cs" subtype="Code" buildaction="Compile" />
 
20
    <File name="src/DropboxStopAction.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="Resources/Dropbox.addin.xml" subtype="Code" buildaction="Nothing" />
 
22
    <File name="src/DropboxPuburlAction.cs" subtype="Code" buildaction="Compile" />
 
23
    <File name="src/Dropbox.cs" subtype="Code" buildaction="Compile" />
 
24
    <File name="src/DropboxWebInterfaceAction.cs" subtype="Code" buildaction="Compile" />
 
25
    <File name="src/DropboxRevisionsAction.cs" subtype="Code" buildaction="Compile" />
 
26
    <File name="src/DropboxShareAction.cs" subtype="Code" buildaction="Compile" />
 
27
    <File name="src/DropboxUnshareAction.cs" subtype="Code" buildaction="Compile" />
 
28
    <File name="src/DropboxLinkAction.cs" subtype="Code" buildaction="Compile" />
 
29
    <File name="src/DropboxAbstractAction.cs" subtype="Code" buildaction="Compile" />
 
30
    <File name="gtk-gui/gui.stetic" subtype="Code" buildaction="EmbedAsResource" />
 
31
    <File name="gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
 
32
    <File name="gtk-gui/Dropbox.DropboxConfig.cs" subtype="Code" buildaction="Compile" />
 
33
    <File name="src/Config/DropboxConfig.cs" subtype="Code" buildaction="Compile" />
 
34
    <File name="Resources/icons" subtype="Directory" buildaction="Compile" />
 
35
    <File name="Resources/icons/dropbox-add.png" subtype="Code" buildaction="Nothing" />
 
36
    <File name="Resources/icons/dropbox-remove.png" subtype="Code" buildaction="Nothing" />
 
37
    <File name="Resources/icons/dropbox-revisions.png" subtype="Code" buildaction="Nothing" />
 
38
    <File name="Resources/icons/dropbox-share.png" subtype="Code" buildaction="Nothing" />
 
39
    <File name="Resources/icons/dropbox-start.png" subtype="Code" buildaction="Nothing" />
 
40
    <File name="Resources/icons/dropbox-stop.png" subtype="Code" buildaction="Nothing" />
 
41
    <File name="Resources/icons/dropbox-web.png" subtype="Code" buildaction="Nothing" />
 
42
  </Contents>
 
43
  <References>
 
44
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
45
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
46
    <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
47
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
48
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
 
49
    <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.9.0.0, Culture=neutral" />
 
50
    <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
 
51
    <ProjectReference type="Gac" localcopy="True" refto="Do.Platform.Linux, Version=0.9.0.0, Culture=neutral" />
 
52
  </References>
 
53
  <GtkDesignInfo gettextClass="Mono.Addins.AddinManager.CurrentLocalizer" />
 
54
</Project>
 
 
b'\\ No newline at end of file'