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

« back to all changes in this revision

Viewing changes to src/addins/VBNetBinding/VBNetBinding.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>{EF91D0B8-53F6-4622-9F26-3ED27815878A}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <AssemblyName>MonoDevelop.VBNetBinding</AssemblyName>
 
11
    <RootNamespace>VBNetBinding</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\BackendBindings\</OutputPath>
 
18
    <ErrorReport>prompt</ErrorReport>
 
19
    <WarningLevel>3</WarningLevel>
 
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\BackendBindings\</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <Execution>
 
31
      <Execution clr-version="Net_2_0" />
 
32
    </Execution>
 
33
  </PropertyGroup>
 
34
  <ItemGroup>
 
35
    <ProjectReference Include="..\..\core\MonoDevelop.Core\MonoDevelop.Core.csproj">
 
36
      <Project>{7525BB88-6142-4A26-93B9-A30C6983390A}</Project>
 
37
      <Name>MonoDevelop.Core</Name>
 
38
      <Private>False</Private>
 
39
    </ProjectReference>
 
40
    <ProjectReference Include="..\..\core\MonoDevelop.Ide\MonoDevelop.Ide.csproj">
 
41
      <Project>{27096E7F-C91C-4AC6-B289-6897A701DF21}</Project>
 
42
      <Name>MonoDevelop.Ide</Name>
 
43
      <Private>False</Private>
 
44
    </ProjectReference>
 
45
    <ProjectReference Include="..\..\..\external\mono-addins\Mono.Addins\Mono.Addins.csproj">
 
46
      <Project>{91DD5A2D-9FE3-4C3C-9253-876141874DAD}</Project>
 
47
      <Name>Mono.Addins</Name>
 
48
      <Private>False</Private>
 
49
    </ProjectReference>
 
50
  </ItemGroup>
 
51
  <ItemGroup>
 
52
    <Reference Include="System" />
 
53
    <Reference Include="System.Xml" />
 
54
    <Reference Include="System.Drawing" />
 
55
    <Reference Include="Mono.Posix" />
 
56
    <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
57
      <SpecificVersion>False</SpecificVersion>
 
58
    </Reference>
 
59
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
60
      <SpecificVersion>False</SpecificVersion>
 
61
    </Reference>
 
62
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
63
      <SpecificVersion>False</SpecificVersion>
 
64
    </Reference>
 
65
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
66
      <SpecificVersion>False</SpecificVersion>
 
67
    </Reference>
 
68
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
 
69
      <SpecificVersion>False</SpecificVersion>
 
70
    </Reference>
 
71
    <Reference Include="System.Core" />
 
72
  </ItemGroup>
 
73
  <ItemGroup>
 
74
    <Compile Include="AssemblyInfo.cs" />
 
75
    <Compile Include="VBBindingCompilerServices.cs" />
 
76
    <Compile Include="VBLanguageBinding.cs" />
 
77
    <Compile Include="Project\VBCompilerParameters.cs" />
 
78
    <Compile Include="VBCodeGenerator.cs" />
 
79
    <Compile Include="gtk-gui\generated.cs" />
 
80
    <Compile Include="Project\VBNetResourceIdBuilder.cs" />
 
81
    <Compile Include="Parser\DomParser.cs" />
 
82
    <Compile Include="gtk-gui\MonoDevelop.VBNetBinding.ProjectOptionsPanelWidget.cs" />
 
83
    <Compile Include="gtk-gui\MonoDevelop.VBNetBinding.ConfigurationOptionsPanelWidget.cs" />
 
84
    <Compile Include="Gui\ProjectOptionsPanelWidget.cs" />
 
85
    <Compile Include="Gui\ConfigurationOptionsPanelWidget.cs" />
 
86
    <Compile Include="Gui\ConfigurationOptionsPanel.cs" />
 
87
    <Compile Include="Gui\ProjectOptionsPanel.cs" />
 
88
    <Compile Include="Project\Import.cs" />
 
89
    <Compile Include="Gui\ImportsOptionsPanelWidget.cs" />
 
90
    <Compile Include="Gui\ImportsOptionsPanel.cs" />
 
91
    <Compile Include="gtk-gui\MonoDevelop.VBNetBinding.ImportsOptionsPanelWidget.cs" />
 
92
    <Compile Include="Project\VBProjectParameters.cs" />
 
93
  </ItemGroup>
 
94
  <ItemGroup>
 
95
    <EmbeddedResource Include="templates\EmptyVBFile.xft.xml">
 
96
      <LogicalName>EmptyVBFile.xft.xml</LogicalName>
 
97
    </EmbeddedResource>
 
98
    <EmbeddedResource Include="templates\EmptyVBProject.xpt.xml">
 
99
      <LogicalName>EmptyVBProject.xpt.xml</LogicalName>
 
100
    </EmbeddedResource>
 
101
    <EmbeddedResource Include="templates\VBConsoleApplicationProject.xpt.xml">
 
102
      <LogicalName>VBConsoleApplicationProject.xpt.xml</LogicalName>
 
103
    </EmbeddedResource>
 
104
    <EmbeddedResource Include="templates\VBGtkSharp2Project.xpt.xml">
 
105
      <LogicalName>VBGtkSharp2Project.xpt.xml</LogicalName>
 
106
    </EmbeddedResource>
 
107
    <EmbeddedResource Include="icons\VB.FileIcon">
 
108
      <LogicalName>VB.FileIcon</LogicalName>
 
109
    </EmbeddedResource>
 
110
    <EmbeddedResource Include="VBNetBinding.addin.xml">
 
111
      <LogicalName>VBNetBinding.addin.xml</LogicalName>
 
112
    </EmbeddedResource>
 
113
    <EmbeddedResource Include="icons\vb-icon-32.png">
 
114
      <LogicalName>vb-icon-32.png</LogicalName>
 
115
    </EmbeddedResource>
 
116
    <EmbeddedResource Include="templates\AssemblyInfo.xft.xml">
 
117
      <LogicalName>AssemblyInfo.xft.xml</LogicalName>
 
118
    </EmbeddedResource>
 
119
    <EmbeddedResource Include="gtk-gui\gui.stetic">
 
120
      <LogicalName>gui.stetic</LogicalName>
 
121
    </EmbeddedResource>
 
122
    <EmbeddedResource Include="md1format.xml">
 
123
      <LogicalName>md1format.xml</LogicalName>
 
124
    </EmbeddedResource>
 
125
  </ItemGroup>
 
126
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
127
</Project>