summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform
diff options
context:
space:
mode:
authorJason Smith <jason.smith@xamarin.com>2016-03-22 13:02:25 -0700
committerJason Smith <jason.smith@xamarin.com>2016-03-22 16:13:41 -0700
commit17fdde66d94155fc62a034fa6658995bef6fd6e5 (patch)
treeb5e5073a2a7b15cdbe826faa5c763e270a505729 /Xamarin.Forms.Platform
downloadxamarin-forms-17fdde66d94155fc62a034fa6658995bef6fd6e5.tar.gz
xamarin-forms-17fdde66d94155fc62a034fa6658995bef6fd6e5.tar.bz2
xamarin-forms-17fdde66d94155fc62a034fa6658995bef6fd6e5.zip
Initial import
Diffstat (limited to 'Xamarin.Forms.Platform')
-rw-r--r--Xamarin.Forms.Platform/Properties/AssemblyInfo.cs32
-rw-r--r--Xamarin.Forms.Platform/Xamarin.Forms.Platform.cs125
-rw-r--r--Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj57
3 files changed, 214 insertions, 0 deletions
diff --git a/Xamarin.Forms.Platform/Properties/AssemblyInfo.cs b/Xamarin.Forms.Platform/Properties/AssemblyInfo.cs
new file mode 100644
index 00000000..6ca776be
--- /dev/null
+++ b/Xamarin.Forms.Platform/Properties/AssemblyInfo.cs
@@ -0,0 +1,32 @@
+using System.Reflection;
+using System.Resources;
+using System.Runtime.CompilerServices;
+
+// General Information about an assembly is controlled through the following
+// set of attributes. Change these attribute values to modify the information
+// associated with an assembly.
+
+[assembly: AssemblyTitle("Xamarin.Forms.Platform")]
+[assembly: AssemblyDescription("")]
+[assembly: AssemblyConfiguration("")]
+[assembly: AssemblyCompany("")]
+[assembly: AssemblyProduct("Xamarin.Forms.Platform")]
+[assembly: AssemblyCopyright("Copyright © 2014")]
+[assembly: AssemblyTrademark("")]
+[assembly: AssemblyCulture("")]
+[assembly: NeutralResourcesLanguage("en")]
+[assembly: InternalsVisibleTo("Xamarin.Forms.Core")]
+
+// Version information for an assembly consists of the following four values:
+//
+// Major Version
+// Minor Version
+// Build Number
+// Revision
+//
+// You can specify all the values or you can default the Build and Revision Numbers
+// by using the '*' as shown below:
+// [assembly: AssemblyVersion("1.0.*")]
+
+[assembly: AssemblyVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")] \ No newline at end of file
diff --git a/Xamarin.Forms.Platform/Xamarin.Forms.Platform.cs b/Xamarin.Forms.Platform/Xamarin.Forms.Platform.cs
new file mode 100644
index 00000000..bdb66b86
--- /dev/null
+++ b/Xamarin.Forms.Platform/Xamarin.Forms.Platform.cs
@@ -0,0 +1,125 @@
+namespace Xamarin.Forms.Platform
+{
+ internal static class Loader
+ {
+ internal static void Load()
+ {
+ }
+ }
+
+ internal class _BoxViewRenderer
+ {
+ }
+
+ internal class _EntryRenderer
+ {
+ }
+
+ internal class _EditorRenderer
+ {
+ }
+
+ internal class _LabelRenderer
+ {
+ }
+
+ internal class _ImageRenderer
+ {
+ }
+
+ internal class _ButtonRenderer
+ {
+ }
+
+ internal class _TableViewRenderer
+ {
+ }
+
+ internal class _ListViewRenderer
+ {
+ }
+
+ internal class _CarouselViewRenderer
+ {
+ }
+
+ internal class _SliderRenderer
+ {
+ }
+
+ internal class _WebViewRenderer
+ {
+ }
+
+ internal class _SearchBarRenderer
+ {
+ }
+
+ internal class _SwitchRenderer
+ {
+ }
+
+ internal class _DatePickerRenderer
+ {
+ }
+
+ internal class _TimePickerRenderer
+ {
+ }
+
+ internal class _PickerRenderer
+ {
+ }
+
+ internal class _StepperRenderer
+ {
+ }
+
+ internal class _ProgressBarRenderer
+ {
+ }
+
+ internal class _ScrollViewRenderer
+ {
+ }
+
+ internal class _ToolbarRenderer
+ {
+ }
+
+ internal class _ActivityIndicatorRenderer
+ {
+ }
+
+ internal class _FrameRenderer
+ {
+ }
+
+ internal class _NavigationMenuRenderer
+ {
+ }
+
+ internal class _OpenGLViewRenderer
+ {
+ }
+
+ internal class _TabbedPageRenderer
+ {
+ }
+
+ internal class _NavigationPageRenderer
+ {
+ }
+
+ internal class _CarouselPageRenderer
+ {
+ }
+
+ internal class _PageRenderer
+ {
+ }
+
+ internal class _MasterDetailPageRenderer
+ {
+ }
+} \ No newline at end of file
diff --git a/Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj b/Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj
new file mode 100644
index 00000000..3b4e32c5
--- /dev/null
+++ b/Xamarin.Forms.Platform/Xamarin.Forms.Platform.csproj
@@ -0,0 +1,57 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
+ <PropertyGroup>
+ <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProjectGuid>{67F9D3A8-F71E-4428-913F-C37AE82CDB24}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Xamarin.Forms.Platform</RootNamespace>
+ <AssemblyName>Xamarin.Forms.Platform</AssemblyName>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
+ <FileAlignment>512</FileAlignment>
+ <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
+ <RestorePackages>true</RestorePackages>
+ <NuGetPackageImportStamp>9af32e5a</NuGetPackageImportStamp>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Include="Xamarin.Forms.Platform.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ </ItemGroup>
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
+ <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
+ <PropertyGroup>
+ <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
+ </PropertyGroup>
+ <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
+ </Target>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+</Project> \ No newline at end of file