~ubuntu-branches/ubuntu/vivid/monodevelop/vivid-proposed

« back to all changes in this revision

Viewing changes to contrib/ICSharpCode.Decompiler/Tests/ICSharpCode.Decompiler.Tests.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2014-10-09 14:09:23 UTC
  • mfrom: (10.3.5)
  • Revision ID: package-import@ubuntu.com-20141009140923-s0d22u5f9kg8jvds
Tags: 5.5.0.227-1
* [b2c8331] Imported Upstream version 5.5.0.227 (Closes: #754316)
* [d210995] Delete obsolete patches
* [1b59ae1] Clear patch fizz, via quilt refresh
* [3dd147d] Fix error in configure.in which applies for tarball builds but 
  not git builds when running autoreconf
* [21c2a57] Remove Metacity references for good
* [3331661] Ensure NUnit 2.6.3 is installed
* [fd85c88] Build-depend on NuGet
* [a1ae116] Add WebKit to build dependencies, for Xwt moduleref resolution
* [9b4cf12] Since the GDB addin is integrated now, declare it in 
  debian/control
* [6231562] Correct NUnit links
* [3d2b693] Fix NuGet addin, by copying libs locally
* [74bf9a8] Don't symlink unused Mocks NUnit assembly
* [ade52b2] Ensure IKVM.Reflection is built with default (4.5) profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
  <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
35
35
    <OutputPath>..\bin\Debug\</OutputPath>
36
36
    <DebugSymbols>true</DebugSymbols>
37
 
    <DebugType>full</DebugType>
 
37
    <DebugType>Full</DebugType>
38
38
    <Optimize>False</Optimize>
39
39
    <DefineConstants>DEBUG;TRACE</DefineConstants>
40
40
  </PropertyGroup>
133
133
    <None Include="BooleanConsumedAsInteger.il" />
134
134
  </ItemGroup>
135
135
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
136
 
</Project>
 
136
</Project>
 
 
b'\\ No newline at end of file'