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

« back to all changes in this revision

Viewing changes to src/addins/prj2make-sharp-lib/prj2make-sharp-lib.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>{0F57E572-2359-4BAF-B302-6478C2E42FA2}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>prj2makesharplib</RootNamespace>
 
11
  </PropertyGroup>
 
12
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
13
    <DebugSymbols>True</DebugSymbols>
 
14
    <DebugType>full</DebugType>
 
15
    <Optimize>False</Optimize>
 
16
    <OutputPath>..\..\..\build\AddIns\MonoDevelop.MsVisualStudio</OutputPath>
 
17
    <ErrorReport>prompt</ErrorReport>
 
18
    <WarningLevel>4</WarningLevel>
 
19
    <AssemblyName>MonoDevelop.MsVisualStudio</AssemblyName>
 
20
    <Execution>
 
21
      <Execution clr-version="Net_2_0" />
 
22
    </Execution>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>True</Optimize>
 
27
    <OutputPath>..\..\..\build\AddIns\MonoDevelop.MsVisualStudio</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <AssemblyName>prj2make-sharp-lib</AssemblyName>
 
31
    <Execution>
 
32
      <Execution clr-version="Net_2_0" />
 
33
    </Execution>
 
34
  </PropertyGroup>
 
35
  <ItemGroup>
 
36
    <Reference Include="System" />
 
37
    <Reference Include="System.Xml" />
 
38
    <Reference Include="Mono.Posix" />
 
39
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
40
      <SpecificVersion>False</SpecificVersion>
 
41
    </Reference>
 
42
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
43
      <SpecificVersion>False</SpecificVersion>
 
44
    </Reference>
 
45
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
46
      <SpecificVersion>False</SpecificVersion>
 
47
    </Reference>
 
48
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
49
      <SpecificVersion>False</SpecificVersion>
 
50
    </Reference>
 
51
  </ItemGroup>
 
52
  <ItemGroup>
 
53
    <ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
54
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
55
      <Name>MonoDevelop.Core</Name>
 
56
      <Private>False</Private>
 
57
    </ProjectReference>
 
58
    <ProjectReference Include="..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
59
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
60
      <Name>MonoDevelop.Ide</Name>
 
61
      <Private>False</Private>
 
62
    </ProjectReference>
 
63
    <ProjectReference Include="..\Deployment\MonoDevelop.Deployment\MonoDevelop.Deployment.csproj">
 
64
      <Project>{9BC670A8-1851-40EC-9685-279F4C98433D}</Project>
 
65
      <Name>MonoDevelop.Deployment</Name>
 
66
      <Private>False</Private>
 
67
    </ProjectReference>
 
68
    <ProjectReference Include="..\VBNetBinding\VBNetBinding.csproj">
 
69
      <Project>{EF91D0B8-53F6-4622-9F26-3ED27815878A}</Project>
 
70
      <Name>VBNetBinding</Name>
 
71
      <Private>False</Private>
 
72
    </ProjectReference>
 
73
    <ProjectReference Include="..\CSharpBinding\CSharpBinding.csproj">
 
74
      <Project>{07CC7654-27D6-421D-A64C-0FFA40456FA2}</Project>
 
75
      <Name>CSharpBinding</Name>
 
76
      <Private>False</Private>
 
77
    </ProjectReference>
 
78
    <ProjectReference Include="..\..\core\Mono.Texteditor\Mono.TextEditor.csproj">
 
79
      <Project>{A2329308-3751-4DBD-9A75-5F7B8B024625}</Project>
 
80
      <Name>Mono.TextEditor</Name>
 
81
      <Private>False</Private>
 
82
    </ProjectReference>
 
83
    <ProjectReference Include="..\MonoDevelop.Refactoring\MonoDevelop.Refactoring.csproj">
 
84
      <Project>{100568FC-F4E8-439B-94AD-41D11724E45B}</Project>
 
85
      <Name>MonoDevelop.Refactoring</Name>
 
86
      <Private>False</Private>
 
87
    </ProjectReference>
 
88
    <ProjectReference Include="..\..\..\external\mono-addins\Mono.Addins\Mono.Addins.csproj">
 
89
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
90
      <Name>Mono.Addins</Name>
 
91
      <Private>False</Private>
 
92
    </ProjectReference>
 
93
  </ItemGroup>
 
94
  <ItemGroup>
 
95
    <Compile Include="MsPrjHelper.cs" />
 
96
    <Compile Include="CsprojInfo.cs" />
 
97
    <Compile Include="pkgconfiginvoker.cs" />
 
98
    <Compile Include="csproj_ver2003.cs" />
 
99
    <Compile Include="VS2003ProjectFileFormat.cs" />
 
100
    <Compile Include="AssemblyInfo.cs" />
 
101
  </ItemGroup>
 
102
  <ItemGroup>
 
103
    <EmbeddedResource Include="prj2make-sharp-lib.addin.xml">
 
104
      <LogicalName>prj2make-sharp-lib.addin.xml</LogicalName>
 
105
    </EmbeddedResource>
 
106
  </ItemGroup>
 
107
  <ItemGroup>
 
108
    <None Include="Makefile.am" />
 
109
  </ItemGroup>
 
110
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
111
</Project>