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

« back to all changes in this revision

Viewing changes to external/mono-addins/Samples/HelloWorld/HelloWorld/HelloWorld.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)' == '' ">x86</Platform>
 
6
    <ProductVersion>9.0.21022</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{409DA1E7-DC6D-4B00-858F-0ABF1593AE3C}</ProjectGuid>
 
9
    <OutputType>Exe</OutputType>
 
10
    <RootNamespace>HelloWorld</RootNamespace>
 
11
    <AssemblyName>HelloWorld</AssemblyName>
 
12
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
13
  </PropertyGroup>
 
14
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
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
    <PlatformTarget>x86</PlatformTarget>
 
23
  </PropertyGroup>
 
24
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
25
    <DebugType>none</DebugType>
 
26
    <Optimize>False</Optimize>
 
27
    <OutputPath>..\bin</OutputPath>
 
28
    <ErrorReport>prompt</ErrorReport>
 
29
    <WarningLevel>4</WarningLevel>
 
30
    <PlatformTarget>x86</PlatformTarget>
 
31
  </PropertyGroup>
 
32
  <ItemGroup>
 
33
    <Reference Include="System" />
 
34
    <Reference Include="Mono.Addins">
 
35
      <HintPath>..\..\..\bin\Mono.Addins.dll</HintPath>
 
36
    </Reference>
 
37
    <Reference Include="Mono.Addins.CecilReflector">
 
38
      <HintPath>..\..\..\bin\Mono.Addins.CecilReflector.dll</HintPath>
 
39
    </Reference>
 
40
  </ItemGroup>
 
41
  <ItemGroup>
 
42
    <Compile Include="Main.cs" />
 
43
    <Compile Include="ICommand.cs" />
 
44
  </ItemGroup>
 
45
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
46
</Project>
 
 
b'\\ No newline at end of file'