mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
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.
This commit is contained in:
15
packages/Mono.Data.Sqlite.Portable.1.0.3.5/build/wp8/Mono.Data.Sqlite.Portable.props
vendored
Normal file
15
packages/Mono.Data.Sqlite.Portable.1.0.3.5/build/wp8/Mono.Data.Sqlite.Portable.props
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user