Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Xwt.Gtk.Mac.csproj « Xwt.Gtk.Mac - github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f531111d8cc2d37d64f86882c28f68e49b2b2991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{E95833C9-90AA-4366-9262-0A1BED148249}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Xwt.Gtk.Mac</RootNamespace>
    <AssemblyName>Xwt.Gtk.Mac</AssemblyName>
    <ProductVersion>8.0.30703</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <SignAssembly>True</SignAssembly>
    <AssemblyOriginatorKeyFile>..\xwt.snk</AssemblyOriginatorKeyFile>
    <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
    <LangVersion>6</LangVersion>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <ConsolePause>false</ConsolePause>
    <DebugSymbols>true</DebugSymbols>
    <LangVersion>6</LangVersion>
  </PropertyGroup>
  <PropertyGroup>
    <XamMacPath>\Library\Frameworks\Xamarin.Mac.framework\Versions\Current\lib\x86_64\full\Xamarin.Mac.dll</XamMacPath>
    <XamMacPath Condition="Exists('\Library\Frameworks\Xamarin.Mac.framework\Versions\Current\lib\64bits\full\Xamarin.Mac.dll')">\Library\Frameworks\Xamarin.Mac.framework\Versions\Current\lib\64bits\full\Xamarin.Mac.dll</XamMacPath>
    <XamMacPath Condition="Exists('$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll')">$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll</XamMacPath>
    <XamMacPath Condition="Exists('$(MSBuildProgramFiles32)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll')">$(MSBuildProgramFiles32)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll</XamMacPath>
    <XamMacPath Condition="Exists('$(MSBuildToolsPath)\..\..\..\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll')">$(MSBuildToolsPath)\..\..\..\Common7\IDE\ReferenceAssemblies\Microsoft\Framework\Xamarin.Mac\v2.0\Xamarin.Mac.dll</XamMacPath>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
    <Reference Include="System.Drawing" />
    <Reference Include="Xamarin.Mac">
      <HintPath>$(XamMacPath)</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="MacPlatformBackend.cs" />
    <Compile Include="WebViewBackend.cs" />
    <Compile Include="GtkMacDesktopBackend.cs" />
    <Compile Include="Carbon.cs" />
    <Compile Include="GtkMacFontBackendHandler.cs" />
    <Compile Include="GtkQuartz.cs" />
    <Compile Include="GtkMacPopoverBackend.cs" />
    <Compile Include="..\Xwt.XamMac\Xwt.Mac\NSApplicationInitializer.cs">
      <Link>NSApplicationInitializer.cs</Link>
    </Compile>
    <Compile Include="GtkMacAccessibleBackend.cs" />
    <Compile Include="GtkMacAccessibleBackend.AccessibilityHelper.cs" />
    <Compile Include="..\Xwt.XamMac\Xwt.Mac\AccerssibilityHelper.cs">
      <Link>AccerssibilityHelper.cs</Link>
    </Compile>
    <Compile Include="..\Xwt.XamMac\Xwt.Mac\FileDialogBackend.cs">
      <Link>FileDialogBackend.cs</Link>
    </Compile>
    <Compile Include="..\Xwt.XamMac\Xwt.Mac\SelectFolderDialogBackend.cs">
      <Link>SelectFolderDialogBackend.cs</Link>
    </Compile>
    <Compile Include="..\Xwt.XamMac\Xwt.Mac\OpenFileDialogBackend.cs">
      <Link>OpenFileDialogBackend.cs</Link>
    </Compile>
    <Compile Include="..\Xwt.XamMac\Xwt.Mac\SaveFileDialogBackend.cs">
      <Link>SaveFileDialogBackend.cs</Link>
    </Compile>
  </ItemGroup>
  <Import Project="..\BuildHelpers.targets" />
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup>
    <ProjectReference Include="..\Xwt.Gtk\Xwt.Gtk.csproj">
      <Project>{C3887A93-B2BD-4097-8E2F-3A063EFF32FD}</Project>
      <Name>Xwt.Gtk</Name>
    </ProjectReference>
    <ProjectReference Include="..\Xwt\Xwt.csproj">
      <Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
      <Name>Xwt</Name>
    </ProjectReference>
  </ItemGroup>
</Project>