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

« back to all changes in this revision

Viewing changes to external/xwt/MacTest/MacTest.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)' == '' ">AnyCPU</Platform>
 
6
    <ProductVersion>10.0.0</ProductVersion>
 
7
    <SchemaVersion>2.0</SchemaVersion>
 
8
    <ProjectGuid>{2B7FF081-FE53-42F7-9D5D-D4B38E548F94}</ProjectGuid>
 
9
    <ProjectTypeGuids>{948B3504-5B70-4649-8FE4-BDE1FB46EC69};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
 
10
    <OutputType>Exe</OutputType>
 
11
    <RootNamespace>MacTest</RootNamespace>
 
12
    <AssemblyName>MacTest</AssemblyName>
 
13
    <SuppressXamMacMigration>True</SuppressXamMacMigration>
 
14
  </PropertyGroup>
 
15
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 
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
    <ConsolePause>False</ConsolePause>
 
24
    <EnableCodeSigning>False</EnableCodeSigning>
 
25
    <CreatePackage>False</CreatePackage>
 
26
    <EnablePackageSigning>False</EnablePackageSigning>
 
27
    <IncludeMonoRuntime>False</IncludeMonoRuntime>
 
28
  </PropertyGroup>
 
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
 
30
    <DebugType>none</DebugType>
 
31
    <Optimize>False</Optimize>
 
32
    <OutputPath>bin\Release</OutputPath>
 
33
    <ErrorReport>prompt</ErrorReport>
 
34
    <WarningLevel>4</WarningLevel>
 
35
    <ConsolePause>False</ConsolePause>
 
36
    <EnableCodeSigning>False</EnableCodeSigning>
 
37
    <CreatePackage>False</CreatePackage>
 
38
    <EnablePackageSigning>False</EnablePackageSigning>
 
39
    <IncludeMonoRuntime>False</IncludeMonoRuntime>
 
40
  </PropertyGroup>
 
41
  <ItemGroup>
 
42
    <Reference Include="System" />
 
43
    <Reference Include="System.Core" />
 
44
    <Reference Include="MonoMac, Version=0.0.0.0, Culture=neutral">
 
45
      <Private>False</Private>
 
46
      <Package>monodevelop-core-mac-addins</Package>
 
47
    </Reference>
 
48
  </ItemGroup>
 
49
  <ItemGroup>
 
50
    <Compile Include="Main.cs" />
 
51
  </ItemGroup>
 
52
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
53
  <Import Project="$(MSBuildExtensionsPath)\Mono\MonoMac\v0.0\Mono.MonoMac.targets" />
 
54
  <ItemGroup>
 
55
    <None Include="Info.plist" />
 
56
  </ItemGroup>
 
57
  <ItemGroup>
 
58
    <ProjectReference Include="..\Xwt\Xwt.csproj">
 
59
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
 
60
      <Name>Xwt</Name>
 
61
    </ProjectReference>
 
62
    <ProjectReference Include="..\Xwt.Mac\Xwt.Mac.csproj">
 
63
      <Project>{B7C1673E-5124-4BE5-8D21-EC8B12F85B6B}</Project>
 
64
      <Name>Xwt.Mac</Name>
 
65
    </ProjectReference>
 
66
    <ProjectReference Include="..\Samples\Samples.csproj">
 
67
      <Project>{88C04B85-B69B-47B4-AB9F-64F6DD4E0897}</Project>
 
68
      <Name>Samples</Name>
 
69
    </ProjectReference>
 
70
  </ItemGroup>
 
71
  <ProjectExtensions>
 
72
    <MonoDevelop>
 
73
      <Properties>
 
74
        <Policies>
 
75
          <DotNetNamingPolicy DirectoryNamespaceAssociation="None" ResourceNamePolicy="FileName" />
 
76
        </Policies>
 
77
      </Properties>
 
78
    </MonoDevelop>
 
79
  </ProjectExtensions>
 
80
</Project>
 
 
b'\\ No newline at end of file'