Files
SabreTools/packages/Mono.Data.Sqlite.Portable.1.0.3.5/build/wp8/Mono.Data.Sqlite.Portable.props

16 lines
613 B
Plaintext
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Windows Phone 8 properties -->
<PropertyGroup>
<MonoDataSqlitePortableHardware>wp8</MonoDataSqlitePortableHardware>
</PropertyGroup>
<!-- pre-build error checks -->
<Target Name="ValidateMonoDataSqlitePreRequisites" BeforeTargets="BeforeBuild">
<Error Condition=" '$(Platform)' != 'ARM' and '$(Platform)' != 'x86' "
Text="Mono.Data.Sqlite.Portable for Windows Phone 8 can only be used in builds that target x86 or ARM." />
</Target>
</Project>