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

« back to all changes in this revision

Viewing changes to external/ngit/NSch/NSch.csproj

  • 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:
11
11
    <AssemblyName>NSch</AssemblyName>
12
12
  </PropertyGroup>
13
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14
 
    <DebugSymbols>true</DebugSymbols>
 
14
    <DebugSymbols>True</DebugSymbols>
15
15
    <DebugType>full</DebugType>
16
 
    <Optimize>false</Optimize>
 
16
    <Optimize>False</Optimize>
17
17
    <OutputPath>..\bin</OutputPath>
18
18
    <DefineConstants>DEBUG</DefineConstants>
19
19
    <ErrorReport>prompt</ErrorReport>
20
20
    <WarningLevel>4</WarningLevel>
21
 
    <ConsolePause>false</ConsolePause>
 
21
    <ConsolePause>False</ConsolePause>
22
22
  </PropertyGroup>
23
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24
24
    <DebugType>none</DebugType>
25
 
    <Optimize>false</Optimize>
 
25
    <Optimize>False</Optimize>
26
26
    <OutputPath>..\bin</OutputPath>
27
27
    <ErrorReport>prompt</ErrorReport>
28
28
    <WarningLevel>4</WarningLevel>
29
 
    <ConsolePause>false</ConsolePause>
 
29
    <ConsolePause>False</ConsolePause>
30
30
  </PropertyGroup>
31
31
  <ItemGroup>
32
32
    <Reference Include="System" />