Files
simulation_core/lib/termsharp/xwt/Xwt.XamMac/Xwt.XamMac.csproj

223 lines
11 KiB
XML

<?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>{B7C1673E-5124-4BE5-8D21-EC8B12F85B6B}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Xwt.Mac</RootNamespace>
<AssemblyName>Xwt.XamMac</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>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<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>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<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="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Drawing" />
<Reference Include="Xamarin.Mac">
<HintPath>$(XamMacPath)</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Xwt.Mac\BoxBackend.cs" />
<Compile Include="Xwt.Mac\ButtonBackend.cs" />
<Compile Include="Xwt.Mac\LabelBackend.cs" />
<Compile Include="Xwt.Mac\MacEngine.cs" />
<Compile Include="Xwt.Mac\NotebookBackend.cs" />
<Compile Include="Xwt.Mac\TreeViewBackend.cs" />
<Compile Include="Xwt.Mac\Util.cs" />
<Compile Include="Xwt.Mac\ViewBackend.cs" />
<Compile Include="Xwt.Mac\WindowBackend.cs" />
<Compile Include="Xwt.Mac.CellViews\CompositeCell.cs" />
<Compile Include="Xwt.Mac.CellViews\ICellRenderer.cs" />
<Compile Include="Xwt.Mac.CellViews\ICellSource.cs" />
<Compile Include="Xwt.Mac.CellViews\TextTableCell.cs" />
<Compile Include="Xwt.Mac.CellViews\CellUtil.cs" />
<Compile Include="Xwt.Mac\ImageHandler.cs" />
<Compile Include="Xwt.Mac.CellViews\ImageTableCell.cs" />
<Compile Include="Xwt.Mac\ContextBackendHandler.cs" />
<Compile Include="Xwt.Mac\CanvasBackend.cs" />
<Compile Include="Xwt.Mac\GradientBackendHandler.cs" />
<Compile Include="Xwt.Mac\TextLayoutBackendHandler.cs" />
<Compile Include="Xwt.Mac\FontBackendHandler.cs" />
<Compile Include="Xwt.Mac\ListViewBackend.cs" />
<Compile Include="Xwt.Mac\TableViewBackend.cs" />
<Compile Include="Xwt.Mac\MenuBackend.cs" />
<Compile Include="Xwt.Mac\MenuItemBackend.cs" />
<Compile Include="Xwt.Mac\ObjcHelper.cs" />
<Compile Include="Xwt.Mac\IViewObject.cs" />
<Compile Include="Xwt.Mac\ComboBoxBackend.cs" />
<Compile Include="Xwt.Mac\TextEntryBackend.cs" />
<Compile Include="Xwt.Mac\ImageViewBackend.cs" />
<Compile Include="Xwt.Mac\CheckBoxMenuItemBackend.cs" />
<Compile Include="Xwt.Mac\RadioButtonMenuItemBackend.cs" />
<Compile Include="Xwt.Mac\SeparatorMenuItemBackend.cs" />
<Compile Include="Xwt.Mac\CheckBoxBackend.cs" />
<Compile Include="Xwt.Mac\ComboBoxEntryBackend.cs" />
<Compile Include="Xwt.Mac\ImageBuilderBackendHandler.cs" />
<Compile Include="Xwt.Mac\ImagePatternBackendHandler.cs" />
<Compile Include="Xwt.Mac\FrameBackend.cs" />
<Compile Include="Xwt.Mac\ToggleButtonBackend.cs" />
<Compile Include="Xwt.Mac\ScrollViewBackend.cs" />
<Compile Include="Xwt.Mac\SeparatorBackend.cs" />
<Compile Include="Xwt.Mac\PanedBackend.cs" />
<Compile Include="Xwt.Mac\ScrollAdjustmentBackend.cs" />
<Compile Include="Xwt.Mac\AlertDialogBackend.cs" />
<Compile Include="Xwt.Mac\StatusIconBackend.cs" />
<Compile Include="Xwt.Mac\ProgressBarBackend.cs" />
<Compile Include="Xwt.Mac\SpinButtonBackend.cs" />
<Compile Include="Xwt.Mac\ExpanderBackend.cs" />
<Compile Include="Xwt.Mac\SpinnerBackend.cs" />
<Compile Include="Xwt.Mac\PopoverBackend.cs" />
<Compile Include="Xwt.Mac\LinkLabelBackend.cs" />
<Compile Include="Xwt.Mac\FileDialogBackend.cs" />
<Compile Include="Xwt.Mac\SelectFolderDialogBackend.cs" />
<Compile Include="Xwt.Mac\OpenFileDialogBackend.cs" />
<Compile Include="Xwt.Mac\MacClipboardBackend.cs" />
<Compile Include="Xwt.Mac\PathBackendHandler.cs" />
<Compile Include="Xwt.Mac\CustomWidgetBackend.cs" />
<Compile Include="Xwt.Mac\MacDesktopBackend.cs" />
<Compile Include="Xwt.Mac\MenuButtonBackend.cs" />
<Compile Include="Xwt.Mac.CellViews\CanvasTableCell.cs" />
<Compile Include="Xwt.Mac\ListBoxBackend.cs" />
<Compile Include="Xwt.Mac\DialogBackend.cs" />
<Compile Include="Xwt.Mac\MacSystemInformation.cs" />
<Compile Include="Xwt.Mac\RichTextViewBackend.cs" />
<Compile Include="Xwt.Mac\RadioButtonBackend.cs" />
<Compile Include="Xwt.Mac\ScrollbarBackend.cs" />
<Compile Include="Xwt.Mac\DatePickerBackend.cs" />
<Compile Include="Xwt.Mac\SliderBackend.cs" />
<Compile Include="Xwt.Mac.CellViews\CheckBoxTableCell.cs" />
<Compile Include="Xwt.Mac\EmbedNativeWidgetBackend.cs" />
<Compile Include="Xwt.Mac\MacKeyboardHandler.cs" />
<Compile Include="Xwt.Mac\PasswordEntryBackend.cs" />
<Compile Include="Xwt.Mac\WebViewBackend.cs" />
<Compile Include="Xwt.Mac\ScrollControlBackend.cs" />
<Compile Include="Xwt.Mac.CellViews\CellViewBackend.cs" />
<Compile Include="Xwt.Mac\WidgetView.cs" />
<Compile Include="Xwt.Mac\NSTableViewBackend.cs" />
<Compile Include="Xwt.Mac\Messaging.cs" />
<Compile Include="Xwt.Mac\KeyboardUtil.cs" />
<Compile Include="Xwt.Mac\SaveFileDialogBackend.cs" />
<Compile Include="Xwt.Mac\ColorPickerBackend.cs" />
<Compile Include="Xwt.Mac\OutlineViewBackend.cs" />
<Compile Include="Xwt.Mac\CalendarBackend.cs" />
<Compile Include="Xwt.Mac\SelectFontDialogBackend.cs" />
<Compile Include="Xwt.Mac\NSApplicationInitializer.cs" />
<Compile Include="Xwt.Mac.CellViews\RadioButtonTableCell.cs" />
<Compile Include="Xwt.Mac\GtkQuartz.cs" />
<Compile Include="Xwt.Mac\AccessibleBackend.cs" />
<Compile Include="Xwt.Mac\PopupWindowBackend.cs" />
<Compile Include="Xwt.Mac\SearchTextEntryBackend.cs" />
<Compile Include="Xwt.Mac\WindowFrameBackend.cs" />
<Compile Include="Xwt.Mac\AccessibleBackend.AccessibilityHelper.cs" />
<Compile Include="Xwt.Mac\AccerssibilityHelper.cs" />
</ItemGroup>
<Import Project="..\BuildHelpers.targets" />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\Xwt\Xwt.csproj">
<Project>{92494904-35FA-4DC9-BDE9-3A3E87AC49D3}</Project>
<Name>Xwt</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Folder Include="Xwt.Mac\" />
<Folder Include="Xwt.Mac.CellViews\" />
<Folder Include="icons\" />
</ItemGroup>
<ProjectExtensions>
<MonoDevelop>
<Properties>
<Policies>
<DotNetNamingPolicy DirectoryNamespaceAssociation="None" ResourceNamePolicy="FileName" />
</Policies>
</Properties>
</MonoDevelop>
</ProjectExtensions>
<ItemGroup>
<EmbeddedResource Include="icons\zoom-in-16.png">
<LogicalName>zoom-in-16.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-in-16%402x.png">
<LogicalName>zoom-in-16@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-in-16~dark.png">
<LogicalName>zoom-in-16~dark.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-in-16~dark%402x.png">
<LogicalName>zoom-in-16~dark@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-in-16~dark~sel.png">
<LogicalName>zoom-in-16~dark~sel.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-in-16~dark~sel%402x.png">
<LogicalName>zoom-in-16~dark~sel@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-in-16~sel.png">
<LogicalName>zoom-in-16~sel.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-in-16~sel%402x.png">
<LogicalName>zoom-in-16~sel@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-out-16.png">
<LogicalName>zoom-out-16.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-out-16%402x.png">
<LogicalName>zoom-out-16@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-out-16~dark.png">
<LogicalName>zoom-out-16~dark.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-out-16~dark%402x.png">
<LogicalName>zoom-out-16~dark@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-out-16~dark~sel.png">
<LogicalName>zoom-out-16~dark~sel.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-out-16~dark~sel%402x.png">
<LogicalName>zoom-out-16~dark~sel@2x.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-out-16~sel.png">
<LogicalName>zoom-out-16~sel.png</LogicalName>
</EmbeddedResource>
<EmbeddedResource Include="icons\zoom-out-16~sel%402x.png">
<LogicalName>zoom-out-16~sel@2x.png</LogicalName>
</EmbeddedResource>
</ItemGroup>
</Project>