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

« back to all changes in this revision

Viewing changes to external/mono-addins/Test/FileExtender/FileExtender.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>8.0.50727</ProductVersion>
 
7
    <ProjectGuid>{A32AFFBA-4B83-4D6E-8CB3-812908BA14A9}</ProjectGuid>
 
8
    <OutputType>Library</OutputType>
 
9
    <AssemblyName>FileExtender</AssemblyName>
 
10
    <SchemaVersion>2.0</SchemaVersion>
 
11
    <RootNamespace>FileExtender</RootNamespace>
 
12
  </PropertyGroup>
 
13
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
14
    <DebugSymbols>True</DebugSymbols>
 
15
    <DebugType>full</DebugType>
 
16
    <Optimize>True</Optimize>
 
17
    <OutputPath>..\lib\extras</OutputPath>
 
18
    <ErrorReport>prompt</ErrorReport>
 
19
    <WarningLevel>4</WarningLevel>
 
20
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
21
  </PropertyGroup>
 
22
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
23
    <DebugType>none</DebugType>
 
24
    <Optimize>True</Optimize>
 
25
    <OutputPath>bin\Release</OutputPath>
 
26
    <ErrorReport>prompt</ErrorReport>
 
27
    <WarningLevel>4</WarningLevel>
 
28
    <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
 
29
  </PropertyGroup>
 
30
  <ItemGroup>
 
31
    <Reference Include="System" />
 
32
  </ItemGroup>
 
33
  <ItemGroup>
 
34
    <ProjectReference Include="..\FileContentExtension\FileContentExtension.csproj">
 
35
      <Project>{4F29F0C0-725A-4927-9931-AAB0A595F370}</Project>
 
36
      <Name>FileContentExtension</Name>
 
37
    </ProjectReference>
 
38
    <ProjectReference Include="..\..\Mono.Addins\Mono.Addins.csproj">
 
39
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
40
      <Name>Mono.Addins</Name>
 
41
    </ProjectReference>
 
42
    <ProjectReference Include="..\UnitTests\UnitTests.csproj">
 
43
      <Project>{1CD51E61-1985-4D22-9BFA-D14C8FC61B46}</Project>
 
44
      <Name>UnitTests</Name>
 
45
      <Private>False</Private>
 
46
    </ProjectReference>
 
47
  </ItemGroup>
 
48
  <ItemGroup>
 
49
    <Compile Include="FileExtender.cs" />
 
50
  </ItemGroup>
 
51
  <ItemGroup>
 
52
    <EmbeddedResource Include="FileExtender.addin.xml">
 
53
      <LogicalName>FileExtender.addin.xml</LogicalName>
 
54
    </EmbeddedResource>
 
55
    <EmbeddedResource Include="FileExtender.Bis.addin.xml">
 
56
      <LogicalName>FileExtender.Bis.addin.xml</LogicalName>
 
57
    </EmbeddedResource>
 
58
  </ItemGroup>
 
59
  <ItemGroup>
 
60
    <Content Include="ExtraExtender.addin.xml">
 
61
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
 
62
    </Content>
 
63
  </ItemGroup>
 
64
  <ItemGroup>
 
65
    <None Include="Makefile.am" />
 
66
  </ItemGroup>
 
67
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
68
  <ProjectExtensions>
 
69
    <MonoDevelop>
 
70
      <Properties>
 
71
        <Deployment.LinuxDeployData scriptName="fileextender" generatePcFile="False" />
 
72
        <MonoDevelop.Autotools.MakefileInfo IntegrationEnabled="True" RelativeMakefileName="./Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True">
 
73
          <BuildFilesVar Sync="True" Name="FILES" />
 
74
          <DeployFilesVar Sync="True" Name="DATA_FILES" />
 
75
          <ResourcesVar Sync="True" Name="RESOURCES" />
 
76
          <OthersVar Name="EXTRAS" />
 
77
          <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
 
78
          <AsmRefVar Sync="True" Name="DLL_REFERENCES" />
 
79
          <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
 
80
        </MonoDevelop.Autotools.MakefileInfo>
 
81
      </Properties>
 
82
    </MonoDevelop>
 
83
  </ProjectExtensions>
 
84
</Project>