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

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/HelloWorldWithManifest/HelloWorldAddin/HelloWorldAddin.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" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
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>{26C85FBC-0A97-4650-807F-E889C6D1F32F}</ProjectGuid>
 
9
    <OutputType>Library</OutputType>
 
10
    <RootNamespace>HelloWorldAddin</RootNamespace>
 
11
    <AssemblyName>HelloWorldAddin</AssemblyName>
 
12
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
15
    <DebugSymbols>True</DebugSymbols>
 
16
    <DebugType>full</DebugType>
 
17
    <Optimize>False</Optimize>
 
18
    <OutputPath>..\bin</OutputPath>
 
19
    <DefineConstants>DEBUG</DefineConstants>
 
20
    <ErrorReport>prompt</ErrorReport>
 
21
    <WarningLevel>4</WarningLevel>
 
22
    <ConsolePause>False</ConsolePause>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>False</Optimize>
 
27
    <OutputPath>..\bin</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <ConsolePause>False</ConsolePause>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="System" />
 
34
  </ItemGroup>
 
35
  <ItemGroup>
 
36
    <EmbeddedResource Include="HelloWorldAddin.addin.xml">
 
37
      <LogicalName>HelloWorldAddin.addin.xml</LogicalName>
 
38
    </EmbeddedResource>
 
39
  </ItemGroup>
 
40
  <ItemGroup>
 
41
    <Compile Include="HelloCommand.cs" />
 
42
  </ItemGroup>
 
43
  <ItemGroup>
 
44
    <ProjectReference Include="..\HelloWorld\HelloWorld.csproj">
 
45
      <Project>{5F813963-DE40-433A-ABE3-71EACDF19412}</Project>
 
46
      <Name>HelloWorld</Name>
 
47
    </ProjectReference>
 
48
  </ItemGroup>
 
49
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
50
</Project>
 
 
b'\\ No newline at end of file'