Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge with repo owner #384

Open
wants to merge 85 commits into
base: feature/FAKE_Build
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
85 commits
Select commit Hold shift + click to select a range
182ddf2
core: Fix bug where ISerializable<DateTime> was not deserialized as Utc
oysteinkrog Apr 26, 2015
47032dd
tests: Improve DateTime tests
oysteinkrog Apr 26, 2015
db3cc6b
Remove use of JetBrains.Annotations nuget
oysteinkrog Apr 26, 2015
ef5b4d9
core: Add some NotNull annotations
oysteinkrog Apr 26, 2015
5497683
platform/WP8: Update sqlite-net-wp8 dep to 3.8.5
oysteinkrog Apr 26, 2015
46c60ec
nuget: Specify WP8 dep on sqlite-net-wp8
oysteinkrog Apr 26, 2015
be7dc6a
version: 3.0.5
oysteinkrog Apr 26, 2015
50df1a2
Update README.mdown
oysteinkrog Apr 26, 2015
0c05cac
Added SourceID support throughout platforms (marshals to sqlite3_sour…
thornley-touchstar Apr 27, 2015
00bf08c
add non-generic droptable
Apr 28, 2015
a3568d2
add non generic DeleteAll method
Apr 28, 2015
086c054
add non generic async versions of deleteallasync and droptableasync
Apr 28, 2015
d467b26
Merge pull request #174 from kreuzhofer/master
oysteinkrog Apr 28, 2015
dd15dd4
* Fixed DLLImport reference for Win32.
thornley-touchstar May 4, 2015
bbda6b5
* Corrected DLLImport name usage (now consistently using DllName cons…
thornley-touchstar May 4, 2015
97c79c9
Adds (optional) ctor parameters from SQLiteConnection to SQLiteConnec…
May 9, 2015
d835e97
Merge pull request #179 from rheinspree/master
oysteinkrog May 13, 2015
4edaa44
Added support for OpenFlags in SQLiteConnectionString
May 7, 2015
f008229
Merge branch 'pr/177'
oysteinkrog May 13, 2015
3231d2d
Merge pull request #172 from TouchStar/master
oysteinkrog May 13, 2015
54225ca
* SourceID() is now marshalling API with PtrToStringAnsi(). The under…
thornley-touchstar May 19, 2015
e04722a
Merge pull request #180 from TouchStar/master
oysteinkrog Jun 6, 2015
b6ced91
Adds optional parameter nativeInteropSearchPath to SQLiteApiWin32() t…
Jun 9, 2015
d280b75
Added InsertOrIgnore and InsertOrIgnoreAll methods
Jul 1, 2015
d808bb9
Added InsertOrIgnoreAsync, InsertOrIgnoreAsync, and GetMappingAsync m…
Jul 1, 2015
ca30f86
InsertOrIgnoreAsync & InsertOrIgnoreAllAsync Unit Tests added
Jul 1, 2015
a93f000
InsertOrIgnore unit test added
Jul 1, 2015
e5712b4
Added Unit Test for GetMappingAsync<T>
Jul 1, 2015
a748ef4
Added OSX platform (included sqlite dylib version is 3.8.11.1 (300801…
tmarti Aug 1, 2015
27ec761
Split SQLite.Net so that other platforms can be created.
mattleibow Aug 24, 2015
762c17d
Merge pull request #208 from mattleibow/split-nuget
oysteinkrog Aug 24, 2015
a34a7a8
Merge pull request #189 from rheinspree/feature/Win32InteropPathDirec…
oysteinkrog Aug 24, 2015
584e8c5
Merge pull request #199 from tmarti/platform_osx
oysteinkrog Sep 3, 2015
371d23a
Merge pull request #193 from pkhandelwal-bluetube/master
oysteinkrog Sep 3, 2015
2ee41fa
Allow migrating a single entity #216
Sep 16, 2015
61557e0
Merge pull request #218 from molinch/mig-sig-entity3
oysteinkrog Sep 18, 2015
64f673a
Fix #222
Oct 2, 2015
6e8fd09
Merge pull request #223 from molinch/my-master
oysteinkrog Oct 15, 2015
21e1f55
sln: Update for VS2015
oysteinkrog Sep 5, 2015
806942d
tests: Rewrite tests to use PCLStorage
oysteinkrog Mar 10, 2015
ac96b4f
tests: Remove use of SQLiteConnectionPool
oysteinkrog Sep 5, 2015
50b4c6d
core/ConnectionPool: Mark SQLiteConnectionPool as obsolete
oysteinkrog Sep 5, 2015
8e5d6ec
sln: Fix build configs
oysteinkrog Sep 5, 2015
bedcf0a
android: Update auto-generated files
oysteinkrog Sep 5, 2015
393c672
tests: Remove #if for platform in each test
oysteinkrog Sep 5, 2015
731e21a
tests: Update nugets (nunit + BCL stuff)
oysteinkrog Sep 5, 2015
f44235b
tests: Fix WinRT tests, add sqlite-native nuget
oysteinkrog Sep 14, 2015
0939b4f
core/SQLiteCommand: Minor refactor
oysteinkrog Nov 5, 2015
67a47c5
core/SQLiteCommand: Fix bug where DateTime was serialized using curre…
oysteinkrog Nov 5, 2015
c98aaec
core/SQLiteCommand: Make the DateTime serialization format a const
oysteinkrog Nov 5, 2015
ebe81c8
core: Remove duplicate using
oysteinkrog Nov 5, 2015
16c870c
version: Bump to 3.1
oysteinkrog Nov 5, 2015
abcc81c
core+async: Enable TreatWarningsAsErrors
oysteinkrog Nov 5, 2015
5d04f7c
sln: Move OSX tests project into tests folder
oysteinkrog Nov 5, 2015
0de70e2
version: Bump to 3.1.1
oysteinkrog Nov 6, 2015
caaa1a0
appveyor: Fix (rename yml file to lowercase)
tofutim Nov 11, 2015
86bbd44
sln/OSS: Fix appveyor build
oysteinkrog Nov 14, 2015
88f555e
remove sqlite.txt referenced in Tests.WinRT
tofutim Nov 12, 2015
242fac3
Changes needed to compile in VS2015 w/ latest Xamarin
tofutim Nov 11, 2015
ebc63d3
Fix #243 by targeting a DivideByZeroException as the unsupported type…
tofutim Nov 11, 2015
68a16f0
add ExecuteNonQueryAsync
tofutim Nov 12, 2015
b6af096
set journal_mode and busy_timeout to try to get async stress test to …
tofutim Nov 12, 2015
715ac57
add extra debugging info into test
tofutim Nov 12, 2015
31f24c3
Add _locker to PreparedSqlLiteInsertCommand to pass StressAsync
tofutim Nov 13, 2015
6225a6f
Fix #244 StressAsync test
tofutim Nov 13, 2015
0b6f093
Merge branch 'fixups/tofutim'
oysteinkrog Nov 14, 2015
bdfd9f4
appveyor: Specify running only Win32 tests
oysteinkrog Nov 14, 2015
939431e
readme: Add Appveyor build status badge
oysteinkrog Nov 14, 2015
b029393
core: Fix comment error
oysteinkrog Nov 14, 2015
8cd9e0e
GetString is a bit different in WINRT and WINDOWS_PHONE
tofutim Nov 12, 2015
d314c79
Allowing SQLiteAPiWinRT to receive address for temp folder. For class…
RezaJooyandeh Dec 10, 2015
377cc65
Merge pull request #265 from Reza1024/master
oysteinkrog Jan 25, 2016
1c2b3c0
Fix an issue that miscount length of a query including non-ascii char…
Apr 27, 2016
1c6fc1d
Implemented an interface to allow for column information to be determ…
May 10, 2016
a6230f2
Allows setting the ColumnInformationProvider to null on the SQLiteCon…
May 10, 2016
9ea7d44
Added support for Ignore and Column Name to the property information …
May 11, 2016
b4bc481
Switched assignment from using C# 6 syntax to fix build issue
May 11, 2016
3c6a33b
Fixed unit tests
May 11, 2016
ff63d8e
Merge pull request #294 from Yukinobu-Mine/non_ascii_query
oysteinkrog May 22, 2016
77662f8
Adding support for using WinSQLite.dll from WinRT which is built into…
Apr 28, 2016
9c8a4ae
Merge pull request #295 from ali-hk/master
oysteinkrog May 22, 2016
5088533
Merge pull request #298 from eclipsed4utoo/master
oysteinkrog May 22, 2016
f1737ac
Added support for REPLACE-function in WHERE-clause
mpumcubido Jun 3, 2016
89a5a76
Merge pull request #305 from crazyfx1/master
oysteinkrog Jun 4, 2016
61a4a0c
Update README.mdown
oysteinkrog Sep 27, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Appveyor.yml

This file was deleted.

18 changes: 13 additions & 5 deletions README.mdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[![Build status](https://ci.appveyor.com/api/projects/status/ujwbkk2bp3ipnoxg?svg=true)](https://ci.appveyor.com/project/oysteinkrog/sqlite-net-pcl)

This project is no longer actively maintained!

# Fork

This is a fork of the original sqlite-net library (https://github.com/praeclarum/sqlite-net), which aims to improve the code quality by using modern technologies such as PCL (portable class library).
Expand All @@ -15,15 +19,13 @@ This project uses semantic versioning.
# API Changes

As part of the cleanup there are now some API changes.

For the most part I hope these are self-explanatory, but here is a non-exhaustive list of changes.

## SQLiteConnection
You now have to pass in an implementation of ISQlitePlatform in the SQLiteConnectionWithLock and SQLiteConnection constructors.
The correct platform implementation is automatically added to the project.

I provide ready-made implementations of this class, please use one of these [nugets](https://www.nuget.org/profiles/oystein.krog/).

At the moment these platforms have nugets available:
At the moment these platforms are supported:
- Win32 (bundles sqlite binaries for windows, works on both x86 and x64 automatically) (very well tested)
- XamarinIOS and XamarinIOS.Unified
- XamarinAndroid
Expand All @@ -32,7 +34,7 @@ At the moment these platforms have nugets available:
- Generic (net4 project without any sqlite3 binaries, requires sqlite installed in the OS) (contributed by James Ottaway)

Note:
To use the WP8/WinRT platform you must install the "SQLite for Windows Phone"/"SQLite for Windows" VSIX extension.
To use the WP8.1/WinRT platform you must install the "SQLite for Windows Phone"/"SQLite for Windows" VSIX extension.
Then, in the project, add a reference to the extension (in the Extensions section of the Add Reference dialog)
If you have problems with signed apps take a look here: https://github.com/oysteinkrog/SQLite.Net-PCL/issues/25

Expand All @@ -46,6 +48,12 @@ new SQLiteAsyncConnection(()=>_sqliteConnectionWithLock);
Please be aware that the Task.Run pattern used in SQLiteAsyncConnection can be considered an anti-pattern (libraries should not provide async methods unless they are truly async).
This class is maintained for backwards compatability and for use-cases where async-isolation is handy.

## DateTime serialization

DateTime serialization is changed, in order to be consistent.
When using the storeDateTimeAsTicks option, the DateTime is now serialized as Utc, and the returned DateTime is also in Utc.
You can get the local time by using dateTime.ToLocalTime()

# SQLite.Net

SQLite.Net is an open source, minimal library to allow .NET and Mono applications to store data in [http://www.sqlite.org SQLite 3 databases]. It is written in C# and is meant to be simply compiled in with your projects. It was first designed to work with [MonoTouch](http://xamarin.com) on the iPhone, but has grown up to work on all the platforms (Mono for Android, .NET, Silverlight, WP7, WinRT, Azure, etc.).
Expand Down
98 changes: 0 additions & 98 deletions SQLite.Net.OSS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -356,102 +356,6 @@ Global
{3AB34E91-8E1A-442F-8E66-2494B371A890}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{3AB34E91-8E1A-442F-8E66-2494B371A890}.Release|x64.ActiveCfg = Release|Any CPU
{3AB34E91-8E1A-442F-8E66-2494B371A890}.Release|x86.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|ARM.Build.0 = Release|ARM
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|x64.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|x86.ActiveCfg = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Ad-Hoc|x86.Build.0 = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|Any CPU.Build.0 = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|ARM.ActiveCfg = Release|ARM
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|ARM.Build.0 = Release|ARM
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|iPhone.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|Mixed Platforms.ActiveCfg = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|Mixed Platforms.Build.0 = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|x64.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|x86.ActiveCfg = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.AppStore|x86.Build.0 = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|ARM.ActiveCfg = Debug|ARM
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|ARM.Build.0 = Debug|ARM
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|iPhone.ActiveCfg = Debug|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|Mixed Platforms.Build.0 = Debug|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|x64.ActiveCfg = Debug|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|x86.ActiveCfg = Debug|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Debug|x86.Build.0 = Debug|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|Any CPU.Build.0 = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|ARM.ActiveCfg = Release|ARM
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|ARM.Build.0 = Release|ARM
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|iPhone.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|Mixed Platforms.ActiveCfg = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|Mixed Platforms.Build.0 = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|x64.ActiveCfg = Release|Any CPU
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|x86.ActiveCfg = Release|x86
{38AF8105-65B6-4A14-A258-1137D9E40EF1}.Release|x86.Build.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|Any CPU.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|ARM.ActiveCfg = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|ARM.Build.0 = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|ARM.Deploy.0 = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|iPhone.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|Mixed Platforms.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|Mixed Platforms.Build.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|Mixed Platforms.Deploy.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|x64.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|x86.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|x86.Build.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Ad-Hoc|x86.Deploy.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|Any CPU.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|ARM.ActiveCfg = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|ARM.Build.0 = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|ARM.Deploy.0 = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|iPhone.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|iPhoneSimulator.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|Mixed Platforms.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|Mixed Platforms.Build.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|Mixed Platforms.Deploy.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|x64.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|x86.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|x86.Build.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.AppStore|x86.Deploy.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|Any CPU.ActiveCfg = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|ARM.ActiveCfg = Debug|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|ARM.Build.0 = Debug|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|ARM.Deploy.0 = Debug|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|iPhone.ActiveCfg = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|iPhoneSimulator.ActiveCfg = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|Mixed Platforms.Build.0 = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|Mixed Platforms.Deploy.0 = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|x64.ActiveCfg = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|x86.ActiveCfg = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|x86.Build.0 = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Debug|x86.Deploy.0 = Debug|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|Any CPU.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|ARM.ActiveCfg = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|ARM.Build.0 = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|ARM.Deploy.0 = Release|ARM
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|iPhone.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|iPhoneSimulator.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|Mixed Platforms.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|Mixed Platforms.Build.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|Mixed Platforms.Deploy.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|x64.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|x86.ActiveCfg = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|x86.Build.0 = Release|x86
{46DF3E43-6B65-4C3D-8911-64FCC301040F}.Release|x86.Deploy.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand All @@ -462,7 +366,5 @@ Global
{F662E15A-8753-468E-A67E-3FCF45F12B89} = {59584026-7610-4CD5-A74E-D2B0A2E1CE87}
{C129735F-5D4B-40BE-9410-F43E548FFF5E} = {0C4021EF-617B-4620-ADD3-A702B4F9FA86}
{9E5D6B89-B69B-486B-9F7B-406BE8690589} = {49C7015B-F41A-47A6-8200-B925902E74E9}
{38AF8105-65B6-4A14-A258-1137D9E40EF1} = {59584026-7610-4CD5-A74E-D2B0A2E1CE87}
{46DF3E43-6B65-4C3D-8911-64FCC301040F} = {0C4021EF-617B-4620-ADD3-A702B4F9FA86}
EndGlobalSection
EndGlobal
Loading