~nmarshall23/do-plugins/spellcheck-plugin

« back to all changes in this revision

Viewing changes to CheckSpelling/CheckSpelling.mdp

  • Committer: Nicholas Marshall
  • Date: 2009-08-15 20:55:29 UTC
  • Revision ID: nmarshall23@gmail.com-20090815205529-6m3s8rj10o81yg1l
code cleanup using Linq

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
      <Output directory="bin/Debug" assembly="CheckSpelling" />
8
8
      <Build debugmode="True" target="Library" />
9
9
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" />
 
10
      <EnvironmentVariables />
10
11
      <CodeGeneration compiler="Mcs" warninglevel="3" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
11
12
    </Configuration>
12
13
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
13
14
      <Output directory="bin/Release" assembly="CheckSpelling" />
14
 
      <Build debugmode="True" target="Library" />
 
15
      <Build debugmode="False" target="Library" />
15
16
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" />
16
17
      <EnvironmentVariables />
17
18
      <CodeGeneration compiler="Mcs" warninglevel="3" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
26
27
  </Contents>
27
28
  <References>
28
29
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
29
 
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
30
 
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
31
 
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
32
30
    <ProjectReference type="Gac" localcopy="True" refto="EnchantNet, Version=0.1.0.0, Culture=neutral, PublicKeyToken=111ed4e2b4e5adb0" />
33
31
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Addins, Version=0.4.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
34
32
    <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.9.0.0, Culture=neutral" />
 
33
    <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
35
34
  </References>
36
35
</Project>
 
 
b'\\ No newline at end of file'