~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to Evolution/Evolution.mdp

  • Committer: djsiegel at gmail
  • Date: 2007-11-07 17:13:21 UTC
  • Revision ID: djsiegel@gmail.com-20071107171321-zgu46ukqlpdx1ypa
Initial files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="Evolution" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
 
2
  <Configurations active="Debug">
 
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
 
4
      <Output directory="./bin/Debug" assembly="Evolution" />
 
5
      <Build debugmode="True" target="Library" />
 
6
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
 
7
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
8
    </Configuration>
 
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
 
10
      <Output directory="./bin/Release" assembly="Evolution" />
 
11
      <Build debugmode="False" target="Library" />
 
12
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
 
13
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
14
    </Configuration>
 
15
  </Configurations>
 
16
  <Contents>
 
17
    <File name="./src" subtype="Directory" buildaction="Compile" />
 
18
    <File name="./src/EvolutionContactItemSource.cs" subtype="Code" buildaction="Compile" />
 
19
    <File name="./src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
 
20
  </Contents>
 
21
  <References>
 
22
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
23
    <ProjectReference type="Gac" localcopy="True" refto="evolution-sharp, Version=3.0.0.0, Culture=neutral, PublicKeyToken=457eed85bd9370df" />
 
24
    <ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=1.0.2867.21010, Culture=neutral" />
 
25
  </References>
 
26
</Project>
 
 
b'\\ No newline at end of file'