summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj')
-rw-r--r--Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj92
1 files changed, 92 insertions, 0 deletions
diff --git a/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj b/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
new file mode 100644
index 00000000..9c60ec98
--- /dev/null
+++ b/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
@@ -0,0 +1,92 @@
+<?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>
+ <ProductVersion>12.0.0</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{9DB2F292-8034-4E06-89AD-98BBDA4306B9}</ProjectGuid>
+ <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
+ <OutputType>Library</OutputType>
+ <RootNamespace>Xamarin.Forms.Xaml</RootNamespace>
+ <AssemblyName>Xamarin.Forms.Xaml</AssemblyName>
+ <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
+ </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>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>full</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release</OutputPath>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <ConsolePause>false</ConsolePause>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'">
+ <DebugSymbols>true</DebugSymbols>
+ <OutputPath>bin\Turkey\</OutputPath>
+ <DefineConstants>DEBUG;</DefineConstants>
+ <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
+ <DebugType>full</DebugType>
+ <PlatformTarget>AnyCPU</PlatformTarget>
+ <ErrorReport>prompt</ErrorReport>
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
+ <ItemGroup>
+ <Compile Include="..\Xamarin.Forms.Core\Properties\GlobalAssemblyInfo.cs">
+ <Link>Properties\GlobalAssemblyInfo.cs</Link>
+ </Compile>
+ <Compile Include="MarkupExtensions\TemplateBindingExtension.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="MarkupExpressionParser.cs" />
+ <Compile Include="ViewExtensions.cs" />
+ <Compile Include="XamlLoader.cs" />
+ <Compile Include="XamlNode.cs" />
+ <Compile Include="XamlServiceProvider.cs" />
+ <Compile Include="XmlnsHelper.cs" />
+ <Compile Include="IExpressionParser.cs" />
+ <Compile Include="MarkupExtensionParser.cs" />
+ <Compile Include="TypeConversionExtensions.cs" />
+ <Compile Include="IDictionaryExtensions.cs" />
+ <Compile Include="MarkupExtensions\NullExtension.cs" />
+ <Compile Include="MarkupExtensions\ReferenceExtension.cs" />
+ <Compile Include="MarkupExtensions\StaticExtension.cs" />
+ <Compile Include="MarkupExtensions\TypeExtension.cs" />
+ <Compile Include="MarkupExtensions\ArrayExtension.cs" />
+ <Compile Include="XmlName.cs" />
+ <Compile Include="XamlNodeVisitor.cs" />
+ <Compile Include="NamescopingVisitor.cs" />
+ <Compile Include="CreateValuesVisitor.cs" />
+ <Compile Include="ApplyPropertiesVisitor.cs" />
+ <Compile Include="HydratationContext.cs" />
+ <Compile Include="RegisterXNamesVisitor.cs" />
+ <Compile Include="XamlParser.cs" />
+ <Compile Include="MarkupExtensions\BindingExtension.cs" />
+ <Compile Include="MarkupExtensions\StaticResourceExtension.cs" />
+ <Compile Include="MarkupExtensions\DynamicResourceExtension.cs" />
+ <Compile Include="ValueConverterProvider.cs" />
+ <Compile Include="FillResourceDictionariesVisitor.cs" />
+ <Compile Include="ExpandMarkupsVisitor.cs" />
+ <Compile Include="XamlCompilationAttribute.cs" />
+ <Compile Include="TypeArgumentsParser.cs" />
+ </ItemGroup>
+ <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
+ <ItemGroup>
+ <ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
+ <Project>{57B8B73D-C3B5-4C42-869E-7B2F17D354AC}</Project>
+ <Name>Xamarin.Forms.Core</Name>
+ </ProjectReference>
+ </ItemGroup>
+ <ItemGroup />
+</Project> \ No newline at end of file