summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Xaml/Xamarin.Forms.Xaml.csproj
blob: 8a53abf1e2adb72688f7b8dc3c36d5be3a0e7c1a (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
<?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>
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
  </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="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="FillResourceDictionariesVisitor.cs" />
    <Compile Include="ExpandMarkupsVisitor.cs" />
    <Compile Include="XamlCompilationAttribute.cs" />
    <Compile Include="TypeArgumentsParser.cs" />
    <Compile Include="PruneIgnoredNodesVisitor.cs" />
    <Compile Include="XamlFilePathAttribute.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>