16
16
<AndroidUseLatestPlatformSdk >True</AndroidUseLatestPlatformSdk >
17
17
<AssemblyName >TodoAWS.Droid</AssemblyName >
18
18
<TargetFrameworkVersion >v5.0</TargetFrameworkVersion >
19
+ <NuGetPackageImportStamp >58061c8d</NuGetPackageImportStamp >
19
20
</PropertyGroup >
20
21
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
22
<DebugSymbols >true</DebugSymbols >
38
39
<ConsolePause >false</ConsolePause >
39
40
</PropertyGroup >
40
41
<ItemGroup >
42
+ <Reference Include =" FormsViewGroup, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
43
+ <SpecificVersion >False</SpecificVersion >
44
+ <HintPath >..\packages\Xamarin.Forms.1.5.0.6446\lib\MonoAndroid10\FormsViewGroup.dll</HintPath >
45
+ </Reference >
41
46
<Reference Include =" System" />
42
47
<Reference Include =" System.Xml" />
43
48
<Reference Include =" System.Core" />
76
81
<Reference Include =" AWSSDK.CognitoIdentity" >
77
82
<HintPath >..\packages\AWSSDK.CognitoIdentity.3.1.0.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid10+xamarinios10+MonoTouch10\AWSSDK.CognitoIdentity.dll</HintPath >
78
83
</Reference >
79
- <Reference Include =" Xamarin.Forms.Platform.Android" >
80
- <HintPath >..\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath >
81
- </Reference >
82
- <Reference Include =" FormsViewGroup" >
83
- <HintPath >..\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\FormsViewGroup.dll</HintPath >
84
+ <Reference Include =" Xamarin.Forms.Core, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
85
+ <SpecificVersion >False</SpecificVersion >
86
+ <HintPath >..\packages\Xamarin.Forms.1.5.0.6446\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath >
84
87
</Reference >
85
- <Reference Include =" Xamarin.Forms.Core" >
86
- <HintPath >..\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Core.dll</HintPath >
88
+ <Reference Include =" Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
89
+ <SpecificVersion >False</SpecificVersion >
90
+ <HintPath >..\packages\Xamarin.Forms.1.5.0.6446\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath >
87
91
</Reference >
88
- <Reference Include =" Xamarin.Forms.Xaml" >
89
- <HintPath >..\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath >
92
+ <Reference Include =" Xamarin.Forms.Platform.Android, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
93
+ <SpecificVersion >False</SpecificVersion >
94
+ <HintPath >..\packages\Xamarin.Forms.1.5.0.6446\lib\MonoAndroid10\Xamarin.Forms.Platform.Android.dll</HintPath >
90
95
</Reference >
91
- <Reference Include =" Xamarin.Forms.Platform" >
92
- <HintPath >..\packages\Xamarin.Forms.1.4.4.6392\lib\MonoAndroid10\Xamarin.Forms.Platform.dll</HintPath >
96
+ <Reference Include =" Xamarin.Forms.Xaml, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
97
+ <SpecificVersion >False</SpecificVersion >
98
+ <HintPath >..\packages\Xamarin.Forms.1.5.0.6446\lib\MonoAndroid10\Xamarin.Forms.Xaml.dll</HintPath >
93
99
</Reference >
94
100
</ItemGroup >
95
101
<ItemGroup >
125
131
</ItemGroup >
126
132
<Import Project =" $(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
127
133
<Import Project =" ..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets" Condition =" Exists('..\packages\Microsoft.Bcl.Build.1.0.21\build\Microsoft.Bcl.Build.targets')" />
128
- <Import Project =" ..\packages\Xamarin.Forms.1.4.4.6392\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition =" Exists('..\packages\Xamarin.Forms.1.4.4.6392\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
134
+ <Import Project =" ..\packages\Xamarin.Forms.1.5.0.6446\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets" Condition =" Exists('..\packages\Xamarin.Forms.1.5.0.6446\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" />
135
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
136
+ <PropertyGroup >
137
+ <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 >
138
+ </PropertyGroup >
139
+ <Error Condition =" !Exists('..\packages\Xamarin.Forms.1.5.0.6446\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\Xamarin.Forms.1.5.0.6446\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\Xamarin.Forms.targets'))" />
140
+ </Target >
129
141
</Project >
0 commit comments