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

« back to all changes in this revision

Viewing changes to external/mono-addins/Mono.Addins.MSBuild/Mono.Addins.MSBuild.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
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{B4B44F14-32C3-4D50-8C6A-06AA30E56CA3}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>Mono.Addins.MSBuild</AssemblyName>
 
11
    <RootNamespace>Mono.Addins.MSBuild</RootNamespace>
 
12
    <SignAssembly>True</SignAssembly>
 
13
    <AssemblyOriginatorKeyFile>..\mono-addins.snk</AssemblyOriginatorKeyFile>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
16
    <DebugSymbols>True</DebugSymbols>
 
17
    <DebugType>full</DebugType>
 
18
    <Optimize>False</Optimize>
 
19
    <OutputPath>..\bin</OutputPath>
 
20
    <DefineConstants>DEBUG</DefineConstants>
 
21
    <ErrorReport>prompt</ErrorReport>
 
22
    <WarningLevel>4</WarningLevel>
 
23
    <ConsolePause>False</ConsolePause>
 
24
  </PropertyGroup>
 
25
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
26
    <DebugType>none</DebugType>
 
27
    <Optimize>False</Optimize>
 
28
    <OutputPath>..\bin</OutputPath>
 
29
    <ErrorReport>prompt</ErrorReport>
 
30
    <WarningLevel>4</WarningLevel>
 
31
    <ConsolePause>False</ConsolePause>
 
32
  </PropertyGroup>
 
33
  <ItemGroup>
 
34
    <Reference Include="System" />
 
35
    <Reference Include="Microsoft.Build.Framework" />
 
36
    <Reference Include="Microsoft.Build.Utilities.v4.0" />
 
37
  </ItemGroup>
 
38
  <ItemGroup>
 
39
    <Compile Include="AssemblyInfo.cs" />
 
40
    <Compile Include="ResolveAddinReferences.cs" />
 
41
  </ItemGroup>
 
42
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
43
  <ProjectExtensions>
 
44
    <MonoDevelop>
 
45
      <Properties>
 
46
        <MonoDevelop.Autotools.MakefileInfo RelativeMakefileName="Makefile.am" BuildTargetName="" CleanTargetName="" SyncReferences="True" IsAutotoolsProject="True" RelativeConfigureInPath="..">
 
47
          <BuildFilesVar Sync="True" Name="FILES" />
 
48
          <DeployFilesVar />
 
49
          <ResourcesVar Sync="True" Name="RESOURCES" />
 
50
          <OthersVar />
 
51
          <GacRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
 
52
          <AsmRefVar Sync="True" Name="REFERENCES" Prefix="-r:" />
 
53
          <ProjectRefVar Sync="True" Name="PROJECT_REFERENCES" />
 
54
        </MonoDevelop.Autotools.MakefileInfo>
 
55
      </Properties>
 
56
    </MonoDevelop>
 
57
  </ProjectExtensions>
 
58
  <ItemGroup>
 
59
    <ProjectReference Include="..\Mono.Addins.Setup\Mono.Addins.Setup.csproj">
 
60
      <Project>{A85C9721-C054-4BD8-A1F3-0227615F0A36}</Project>
 
61
      <Name>Mono.Addins.Setup</Name>
 
62
      <Private>False</Private>
 
63
    </ProjectReference>
 
64
    <ProjectReference Include="..\Mono.Addins\Mono.Addins.csproj">
 
65
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
66
      <Name>Mono.Addins</Name>
 
67
      <Private>False</Private>
 
68
    </ProjectReference>
 
69
  </ItemGroup>
 
70
  <ItemGroup>
 
71
    <None Include="Mono.Addins.targets" />
 
72
  </ItemGroup>
 
73
</Project>
 
 
b'\\ No newline at end of file'