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

« back to all changes in this revision

Viewing changes to src/addins/TextTemplating/TextTransform/TextTransform.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>{D1D35409-C814-47F6-B038-B9B5BF0FE490}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <AssemblyName>TextTransform</AssemblyName>
 
11
    <RootNamespace>Mono.TextTemplating</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
    <Commandlineparameters>-o:out.txt in.tt</Commandlineparameters>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>False</Optimize>
 
26
    <OutputPath>..\..\..\..\build\AddIns\MonoDevelop.TextTemplating</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
  </PropertyGroup>
 
30
  <ItemGroup>
 
31
    <Reference Include="System" />
 
32
    <Reference Include="System.Core" />
 
33
  </ItemGroup>
 
34
  <ItemGroup>
 
35
    <Compile Include="TextTransform.cs" />
 
36
    <Compile Include="AssemblyInfo.cs" />
 
37
    <Compile Include="Options.cs" />
 
38
  </ItemGroup>
 
39
  <ItemGroup>
 
40
    <ProjectReference Include="..\Mono.TextTemplating\Mono.TextTemplating.csproj">
 
41
      <Project>{A2364D6A-00EF-417C-80A6-815726C70032}</Project>
 
42
      <Name>Mono.TextTemplating</Name>
 
43
      <Private>False</Private>
 
44
    </ProjectReference>
 
45
  </ItemGroup>
 
46
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
47
</Project>
 
 
b'\\ No newline at end of file'