~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Epiphany/Epiphany.mdp

  • Committer: Alex Launi
  • Date: 2008-06-06 21:36:06 UTC
  • Revision ID: alex@eriktorvaldsonn-20080606213606-qsw4ihlhrpu17oz3
GCal Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<Project name="Epiphany" 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="Epiphany" />
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="Epiphany" />
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
 
    <File name="src/Epiphany.addin.xml" subtype="Code" buildaction="FileCopy" />
 
18
    <File name="src/Epiphany.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
25
19
    <File name="src/EpiphanyBookmarkItemSource.cs" subtype="Code" buildaction="Compile" />
26
20
  </Contents>
27
21
  <References>