~cszikszoy/do-plugins/pastebin

« back to all changes in this revision

Viewing changes to GNOME-Dictionary/GNOME-Dictionary.mdp

  • Committer: Alex Launi
  • Date: 2008-07-01 20:02:42 UTC
  • mfrom: (151.1.24 do-plugins)
  • Revision ID: alex@eriktorvaldsonn-20080701200242-l85j12hkp0os19tb
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Project name="GNOME Dictionary" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
 
1
<Project name="GNOME-Dictionary" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
2
2
  <Configurations active="Debug">
3
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
 
      <Output directory="bin/Debug" assembly="GNOME Dictionary" />
 
4
      <Output directory="bin/Debug" assembly="GNOME-Dictionary" />
5
5
      <Build debugmode="True" target="Library" />
6
6
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
7
7
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
8
8
    </Configuration>
9
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
10
 
      <Output directory="bin/Release" assembly="GNOME Dictionary" />
 
10
      <Output directory="bin/Release" assemblyKeyFile="." assembly="GNOME-Dictionary" />
11
11
      <Build debugmode="False" target="Library" />
12
12
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
13
13
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="True" unsafecodeallowed="False" generateoverflowchecks="True" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
17
17
    <File name="." subtype="Directory" buildaction="Compile" />
18
18
    <File name="src" subtype="Directory" buildaction="Compile" />
19
19
    <File name="src/DefineAction.cs" subtype="Code" buildaction="Compile" />
20
 
    <File name="GNOME Dictionary.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
 
20
    <File name="GNOME-Dictionary.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
21
21
  </Contents>
22
22
  <References>
23
23
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />