~cszikszoy/do-plugins/pastebin

39.1.30 by Jason Smith
Fix monodevelop massive sucking breakage
1
<Project name="GoogleCalculator" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
120.4.1 by Alex Launi
More config options for flickr
2
  <Configurations active="Debug">
39.1.30 by Jason Smith
Fix monodevelop massive sucking breakage
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
      <Output directory="bin/Debug" assembly="GoogleCalculator" />
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="GoogleCalculator" />
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
  </Configurations>
16
  <Contents>
17
    <File name="src" subtype="Directory" buildaction="Compile" />
39.1.68 by Jason Smith
Allow plugins to build straight into dll's. This is useful for testing.
18
    <File name="src/GoogleCalculatorAction.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
39.1.30 by Jason Smith
Fix monodevelop massive sucking breakage
19
    <File name="src/GoogleCalculatorAction.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" />
39.1.31 by Jason Smith
Fix version numbers
23
    <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
24
  </References>
120.4.1 by Alex Launi
More config options for flickr
25
</Project>