Files
SabreTools/packages/Mono.Data.Sqlite.Portable.1.0.3.5/build/wp8/Mono.Data.Sqlite.Portable.props
Matt Nadareski 39b66ed8a1 Let's be Mono friendly
This is a massive overhaul that replaces System.Data.SQLite with Mono.Data.Sqlite. This should make it more compatible with Linux and Mac and has no known downsides for Windows.
2016-04-20 17:02:15 -07:00

16 lines
613 B
XML

<?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>