Saving work to apply merge changes

Currently moving .name to .Name and things like that from Item
This commit is contained in:
Lucas Nicodemus 2017-04-19 17:12:38 -06:00
parent d50fa2fbc4
commit 2a5efa65ae
No known key found for this signature in database
GPG key ID: CEE668CCE1BF2C7C
7 changed files with 54 additions and 45 deletions

9
TShockAPI/web.config Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.data>
<DbProviderFactories>
<remove invariant="MySql.Data.MySqlClient" />
<add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
</DbProviderFactories>
</system.data>
</configuration>