~do-plugins/do-plugins/trunk

« back to all changes in this revision

Viewing changes to Alias/Alias.mdp

  • Committer: David Siegel
  • Date: 2008-12-31 23:40:35 UTC
  • Revision ID: david@david-desktop-20081231234035-mrml5u7ril8fwqxn
Added alias plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="Alias" fileversion="2.0" language="C#" targetFramework="2.0" ctype="DotNetProject">
 
2
  <Configurations active="Debug">
 
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
 
4
      <Output directory="bin/Debug" assembly="Alias" />
 
5
      <Build debugmode="True" target="Library" />
 
6
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" />
 
7
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" definesymbols="DEBUG" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
8
    </Configuration>
 
9
    <Configuration name="Release" ctype="DotNetProjectConfiguration">
 
10
      <Output directory="bin/Release" assembly="Alias" />
 
11
      <Build debugmode="False" target="Library" />
 
12
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" />
 
13
      <CodeGeneration compiler="Mcs" warninglevel="4" optimize="False" unsafecodeallowed="False" generateoverflowchecks="False" generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
 
14
    </Configuration>
 
15
  </Configurations>
 
16
  <Contents>
 
17
    <File name="src/AliasAction.cs" subtype="Code" buildaction="Compile" />
 
18
    <File name="src/AliasItemSource.cs" subtype="Code" buildaction="Compile" />
 
19
    <File name="Resources/Alias.addin.xml" subtype="Code" buildaction="Nothing" />
 
20
    <File name="src/DeleteAliasAction.cs" subtype="Code" buildaction="Compile" />
 
21
    <File name="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
 
22
    <File name="src/AliasItem.cs" subtype="Code" buildaction="Compile" />
 
23
  </Contents>
 
24
  <References>
 
25
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
26
    <ProjectReference type="Gac" localcopy="True" refto="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
27
    <ProjectReference type="Gac" localcopy="True" refto="Do.Platform, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
 
28
    <ProjectReference type="Gac" localcopy="True" refto="Do.Universe, Version=0.8.0.0, Culture=neutral, PublicKeyToken=null" />
 
29
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
 
30
  </References>
 
31
  <GtkDesignInfo />
 
32
</Project>
 
 
b'\\ No newline at end of file'