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

« back to all changes in this revision

Viewing changes to src/addins/WindowsPlatform/WindowsPlatform.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>{459868D2-54DC-415B-B1AB-BE39BDBD352F}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>WindowsPlatform</AssemblyName>
 
11
    <RootNamespace>WindowsPlatform</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</OutputPath>
 
18
    <DefineConstants>DEBUG</DefineConstants>
 
19
    <ErrorReport>prompt</ErrorReport>
 
20
    <WarningLevel>4</WarningLevel>
 
21
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
 
22
  </PropertyGroup>
 
23
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
24
    <DebugType>none</DebugType>
 
25
    <Optimize>False</Optimize>
 
26
    <OutputPath>..\..\..\build\AddIns</OutputPath>
 
27
    <ErrorReport>prompt</ErrorReport>
 
28
    <WarningLevel>4</WarningLevel>
 
29
    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
 
30
  </PropertyGroup>
 
31
  <ItemGroup>
 
32
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
33
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
34
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
35
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
 
36
    <Reference Include="System" />
 
37
    <Reference Include="System.Data" />
 
38
    <Reference Include="System.Drawing" />
 
39
    <Reference Include="System.Windows.Forms" />
 
40
    <Reference Include="System.Xml" />
 
41
    <Reference Include="Microsoft.WindowsAPICodePack">
 
42
      <HintPath>Microsoft.WindowsAPICodePack.dll</HintPath>
 
43
    </Reference>
 
44
    <Reference Include="Microsoft.WindowsAPICodePack.Shell">
 
45
      <HintPath>Microsoft.WindowsAPICodePack.Shell.dll</HintPath>
 
46
    </Reference>
 
47
  </ItemGroup>
 
48
  <ItemGroup>
 
49
    <ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
50
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
51
      <Name>MonoDevelop.Core</Name>
 
52
      <Private>False</Private>
 
53
    </ProjectReference>
 
54
    <ProjectReference Include="..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
55
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
56
      <Name>MonoDevelop.Ide</Name>
 
57
      <Private>False</Private>
 
58
    </ProjectReference>
 
59
  </ItemGroup>
 
60
  <ItemGroup>
 
61
    <Compile Include="Dialogs\CustomAddFilesDialog.cs">
 
62
      <SubType>UserControl</SubType>
 
63
    </Compile>
 
64
    <Compile Include="Dialogs\CustomAddFilesDialog.Designer.cs">
 
65
      <DependentUpon>CustomAddFilesDialog.cs</DependentUpon>
 
66
    </Compile>
 
67
    <Compile Include="Dialogs\EncodingSelectionForm.cs">
 
68
      <SubType>Form</SubType>
 
69
    </Compile>
 
70
    <Compile Include="Dialogs\EncodingSelectionForm.Designer.cs">
 
71
      <DependentUpon>EncodingSelectionForm.cs</DependentUpon>
 
72
    </Compile>
 
73
    <Compile Include="Dialogs\OpenFileDialogEx.cs">
 
74
      <SubType>UserControl</SubType>
 
75
    </Compile>
 
76
    <Compile Include="Dialogs\OpenFileDialogEx.Designer.cs">
 
77
      <DependentUpon>OpenFileDialogEx.cs</DependentUpon>
 
78
    </Compile>
 
79
    <Compile Include="Dialogs\AddFileDialogHandler.cs" />
 
80
    <Compile Include="Dialogs\SelectFileDialogHandler.cs" />
 
81
    <Compile Include="Dialogs\WinFormsRoot.cs">
 
82
      <SubType>Form</SubType>
 
83
    </Compile>
 
84
    <Compile Include="Dialogs\OpenFileDialogHandler.cs" />
 
85
    <Compile Include="Dialogs\CustomOpenFileDialog.cs">
 
86
      <SubType>UserControl</SubType>
 
87
    </Compile>
 
88
    <Compile Include="Dialogs\EncodingComboBox.cs">
 
89
      <SubType>Component</SubType>
 
90
    </Compile>
 
91
    <Compile Include="AssemblyInfo.cs" />
 
92
    <Compile Include="Enums.cs" />
 
93
    <Compile Include="structs.cs" />
 
94
    <Compile Include="Win32.cs" />
 
95
    <Compile Include="WindowsPlatform.cs" />
 
96
    <Compile Include="RecentFiles.cs" />
 
97
    <Compile Include="JumpList.cs" />
 
98
  </ItemGroup>
 
99
  <ItemGroup>
 
100
    <EmbeddedResource Include="Dialogs\CustomAddFilesDialog.resx">
 
101
      <DependentUpon>CustomAddFilesDialog.cs</DependentUpon>
 
102
      <SubType>Designer</SubType>
 
103
    </EmbeddedResource>
 
104
    <EmbeddedResource Include="Dialogs\EncodingSelectionForm.resx">
 
105
      <DependentUpon>EncodingSelectionForm.cs</DependentUpon>
 
106
    </EmbeddedResource>
 
107
    <EmbeddedResource Include="Dialogs\OpenFileDialogEx.resx">
 
108
      <DependentUpon>OpenFileDialogEx.cs</DependentUpon>
 
109
      <SubType>Designer</SubType>
 
110
    </EmbeddedResource>
 
111
    <EmbeddedResource Include="WindowsPlatform.addin.xml">
 
112
      <LogicalName>WindowsPlatform.addin.xml</LogicalName>
 
113
    </EmbeddedResource>
 
114
  </ItemGroup>
 
115
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
116
  <ItemGroup />
 
117
</Project>
 
 
b'\\ No newline at end of file'