~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Evolution/Evolution.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="Evolution" 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="Evolution" />
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="Evolution" />
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/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
25
 
    <File name="src/Evolution.addin.xml" subtype="Code" buildaction="FileCopy" />
26
 
    <File name="src/EvolutionContactItemSource.cs" subtype="Code" buildaction="Compile" />
 
18
    <File name="src/ContactItemSource.cs" subtype="Code" buildaction="Compile" />
 
19
    <File name="src/ContactDetailItem.cs" subtype="Code" buildaction="Compile" />
 
20
    <File name="src/EmailContactDetailItem.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="src/PhoneContactDetailItem.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="Resources/phone.png" subtype="Code" buildaction="EmbedAsResource" />
 
23
    <File name="Resources/Evolution.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
27
24
  </Contents>
28
25
  <References>
29
26
    <ProjectReference type="Gac" localcopy="True" refto="evolution-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=457eed85bd9370df" />
30
27
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
31
28
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" />
 
29
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
32
30
  </References>
33
31
</Project>
 
 
b'\\ No newline at end of file'