~do-win/do/test-paths

« back to all changes in this revision

Viewing changes to Do.Platform.Windows/Do.Platform.Windows.mdp

  • Committer: Hardeep S
  • Date: 2009-06-23 03:53:12 UTC
  • Revision ID: ootz0rz@gmail.com-20090623035312-it8tb5wkha6nf31p
Added Do.Interface.Windows, and a bunch of cleanup with old MonoDevelop files elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Project name="Do.Platform.Windows" fileversion="2.0" language="C#" clr-version="Net_2_0" targetFramework="2.0" ctype="DotNetProject">
2
 
  <Configurations active="Debug">
3
 
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
4
 
      <Output directory="bin/Debug" assembly="Do.Platform.Windows" />
5
 
      <Build debugmode="True" target="Library" />
6
 
      <Execution runwithwarnings="True" consolepause="False" 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="Do.Platform.Windows" />
11
 
      <Build debugmode="False" target="Library" />
12
 
      <Execution runwithwarnings="True" consolepause="False" runtime="MsNet" clr-version="Net_2_0" />
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="AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
18
 
    <File name="src" subtype="Directory" buildaction="Compile" />
19
 
    <File name="src/Do.Platform" subtype="Directory" buildaction="Compile" />
20
 
    <File name="Resources" subtype="Directory" buildaction="Compile" />
21
 
    <File name="Resources/Do.Platform.Windows.addin.xml" subtype="Code" buildaction="EmbedAsResource" />
22
 
  </Contents>
23
 
  <References>
24
 
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
25
 
    <ProjectReference type="Project" localcopy="True" refto="Do.Universe" />
26
 
    <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
27
 
    <ProjectReference type="Gac" localcopy="True" refto="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
28
 
    <ProjectReference type="Gac" localcopy="True" refto="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
29
 
  </References>
30
 
</Project>
 
 
b'\\ No newline at end of file'