~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Launchpad/Launchpad.mdp

  • Committer: Alex Launi
  • Date: 2008-06-07 05:52:01 UTC
  • Revision ID: alex@eriktorvaldsonn-20080607055201-gip5v5ppp2emon37
Fix null error and config in GMail

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Project name="Launchpad" 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="Launchpad" />
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="Launchpad" />
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" />
41
35
    <File name="Resources/LaunchpadRegister.png" subtype="Code" buildaction="EmbedAsResource" />
42
36
    <File name="Resources/LaunchpadTranslations.png" subtype="Code" buildaction="EmbedAsResource" />
43
37
    <File name="Resources/LaunchpadUser.png" subtype="Code" buildaction="EmbedAsResource" />
44
 
    <File name="src/Launchpad.addin.xml" subtype="Code" buildaction="FileCopy" />
 
38
    <File name="src/Launchpad.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
45
39
  </Contents>
46
40
  <References>
47
41
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />