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

« back to all changes in this revision

Viewing changes to external/ngit/Sharpen/Sharpen.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>Sharpen</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>
22
 
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 
21
    <ConsolePause>False</ConsolePause>
 
22
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
23
23
  </PropertyGroup>
24
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
25
    <DebugType>none</DebugType>
26
 
    <Optimize>false</Optimize>
 
26
    <Optimize>False</Optimize>
27
27
    <OutputPath>..\bin</OutputPath>
28
28
    <ErrorReport>prompt</ErrorReport>
29
29
    <WarningLevel>4</WarningLevel>
30
 
    <ConsolePause>false</ConsolePause>
31
 
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
 
30
    <ConsolePause>False</ConsolePause>
 
31
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
32
32
  </PropertyGroup>
33
33
  <ItemGroup>
34
34
    <Reference Include="System" />
35
35
    <Reference Include="ICSharpCode.SharpZipLib" />
36
36
    <Reference Include="System.Core" />
37
37
    <Reference Include="System.Web" />
38
 
    <Reference Include="Mono.Posix" />
39
38
  </ItemGroup>
40
39
  <ItemGroup>
41
40
    <Compile Include="AssemblyInfo.cs" />
152
151
    <Compile Include="Sharpen\WeakReference.cs" />
153
152
    <Compile Include="Sharpen\Process.cs" />
154
153
    <Compile Include="Sharpen\DateFormat.cs" />
 
154
    <Compile Include="Sharpen\DigestInputStream.cs" />
 
155
    <Compile Include="Sharpen\StackOverflowError.cs" />
 
156
    <Compile Include="Sharpen\FileHelper.cs" />
 
157
    <Compile Include="Sharpen\JavaCalendar.cs" />
155
158
  </ItemGroup>
156
159
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
157
160
  <ItemGroup>