~ubuntu-branches/ubuntu/vivid/monodevelop/vivid-proposed

« back to all changes in this revision

Viewing changes to src/addins/MacPlatform/MacPlatform.csproj

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2014-10-09 14:09:23 UTC
  • mfrom: (10.3.5)
  • Revision ID: package-import@ubuntu.com-20141009140923-s0d22u5f9kg8jvds
Tags: 5.5.0.227-1
* [b2c8331] Imported Upstream version 5.5.0.227 (Closes: #754316)
* [d210995] Delete obsolete patches
* [1b59ae1] Clear patch fizz, via quilt refresh
* [3dd147d] Fix error in configure.in which applies for tarball builds but 
  not git builds when running autoreconf
* [21c2a57] Remove Metacity references for good
* [3331661] Ensure NUnit 2.6.3 is installed
* [fd85c88] Build-depend on NuGet
* [a1ae116] Add WebKit to build dependencies, for Xwt moduleref resolution
* [9b4cf12] Since the GDB addin is integrated now, declare it in 
  debian/control
* [6231562] Correct NUnit links
* [3d2b693] Fix NuGet addin, by copying libs locally
* [74bf9a8] Don't symlink unused Mocks NUnit assembly
* [ade52b2] Ensure IKVM.Reflection is built with default (4.5) profile

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  <PropertyGroup>
4
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5
5
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6
 
    <ProductVersion>9.0.21022</ProductVersion>
 
6
    <ProductVersion>8.0.30703</ProductVersion>
7
7
    <SchemaVersion>2.0</SchemaVersion>
8
8
    <ProjectGuid>{50D6768C-C072-4E79-AFC5-C1C40767EF45}</ProjectGuid>
9
9
    <OutputType>Library</OutputType>
14
14
    <DebugSymbols>True</DebugSymbols>
15
15
    <DebugType>full</DebugType>
16
16
    <Optimize>False</Optimize>
17
 
    <OutputPath>..\..\..\build\AddIns</OutputPath>
 
17
    <OutputPath>..\..\..\build\bin</OutputPath>
18
18
    <DefineConstants>DEBUG</DefineConstants>
19
19
    <ErrorReport>prompt</ErrorReport>
20
20
    <WarningLevel>4</WarningLevel>
21
21
    <ConsolePause>False</ConsolePause>
22
22
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
 
23
    <NoWarn>1591;1573</NoWarn>
 
24
    <DocumentationFile>..\..\..\build\AddIns\MacPlatform.xml</DocumentationFile>
23
25
  </PropertyGroup>
24
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25
 
    <DebugType>none</DebugType>
26
 
    <Optimize>False</Optimize>
27
 
    <OutputPath>..\..\..\build\AddIns</OutputPath>
 
27
    <DebugType>pdbonly</DebugType>
 
28
    <Optimize>true</Optimize>
 
29
    <OutputPath>..\..\..\build\bin</OutputPath>
28
30
    <ErrorReport>prompt</ErrorReport>
29
31
    <WarningLevel>4</WarningLevel>
30
32
    <ConsolePause>False</ConsolePause>
31
33
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
 
34
    <DebugSymbols>true</DebugSymbols>
 
35
    <NoWarn>1591;1573</NoWarn>
 
36
    <DocumentationFile>..\..\..\build\AddIns\MacPlatform.xml</DocumentationFile>
32
37
  </PropertyGroup>
33
38
  <ItemGroup>
34
39
    <Reference Include="System" />
68
73
      <Project>{B7C1673E-5124-4BE5-8D21-EC8B12F85B6B}</Project>
69
74
      <Name>Xwt.Mac</Name>
70
75
    </ProjectReference>
 
76
    <ProjectReference Include="..\..\..\external\mono-addins\Mono.Addins\Mono.Addins.csproj">
 
77
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
78
      <Name>Mono.Addins</Name>
 
79
      <Private>False</Private>
 
80
    </ProjectReference>
 
81
    <ProjectReference Include="..\..\..\external\xwt\Xwt.Gtk.Mac\Xwt.Gtk.Mac.csproj">
 
82
      <Project>{E95833C9-90AA-4366-9262-0A1BED148249}</Project>
 
83
      <Name>Xwt.Gtk.Mac</Name>
 
84
    </ProjectReference>
 
85
    <ProjectReference Include="..\..\..\external\xwt\Xwt.Gtk\Xwt.Gtk.csproj">
 
86
      <Project>{C3887A93-B2BD-4097-8E2F-3A063EFF32FD}</Project>
 
87
      <Name>Xwt.Gtk</Name>
 
88
      <Private>False</Private>
 
89
    </ProjectReference>
 
90
    <ProjectReference Include="..\..\core\Mono.Texteditor\Mono.TextEditor.csproj">
 
91
      <Project>{A2329308-3751-4DBD-9A75-5F7B8B024625}</Project>
 
92
      <Name>Mono.TextEditor</Name>
 
93
    </ProjectReference>
71
94
  </ItemGroup>
72
95
  <ItemGroup />
73
96
  <ItemGroup>
74
97
    <Compile Include="AssemblyInfo.cs" />
 
98
    <Compile Include="MacKeychainPasswordProvider.cs" />
75
99
    <Compile Include="MacPlatform.cs" />
76
100
    <Compile Include="Dialogs\MacAddFileDialogHandler.cs" />
77
101
    <Compile Include="Dialogs\MacOpenFileDialogHandler.cs" />
90
114
    <Compile Include="MacInterop\LaunchServices.cs" />
91
115
    <Compile Include="MacInterop\ProcessManager.cs" />
92
116
    <Compile Include="MacInterop\Keychain.cs" />
93
 
    <Compile Include="MacInterop\Cocoa.cs" />
94
117
    <Compile Include="MacIntegrationCommands.cs" />
95
118
    <Compile Include="MacExternalConsoleProcess.cs" />
96
119
    <Compile Include="MacInterop\Carbon.cs" />
101
124
    <Compile Include="MacMenu\MDMenuItem.cs" />
102
125
    <Compile Include="MacMenu\MDServicesMenuItem.cs" />
103
126
    <Compile Include="MacMenu\MDSubMenuItem.cs" />
 
127
    <Compile Include="AddinInfo.cs" />
 
128
    <Compile Include="MacProxyCredentialProvider.cs" />
 
129
    <Compile Include="ExtendedTitleBarWindowBackend.cs" />
 
130
    <Compile Include="ExtendedTitleBarDialogBackend.cs" />
104
131
  </ItemGroup>
105
132
  <ItemGroup>
106
133
    <None Include="Makefile.am" />