39.1.30
by Jason Smith
Fix monodevelop massive sucking breakage |
1 |
<Project name="File" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject"> |
2 |
<Configurations active="Repo"> |
|
3 |
<Configuration name="Debug" ctype="DotNetProjectConfiguration"> |
|
4 |
<Output directory="bin/Debug" assembly="File" /> |
|
5 |
<Build debugmode="True" target="Library" /> |
|
6 |
<Execution runwithwarnings="True" consolepause="True" runtime="MsNet" clr-version="Net_2_0" /> |
|
7 |
<CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" /> |
|
8 |
</Configuration>
|
|
9 |
<Configuration name="Release" ctype="DotNetProjectConfiguration"> |
|
10 |
<Output directory="bin/Release" assembly="File" /> |
|
11 |
<Build debugmode="False" target="Library" /> |
|
12 |
<Execution runwithwarnings="True" consolepause="True" 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 |
<Configuration name="Repo" ctype="DotNetProjectConfiguration"> |
|
39.1.37
by David Siegel
* Cleanup Tomboy. |
16 |
<Output directory="../buildrepo" assemblyKeyFile="." assembly="File" /> |
39.1.30
by Jason Smith
Fix monodevelop massive sucking breakage |
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 |
</Configurations>
|
|
22 |
<Contents>
|
|
23 |
<File name="src" subtype="Directory" buildaction="Compile" /> |
|
24 |
<File name="src/CreateEmptyFileAction.cs" subtype="Code" buildaction="Compile" /> |
|
25 |
<File name="src/File.addin.xml" subtype="Code" buildaction="FileCopy" /> |
|
26 |
</Contents>
|
|
27 |
<References>
|
|
28 |
<ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /> |
|
39.1.31
by Jason Smith
Fix version numbers |
29 |
<ProjectReference type="Gac" localcopy="True" refto="Do.Addins, Version=0.4.0.1, Culture=neutral" /> |
39.1.30
by Jason Smith
Fix monodevelop massive sucking breakage |
30 |
</References>
|
39.1.37
by David Siegel
* Cleanup Tomboy. |
31 |
</Project>
|