forked from ericsink/SQLitePCL.raw
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDirectory.Build.props
34 lines (34 loc) · 1.93 KB
/
Directory.Build.props
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
<!--This file is automatically generated-->
<Project>
<PropertyGroup>
<Copyright>Copyright 2014-2022 SourceGear, LLC</Copyright>
<Company>SourceGear</Company>
<Authors>Eric Sink</Authors>
<Version>2.1.1-pre20220726160216</Version>
<AssemblyVersion>2.1.1.1667</AssemblyVersion>
<FileVersion>2.1.1.1667</FileVersion>
<Description>SQLitePCLRaw is a Portable Class Library (PCL) for low-level (raw) access to SQLite</Description>
<ProviderLangVersion>10.0</ProviderLangVersion>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<PackageTags>sqlite</PackageTags>
<RepositoryUrl>https://github.com/ericsink/SQLitePCL.raw</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageOutputPath>$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), 'nupkgs'))</PackageOutputPath>
<cb_bin_path>$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), '..', 'cb', 'bld', 'bin'))</cb_bin_path>
<src_path>$([System.IO.Path]::Combine($(MSBuildThisFileDirectory), 'src'))</src_path>
<pkg_version_for_testing>$(Version)</pkg_version_for_testing>
<depversion_xunit>2.4.1</depversion_xunit>
<depversion_xunit_runner_visualstudio>2.4.1</depversion_xunit_runner_visualstudio>
<depversion_microsoft_net_test_sdk>15.0.0</depversion_microsoft_net_test_sdk>
<tfm_classic_android>monoandroid9.0</tfm_classic_android>
<tfm_classic_ios>xamarin.ios10</tfm_classic_ios>
<tfm_net6_ios>net6.0-ios14.2</tfm_net6_ios>
<tfm_net6_tvos>net6.0-tvos10</tfm_net6_tvos>
<tfm_net6_maccatalyst>net6.0-ios14.0</tfm_net6_maccatalyst>
<tfm_net6_android>net6.0-android</tfm_net6_android>
<!--The NoNFloatUsing below is a workaround for xamarin/xamarin-macios/#14434-->
<NoNFloatUsing>true</NoNFloatUsing>
</PropertyGroup>
</Project>