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

« back to all changes in this revision

Viewing changes to src/addins/TextTemplating/Mono.TextTemplating.Tests/Mono.TextTemplating.Tests.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:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{CB590106-8331-4CBE-8131-B154E7BF79E1}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>Mono.TextTemplating.Tests</AssemblyName>
 
11
    <RootNamespace>Mono.TextTemplating.Tests</RootNamespace>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>False</Optimize>
 
17
    <OutputPath>..\..\..\..\build\AddIns\MonoDevelop.TextTemplating</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
  </PropertyGroup>
 
22
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
23
    <DebugType>none</DebugType>
 
24
    <Optimize>False</Optimize>
 
25
    <OutputPath>..\..\..\..\build\AddIns\MonoDevelop.TextTemplating</OutputPath>
 
26
    <ErrorReport>prompt</ErrorReport>
 
27
    <WarningLevel>4</WarningLevel>
 
28
  </PropertyGroup>
 
29
  <ItemGroup>
 
30
    <Reference Include="System" />
 
31
    <Reference Include="nunit.core">
 
32
      <HintPath>..\..\NUnit\lib\nunit.core.dll</HintPath>
 
33
      <Private>False</Private>
 
34
    </Reference>
 
35
    <Reference Include="nunit.framework">
 
36
      <HintPath>..\..\NUnit\lib\nunit.framework.dll</HintPath>
 
37
      <Private>False</Private>
 
38
    </Reference>
 
39
  </ItemGroup>
 
40
  <ItemGroup>
 
41
    <Compile Include="ParsingTests.cs" />
 
42
    <Compile Include="DummyHost.cs" />
 
43
    <Compile Include="GenerationTests.cs" />
 
44
    <Compile Include="TemplatingEngineHelper.cs" />
 
45
    <Compile Include="TemplateEnginePreprocessTemplateTests.cs" />
 
46
  </ItemGroup>
 
47
  <ItemGroup>
 
48
    <ProjectReference Include="..\Mono.TextTemplating\Mono.TextTemplating.csproj">
 
49
      <Project>{A2364D6A-00EF-417C-80A6-815726C70032}</Project>
 
50
      <Name>Mono.TextTemplating</Name>
 
51
      <Private>False</Private>
 
52
    </ProjectReference>
 
53
  </ItemGroup>
 
54
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
55
</Project>
 
 
b'\\ No newline at end of file'