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

« back to all changes in this revision

Viewing changes to external/monomac/samples/UserNotificationExample/UserNotificationExample/UserNotificationExample.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="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
3
  <PropertyGroup>
 
4
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 
5
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
 
6
    <ProductVersion>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{DB6C4DA8-F630-4C92-9778-BD2903F2F962}</ProjectGuid>
 
9
    <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 
10
    <OutputType>Exe</OutputType>
 
11
    <RootNamespace>UserNotificationExample</RootNamespace>
 
12
    <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
 
13
    <AssemblyName>UserNotificationExample</AssemblyName>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
 
16
    <DebugSymbols>True</DebugSymbols>
 
17
    <DebugType>full</DebugType>
 
18
    <Optimize>False</Optimize>
 
19
    <OutputPath>bin\Debug</OutputPath>
 
20
    <DefineConstants>DEBUG;</DefineConstants>
 
21
    <ErrorReport>prompt</ErrorReport>
 
22
    <WarningLevel>4</WarningLevel>
 
23
    <IncludeMonoRuntime>False</IncludeMonoRuntime>
 
24
    <PlatformTarget>x86</PlatformTarget>
 
25
    <EnablePackageSigning>False</EnablePackageSigning>
 
26
    <ConsolePause>False</ConsolePause>
 
27
    <EnableCodeSigning>False</EnableCodeSigning>
 
28
    <CreatePackage>False</CreatePackage>
 
29
    <CodeSigningKey>Mac Developer</CodeSigningKey>
 
30
  </PropertyGroup>
 
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
 
32
    <DebugType>none</DebugType>
 
33
    <Optimize>True</Optimize>
 
34
    <OutputPath>bin\Release</OutputPath>
 
35
    <ErrorReport>prompt</ErrorReport>
 
36
    <WarningLevel>4</WarningLevel>
 
37
    <IncludeMonoRuntime>False</IncludeMonoRuntime>
 
38
    <LinkMode>Full</LinkMode>
 
39
    <PlatformTarget>x86</PlatformTarget>
 
40
    <EnablePackageSigning>False</EnablePackageSigning>
 
41
    <ConsolePause>False</ConsolePause>
 
42
    <EnableCodeSigning>False</EnableCodeSigning>
 
43
    <CreatePackage>False</CreatePackage>
 
44
    <CodeSigningKey>Mac Developer</CodeSigningKey>
 
45
  </PropertyGroup>
 
46
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|x86' ">
 
47
    <DebugType>none</DebugType>
 
48
    <Optimize>True</Optimize>
 
49
    <OutputPath>bin\x86\AppStore</OutputPath>
 
50
    <ErrorReport>prompt</ErrorReport>
 
51
    <WarningLevel>4</WarningLevel>
 
52
    <IncludeMonoRuntime>True</IncludeMonoRuntime>
 
53
    <PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
 
54
    <PlatformTarget>x86</PlatformTarget>
 
55
    <LinkMode>Full</LinkMode>
 
56
    <EnableCodeSigning>True</EnableCodeSigning>
 
57
    <ConsolePause>False</ConsolePause>
 
58
    <EnablePackageSigning>True</EnablePackageSigning>
 
59
    <CreatePackage>True</CreatePackage>
 
60
    <CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
 
61
  </PropertyGroup>
 
62
  <ItemGroup>
 
63
    <Reference Include="System" />
 
64
    <Reference Include="System.Xml" />
 
65
    <Reference Include="System.Core" />
 
66
    <Reference Include="System.Xml.Linq" />
 
67
    <Reference Include="System.Drawing" />
 
68
    <Reference Include="MonoMac">
 
69
      <HintPath>..\..\Git\Forked\monomac\src\MonoMac.dll</HintPath>
 
70
    </Reference>
 
71
  </ItemGroup>
 
72
  <ItemGroup>
 
73
    <Compile Include="MainWindow.cs" />
 
74
    <Compile Include="MainWindowController.cs" />
 
75
    <Compile Include="MainWindow.designer.cs">
 
76
      <DependentUpon>MainWindow.cs</DependentUpon>
 
77
    </Compile>
 
78
    <Compile Include="Main.cs" />
 
79
    <Compile Include="AppDelegate.cs" />
 
80
    <Compile Include="AppDelegate.designer.cs">
 
81
      <DependentUpon>AppDelegate.cs</DependentUpon>
 
82
    </Compile>
 
83
  </ItemGroup>
 
84
  <ItemGroup>
 
85
    <InterfaceDefinition Include="MainWindow.xib" />
 
86
    <InterfaceDefinition Include="MainMenu.xib" />
 
87
  </ItemGroup>
 
88
  <ItemGroup>
 
89
    <None Include="Info.plist" />
 
90
  </ItemGroup>
 
91
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
92
  <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
 
93
</Project>
 
 
b'\\ No newline at end of file'