1
by djsiegel at gmail
Initial files. |
1 |
<Project name="Thunderbird" 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="Thunderbird" /> |
|
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="Thunderbird" /> |
|
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/Mork.cs" subtype="Code" buildaction="Compile" /> |
|
19 |
<File name="./src/ThunderbirdContactItemSource.cs" subtype="Code" buildaction="Compile" /> |
|
20 |
<File name="./src/AssemblyInfo.cs" subtype="Code" buildaction="Compile" /> |
|
21 |
</Contents>
|
|
22 |
<References>
|
|
23 |
<ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=1.0.2867.21010, Culture=neutral" /> |
|
24 |
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
|
25 |
</References>
|
|
26 |
</Project>
|