summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj')
-rw-r--r--Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj239
1 files changed, 0 insertions, 239 deletions
diff --git a/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj b/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj
deleted file mode 100644
index fe0eff2e..00000000
--- a/Xamarin.Forms.Platform.MacOS/Xamarin.Forms.Platform.macOS.csproj
+++ /dev/null
@@ -1,239 +0,0 @@
-<?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>{C0059C45-EA1E-42F3-8A0E-794BB547EC3C}</ProjectGuid>
- <ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <OutputType>Library</OutputType>
- <RootNamespace>Xamarin.Forms.Platform.macOS</RootNamespace>
- <AssemblyName>Xamarin.Forms.Platform.macOS</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
- <MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
- </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>
- <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
- <ConsolePause>false</ConsolePause>
- <EnableCodeSigning>false</EnableCodeSigning>
- <CreatePackage>false</CreatePackage>
- <EnablePackageSigning>false</EnablePackageSigning>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
- <UseSGen>false</UseSGen>
- <HttpClientHandler>
- </HttpClientHandler>
- <TlsProvider>
- </TlsProvider>
- <LinkMode>
- </LinkMode>
- <XamMacArch>
- </XamMacArch>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <DefineConstants>
- </DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <ConsolePause>false</ConsolePause>
- <EnableCodeSigning>false</EnableCodeSigning>
- <CreatePackage>false</CreatePackage>
- <EnablePackageSigning>false</EnablePackageSigning>
- <IncludeMonoRuntime>false</IncludeMonoRuntime>
- <UseSGen>false</UseSGen>
- <HttpClientHandler>
- </HttpClientHandler>
- <TlsProvider>
- </TlsProvider>
- <LinkMode>
- </LinkMode>
- <XamMacArch>
- </XamMacArch>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="Xamarin.Mac" />
- <Reference Include="System.Xml" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Net.Http" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FormsApplicationDelegate.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="PlatformRenderer.cs" />
- <Compile Include="Platform.cs" />
- <Compile Include="CADisplayLinkTicker.cs" />
- <Compile Include="Extensions\PageExtensions.cs" />
- <Compile Include="..\Xamarin.Forms.Platform.iOS\ExportCellAttribute.cs">
- <Link>ExportCellAttribute.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\ExportImageSourceHandlerAttribute.cs">
- <Link>ExportImageSourceHandlerAttribute.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Deserializer.cs">
- <Link>Deserializer.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\RendererPool.cs">
- <Link>RendererPool.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\EffectUtilities.cs">
- <Link>EffectUtilities.cs</Link>
- </Compile>
- <Compile Include="Renderers\PageRenderer.cs" />
- <Compile Include="Renderers\DefaultRenderer.cs" />
- <Compile Include="Extensions\AlignmentExtensions.cs" />
- <Compile Include="Renderers\ButtonRenderer.cs" />
- <Compile Include="ImageSourceHandlers.cs" />
- <Compile Include="Extensions\ButtonExtensions.cs" />
- <Compile Include="Renderers\BoxViewRenderer.cs" />
- <Compile Include="Renderers\ScrollViewRenderer.cs" />
- <Compile Include="Renderers\ActivityIndicatorRenderer.cs" />
- <Compile Include="Renderers\DatePickerRenderer.cs" />
- <Compile Include="Renderers\EntryRenderer.cs" />
- <Compile Include="Renderers\EditorRenderer.cs" />
- <Compile Include="Renderers\FrameRenderer.cs" />
- <Compile Include="Controls\FormsImageView.cs" />
- <Compile Include="Renderers\ImageRenderer.cs" />
- <Compile Include="Renderers\OpenGLViewRenderer.cs" />
- <Compile Include="Controls\MacOSOpenGLView.cs" />
- <Compile Include="Renderers\PickerRenderer.cs" />
- <Compile Include="Renderers\ProgressBarRenderer.cs" />
- <Compile Include="Renderers\SearchBarRenderer.cs" />
- <Compile Include="Renderers\SliderRenderer.cs" />
- <Compile Include="Renderers\StepperRenderer.cs" />
- <Compile Include="Renderers\SwitchRenderer.cs" />
- <Compile Include="Renderers\TimePickerRenderer.cs" />
- <Compile Include="Renderers\WebViewRenderer.cs" />
- <Compile Include="Renderers\ListViewRenderer.cs" />
- <Compile Include="Cells\CellNSView.cs" />
- <Compile Include="Cells\CellRenderer.cs" />
- <Compile Include="Cells\TextCellRenderer.cs" />
- <Compile Include="Cells\NSTableViewCellStyle.cs" />
- <Compile Include="Extensions\NSTextFieldExtensions.cs" />
- <Compile Include="Cells\ImageCellRenderer.cs" />
- <Compile Include="Cells\SwitchCellRenderer.cs" />
- <Compile Include="Cells\EntryCellRenderer.cs" />
- <Compile Include="Cells\ViewCellRenderer.cs" />
- <Compile Include="Cells\ViewCellNSView.cs" />
- <Compile Include="Renderers\ListViewDataSource.cs" />
- <Compile Include="Renderers\CustomNSTableHeaderView.cs" />
- <Compile Include="Renderers\CarouselPageRenderer.cs" />
- <Compile Include="Extensions\NSScrollViewExtensions.cs" />
- <Compile Include="Controls\ScrollViewScrollChangedEventArgs.cs" />
- <Compile Include="Renderers\MasterDetailPageRenderer.cs" />
- <Compile Include="Renderers\TabbedPageRenderer.cs" />
- <Compile Include="Renderers\NavigationPageRenderer.cs" />
- <Compile Include="Controls\FormsPageControllerDelegate.cs" />
- <Compile Include="Controls\NavigationChildPageWrapper.cs" />
- <Compile Include="..\Xamarin.Forms.Platform.iOS\NativeViewPropertyListener.cs">
- <Link>NativeViewPropertyListener.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
- <Link>Properties\GlobalAssemblyInfo.cs</Link>
- </Compile>
- <Compile Include="Renderers\LayoutRenderer.cs" />
- <Compile Include="Extensions\NSImageExtensions.cs" />
- <Compile Include="Renderers\NSPageContainer.cs" />
- <Compile Include="Renderers\PageControllerDelegate.cs" />
- <Compile Include="Extensions\NSViewControllerExtensions.cs" />
- <Compile Include="ModalPageTracker.cs" />
- <Compile Include="PlatformNavigation.cs" />
- <Compile Include="Renderers\TableViewRenderer.cs" />
- <Compile Include="Extensions\NSTableViewExtensions.cs" />
- <Compile Include="Renderers\TableViewDataSource.cs" />
- <Compile Include="NativeToolbarTracker.cs" />
- <Compile Include="Extensions\NSButtonExtensions.cs" />
- <Compile Include="Controls\VerticallyCenteredTextFieldCell.cs" />
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Forms.cs">
- <Link>Forms.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Extensions\DateExtensions.cs">
- <Link>Extensions\DateExtensions.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Extensions\LayoutExtensions.cs">
- <Link>Extensions\LayoutExtensions.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Extensions\ColorExtensions.cs">
- <Link>Extensions\ColorExtensions.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Extensions\UIViewExtensions.cs">
- <Link>Extensions\UIViewExtensions.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Renderers\FontExtensions.cs">
- <Link>Extensions\FontExtensions.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Renderers\FormattedStringExtensions.cs">
- <Link>Extensions\FormattedStringExtensions.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\IVisualElementRenderer.cs">
- <Link>IVisualElementRenderer.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\NativeValueConverterService.cs">
- <Link>NativeValueConverterService.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\NativeViewWrapper.cs">
- <Link>NativeViewWrapper.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\NativeViewWrapperRenderer.cs">
- <Link>NativeViewWrapperRenderer.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\ElementChangedEventArgs.cs">
- <Link>ElementChangedEventArgs.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\ExportRendererAttribute.cs">
- <Link>ExportRendererAttribute.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\PlatformEffect.cs">
- <Link>PlatformEffect.cs</Link>
- </Compile>
- <Compile Include="Controls\NSToolbarItemGroup.cs" />
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Extensions\PlatformConfigurationExtensions.cs">
- <Link>Extensions\PlatformConfigurationExtensions.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\ViewInitializedEventArgs.cs">
- <Link>ViewInitializedEventArgs.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\Renderers\LabelRenderer.cs">
- <Link>Renderers\LabelRenderer.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\ResourcesProvider.cs">
- <Link>ResourcesProvider.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\VisualElementPackager.cs">
- <Link>VisualElementPackager.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\ViewRenderer.cs">
- <Link>ViewRenderer.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\VisualElementTracker.cs">
- <Link>VisualElementTracker.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\EventTracker.cs">
- <Link>EventTracker.cs</Link>
- </Compile>
- <Compile Include="..\Xamarin.Forms.Platform.iOS\VisualElementRenderer.cs">
- <Link>VisualElementRenderer.cs</Link>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Xamarin.Forms.Platform\Xamarin.Forms.Platform.csproj">
- <Project>{67F9D3A8-F71E-4428-913F-C37AE82CDB24}</Project>
- <Name>Xamarin.Forms.Platform</Name>
- </ProjectReference>
- <ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
- <Project>{57B8B73D-C3B5-4C42-869E-7B2F17D354AC}</Project>
- <Name>Xamarin.Forms.Core</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
-</Project> \ No newline at end of file