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

« back to all changes in this revision

Viewing changes to external/monomac/samples/macdoc/macdoc.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:
10
10
    <OutputType>Exe</OutputType>
11
11
    <RootNamespace>macdoc</RootNamespace>
12
12
    <AssemblyName>macdoc</AssemblyName>
 
13
    <LastXamMacNagTime>12/11/2012 10:17:55 PM</LastXamMacNagTime>
 
14
    <SuppressXamMacMigration>True</SuppressXamMacMigration>
13
15
  </PropertyGroup>
14
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
15
 
    <DebugSymbols>true</DebugSymbols>
 
17
    <DebugSymbols>True</DebugSymbols>
16
18
    <DebugType>full</DebugType>
17
 
    <Optimize>false</Optimize>
 
19
    <Optimize>False</Optimize>
18
20
    <OutputPath>bin\Debug</OutputPath>
19
21
    <DefineConstants>DEBUG</DefineConstants>
20
22
    <ErrorReport>prompt</ErrorReport>
21
23
    <WarningLevel>4</WarningLevel>
22
 
    <ConsolePause>false</ConsolePause>
23
 
    <EnableCodeSigning>false</EnableCodeSigning>
24
 
    <CreatePackage>false</CreatePackage>
25
 
    <EnablePackageSigning>false</EnablePackageSigning>
26
 
    <IncludeMonoRuntime>false</IncludeMonoRuntime>
 
24
    <ConsolePause>False</ConsolePause>
 
25
    <EnableCodeSigning>False</EnableCodeSigning>
 
26
    <CreatePackage>False</CreatePackage>
 
27
    <EnablePackageSigning>False</EnablePackageSigning>
 
28
    <IncludeMonoRuntime>False</IncludeMonoRuntime>
 
29
    <UseSGen>False</UseSGen>
27
30
  </PropertyGroup>
28
31
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
32
    <DebugType>none</DebugType>
30
 
    <Optimize>false</Optimize>
 
33
    <Optimize>False</Optimize>
31
34
    <OutputPath>bin\Release</OutputPath>
32
35
    <ErrorReport>prompt</ErrorReport>
33
36
    <WarningLevel>4</WarningLevel>
34
 
    <ConsolePause>false</ConsolePause>
35
 
    <EnableCodeSigning>false</EnableCodeSigning>
36
 
    <CreatePackage>false</CreatePackage>
37
 
    <EnablePackageSigning>false</EnablePackageSigning>
38
 
    <IncludeMonoRuntime>false</IncludeMonoRuntime>
 
37
    <ConsolePause>False</ConsolePause>
 
38
    <EnableCodeSigning>False</EnableCodeSigning>
 
39
    <CreatePackage>False</CreatePackage>
 
40
    <EnablePackageSigning>False</EnablePackageSigning>
 
41
    <IncludeMonoRuntime>False</IncludeMonoRuntime>
 
42
    <UseSGen>False</UseSGen>
39
43
  </PropertyGroup>
40
44
  <ItemGroup>
41
45
    <Reference Include="System" />
49
53
    <Reference Include="monodoc">
50
54
      <HintPath>lib\monodoc.dll</HintPath>
51
55
    </Reference>
 
56
    <Reference Include="Mono.Posix" />
52
57
  </ItemGroup>
53
58
  <ItemGroup>
54
59
    <Compile Include="MyDocument.cs">
96
101
      <DependentUpon>FindBarExtraordinaire.cs</DependentUpon>
97
102
    </Compile>
98
103
    <Compile Include="AppleDocHandler.cs" />
 
104
    <Compile Include="ProcessUtils.cs" />
 
105
    <Compile Include="AppleDocMergeWindow.cs" />
 
106
    <Compile Include="AppleDocMergeWindowController.cs" />
 
107
    <Compile Include="AppleDocMergeWindow.designer.cs">
 
108
      <DependentUpon>AppleDocMergeWindow.cs</DependentUpon>
 
109
    </Compile>
 
110
    <Compile Include="Logger.cs" />
 
111
    <Compile Include="Product.cs" />
99
112
  </ItemGroup>
100
113
  <ItemGroup>
101
114
    <InterfaceDefinition Include="MyDocument.xib" xmlns="" />
103
116
    <InterfaceDefinition Include="BookmarkPopover.xib" />
104
117
    <InterfaceDefinition Include="BookmarkAssistant.xib" />
105
118
    <InterfaceDefinition Include="FindBarExtraordinaire.xib" />
 
119
    <InterfaceDefinition Include="AppleDocMergeWindow.xib" />
106
120
  </ItemGroup>
107
121
  <ItemGroup>
108
122
    <None Include="Info.plist" />