~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/test-projects/test-build-configs/Lib4/Lib4.mdp

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<Project name="Lib4" fileversion="2.0" language="C#" clr-version="Net_2_0" ctype="DotNetProject">
 
2
  <Configurations active="Debug">
 
3
    <Configuration name="Debug" ctype="DotNetProjectConfiguration">
 
4
      <Output directory="bin/Debug" assembly="Lib4" />
 
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="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="Lib4" />
 
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="MyClass.cs" subtype="Code" buildaction="Compile" />
 
18
    <File name="Properties/AssemblyInfo.cs" subtype="Code" buildaction="Compile" />
 
19
  </Contents>
 
20
  <References>
 
21
    <ProjectReference type="Gac" localcopy="True" refto="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
 
22
  </References>
 
23
</Project>