summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Build.Tasks/Xamarin.Forms.Build.Tasks.csproj
blob: ef10720d1a5a5795cb3be316cfe6b3a56c9b718a (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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<?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>{96D89208-4EB9-4451-BE73-8A9DF3D9D7B7}</ProjectGuid>
    <OutputType>Library</OutputType>
    <RootNamespace>Xamarin.Forms.Build.Tasks</RootNamespace>
    <AssemblyName>Xamarin.Forms.Build.Tasks</AssemblyName>
    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
    <RestorePackages>true</RestorePackages>
  </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>
    <NoWarn></NoWarn>
  </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>
    <NoWarn></NoWarn>
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Turkey|AnyCPU'">
    <DebugSymbols>true</DebugSymbols>
    <OutputPath>bin\Turkey\</OutputPath>
    <DefineConstants>DEBUG;</DefineConstants>
    <DebugType>full</DebugType>
    <PlatformTarget>AnyCPU</PlatformTarget>
    <ErrorReport>prompt</ErrorReport>
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
    <NoWarn></NoWarn>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="Microsoft.Build.Framework" />
    <Reference Include="Microsoft.Build.Utilities.v4.0" />
    <Reference Include="Microsoft.Build" />
    <Reference Include="System.Xml" />
    <Reference Include="Microsoft.Build.Tasks.v4.0" />
    <Reference Include="Mono.Cecil">
      <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.dll</HintPath>
    </Reference>
    <Reference Include="Mono.Cecil.Mdb">
      <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Mdb.dll</HintPath>
    </Reference>
    <Reference Include="Mono.Cecil.Pdb">
      <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Pdb.dll</HintPath>
    </Reference>
    <Reference Include="Mono.Cecil.Rocks">
      <HintPath>..\packages\Mono.Cecil.0.9.6.4\lib\net45\Mono.Cecil.Rocks.dll</HintPath>
    </Reference>
  </ItemGroup>
  <ItemGroup>
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="XamlGTask.cs" />
    <Compile Include="ILContext.cs" />
    <Compile Include="CreateObjectVisitor.cs" />
    <Compile Include="SetPropertiesVisitor.cs" />
    <Compile Include="SetFieldVisitor.cs" />
    <Compile Include="TypeReferenceExtensions.cs" />
    <Compile Include="NodeILExtensions.cs" />
    <Compile Include="ILProcessorExtensions.cs" />
    <Compile Include="ExpandMarkupsVisitor.cs" />
    <Compile Include="SetNamescopesAndRegisterNamesVisitor.cs" />
    <Compile Include="MethodReferenceExtensions.cs" />
    <Compile Include="XamlCTask.cs" />
    <Compile Include="DebugXamlCTask.cs" />
    <Compile Include="ILRootNode.cs" />
    <Compile Include="XmlTypeExtensions.cs" />
    <Compile Include="SetResourcesVisitor.cs" />
    <Compile Include="TypeDefinitionExtensions.cs" />
    <Compile Include="FieldReferenceExtensions.cs" />
    <Compile Include="PropertyDefinitionExtensions.cs" />
    <Compile Include="XamlCAssemblyResolver.cs" />
    <Compile Include="FixedCreateCSharpManifestResourceName.cs" />
    <Compile Include="MethodDefinitionExtensions.cs" />
    <Compile Include="CompiledMarkupExtensions\StaticExtension.cs" />
    <Compile Include="CompiledMarkupExtensions\ICompiledMarkupExtension.cs" />
    <Compile Include="BindablePropertyReferenceExtensions.cs" />
    <Compile Include="CompiledConverters\BindablePropertyConverter.cs" />
    <Compile Include="CompiledConverters\BindingTypeConverter.cs" />
    <Compile Include="CompiledConverters\BoundsTypeConverter.cs" />
    <Compile Include="CompiledConverters\ColorTypeConverter.cs" />
    <Compile Include="CompiledConverters\ICompiledTypeConverter.cs" />
    <Compile Include="CompiledConverters\LayoutOptionsConverter.cs" />
    <Compile Include="CompiledConverters\RectangleTypeConverter.cs" />
    <Compile Include="Logger.cs" />
    <Compile Include="XamlTask.cs" />
    <Compile Include="CompiledMarkupExtensions\ArrayExtension.cs" />
    <Compile Include="CompiledConverters\ConstraintTypeConverter.cs" />
    <Compile Include="CompiledConverters\ThicknessTypeConverter.cs" />
    <Compile Include="MethodBodyExtensions.cs" />
    <Compile Include="CompiledConverters\TypeTypeConverter.cs" />
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <Target Name="AfterBuild">
    <ItemGroup>
      <_CopyItems Include="$(TargetDir)*.dll" />
    </ItemGroup>
    <Copy SourceFiles="@(_CopyItems)" DestinationFolder="..\.nuspec\" ContinueOnError="true" />
  </Target>
  <ItemGroup>
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Xamarin.Forms.Xaml\Xamarin.Forms.Xaml.csproj">
      <Project>{9DB2F292-8034-4E06-89AD-98BBDA4306B9}</Project>
      <Name>Xamarin.Forms.Xaml</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>
    <Folder Include="CompiledMarkupExtensions\" />
  </ItemGroup>
  <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>
  <ItemGroup>
    <Folder Include="CompiledConverters\" />
  </ItemGroup>
</Project>