Skip to content

Commit

Permalink
Easy to release
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne committed Sep 18, 2015
1 parent d3f06a3 commit 40cd46b
Show file tree
Hide file tree
Showing 40 changed files with 220 additions and 186 deletions.
8 changes: 4 additions & 4 deletions DataBase/Run_Build.cmd
Expand Up @@ -60,10 +60,10 @@ sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "Tables\dbo
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "Tables\dbo.Carousel.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "Tables\dbo.CarouselItem.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "Tables\dbo.CarouselWidget.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "Tables\dbo.CarouselItem.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "Tables\dbo.DataDictionary.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "Tables\dbo.HtmlWidget.Table.sql"
Expand Down Expand Up @@ -112,6 +112,8 @@ sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialDat
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialData\dbo.Carousel.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialData\dbo.CarouselWidget.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialData\dbo.CarouselItem.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialData\dbo.ProductCategory.Table.sql"
Expand Down Expand Up @@ -147,8 +149,6 @@ sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialDat
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialData\dbo.ArticleTypeWidget.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialData\dbo.CarouselWidget.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialData\dbo.HtmlWidget.Table.sql"
if %ERRORLEVEL% NEQ 0 goto errors
sqlcmd -S %server% -d %dataBase% -U %dbUserId% -P %dbPassword% -b -i "InitialData\dbo.ProductCategoryWidget.Table.sql"
Expand Down
Binary file modified Easy.CMS.Web.v12.suo
Binary file not shown.
Binary file modified Easy.CMS.Web/App_Data/DataBase.mdb
Binary file not shown.
13 changes: 8 additions & 5 deletions Easy.CMS.Web/Easy.CMS.Web.csproj
Expand Up @@ -44,12 +44,12 @@
<HintPath>..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Easy, Version=1.0.3.1, Culture=neutral, PublicKeyToken=1964c83ce4e03f58, processorArchitecture=MSIL">
<HintPath>..\packages\EasyFrameWork.1.0.3.1\lib\net40\Easy.dll</HintPath>
<Reference Include="Easy, Version=1.0.3.2, Culture=neutral, PublicKeyToken=1964c83ce4e03f58, processorArchitecture=MSIL">
<HintPath>..\packages\EasyFrameWork.1.0.3.2\lib\net40\Easy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Easy.Web, Version=1.0.3.1, Culture=neutral, PublicKeyToken=3aaa4da33a984374, processorArchitecture=MSIL">
<HintPath>..\packages\EasyFrameWork.Web.1.0.3.1\lib\net40\Easy.Web.dll</HintPath>
<Reference Include="Easy.Web, Version=1.0.3.2, Culture=neutral, PublicKeyToken=3aaa4da33a984374, processorArchitecture=MSIL">
<HintPath>..\packages\EasyFrameWork.Web.1.0.3.2\lib\net40\Easy.Web.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp">
Expand Down Expand Up @@ -256,7 +256,9 @@
<Content Include="Content\bootstrap\fonts\glyphicons-halflings-regular.eot" />
<Content Include="Content\bootstrap\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="Content\bootstrap\fonts\glyphicons-halflings-regular.woff" />
<None Include="Properties\PublishProfiles\PubLocal.pubxml" />
<None Include="Properties\PublishProfiles\PubLocal.pubxml">
<SubType>Designer</SubType>
</None>
<None Include="Scripts\jquery-1.8.2.intellisense.js" />
<Content Include="Images\bg1.jpg" />
<Content Include="Images\bg2.jpg" />
Expand Down Expand Up @@ -642,6 +644,7 @@
</Content>
<Content Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
<SubType>Designer</SubType>
</Content>
<Content Include="Content\Site.css" />
<Content Include="Scripts\_references.js" />
Expand Down
8 changes: 4 additions & 4 deletions Easy.CMS.Web/Modules/Article/Easy.CMS.Article.csproj
Expand Up @@ -44,12 +44,12 @@
<HintPath>..\..\..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Easy, Version=1.0.3.1, Culture=neutral, PublicKeyToken=1964c83ce4e03f58, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\EasyFrameWork.1.0.3.1\lib\net40\Easy.dll</HintPath>
<Reference Include="Easy, Version=1.0.3.2, Culture=neutral, PublicKeyToken=1964c83ce4e03f58, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\EasyFrameWork.1.0.3.2\lib\net40\Easy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Easy.Web, Version=1.0.3.1, Culture=neutral, PublicKeyToken=3aaa4da33a984374, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\EasyFrameWork.Web.1.0.3.1\lib\net40\Easy.Web.dll</HintPath>
<Reference Include="Easy.Web, Version=1.0.3.2, Culture=neutral, PublicKeyToken=3aaa4da33a984374, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\EasyFrameWork.Web.1.0.3.2\lib\net40\Easy.Web.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down
Expand Up @@ -11,7 +11,7 @@
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>True</ExcludeApp_Data>
<publishUrl>E:\GitHub\CMS\Release\Temp\Application\Modules\Article</publishUrl>
<publishUrl>E:\GitHub\CMS\Release\Application\Modules\Article</publishUrl>
<DeleteExistingFiles>True</DeleteExistingFiles>
<PrecompileBeforePublish>True</PrecompileBeforePublish>
<EnableUpdateable>True</EnableUpdateable>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<_PublishTargetUrl>E:\GitHub\CMS\Release\Temp\Application\Modules\Article</_PublishTargetUrl>
<_PublishTargetUrl>E:\GitHub\CMS\Release\Application\Modules\Article</_PublishTargetUrl>
</PropertyGroup>
<ItemGroup>
<File Include="bin/App_Web_1tjmsge0.dll">
Expand All @@ -28,16 +28,16 @@
<publishTime>09/08/2015 09:26:23</publishTime>
</File>
<File Include="bin/Easy.CMS.Article.dll">
<publishTime>09/17/2015 17:26:09</publishTime>
<publishTime>09/18/2015 15:32:41</publishTime>
</File>
<File Include="bin/Easy.dll">
<publishTime>09/17/2015 17:04:03</publishTime>
<publishTime>09/18/2015 15:12:58</publishTime>
</File>
<File Include="bin/Easy.Web.CMS.dll">
<publishTime>09/17/2015 17:25:06</publishTime>
<publishTime>09/18/2015 15:32:27</publishTime>
</File>
<File Include="bin/Easy.Web.dll">
<publishTime>09/17/2015 17:04:04</publishTime>
<publishTime>09/18/2015 15:27:42</publishTime>
</File>
<File Include="bin/edit.cshtml.1fab2d9e.compiled">
<publishTime>09/08/2015 09:26:23</publishTime>
Expand Down Expand Up @@ -160,10 +160,10 @@
<publishTime>10/23/2014 16:11:40</publishTime>
</File>
<File Include="packages.config">
<publishTime>09/17/2015 17:04:41</publishTime>
<publishTime>09/18/2015 15:28:03</publishTime>
</File>
<File Include="PrecompiledApp.config">
<publishTime>09/17/2015 17:26:11</publishTime>
<publishTime>09/18/2015 15:32:42</publishTime>
</File>
<File Include="Scripts/jquery-1.8.2.js">
<publishTime>07/02/2014 22:06:45</publishTime>
Expand Down Expand Up @@ -223,7 +223,7 @@
<publishTime>01/30/2015 22:47:00</publishTime>
</File>
<File Include="Views/Web.config">
<publishTime>07/27/2015 08:41:42</publishTime>
<publishTime>09/18/2015 14:56:57</publishTime>
</File>
<File Include="Views/Widget.ArticleDetail.cshtml">
<publishTime>08/31/2015 08:40:02</publishTime>
Expand All @@ -241,7 +241,7 @@
<publishTime>08/31/2015 08:40:02</publishTime>
</File>
<File Include="web.config">
<publishTime>09/17/2015 17:26:10</publishTime>
<publishTime>09/18/2015 15:32:41</publishTime>
</File>
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Easy.CMS.Web/Modules/Article/packages.config
Expand Up @@ -3,8 +3,8 @@
<package id="AspNetMvc" version="4.0.20710.0" targetFramework="net40" />
<package id="Autofac" version="3.5.2" targetFramework="net40" />
<package id="CommonServiceLocator" version="1.3" targetFramework="net40" />
<package id="EasyFrameWork" version="1.0.3.1" targetFramework="net40" />
<package id="EasyFrameWork.Web" version="1.0.3.1" targetFramework="net40" />
<package id="EasyFrameWork" version="1.0.3.2" targetFramework="net40" />
<package id="EasyFrameWork.Web" version="1.0.3.2" targetFramework="net40" />
<package id="Microsoft.AspNet.Mvc" version="4.0.40804.0" targetFramework="net40" />
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net40" />
Expand Down
51 changes: 26 additions & 25 deletions Easy.CMS.Web/Modules/Article/web.config
@@ -1,33 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>

<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31BF3856AD364E35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Easy" publicKeyToken="1964c83ce4e03f58" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.2.5" newVersion="1.0.2.5" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.data>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31BF3856AD364E35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Easy" publicKeyToken="1964c83ce4e03f58" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.3.2" newVersion="1.0.3.2" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<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.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
</DbProviderFactories>
</system.data></configuration>
</system.data>
</configuration>
8 changes: 4 additions & 4 deletions Easy.CMS.Web/Modules/Common/Easy.CMS.Common.csproj
Expand Up @@ -45,12 +45,12 @@
<HintPath>..\..\..\packages\Autofac.3.5.2\lib\net40\Autofac.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Easy, Version=1.0.3.1, Culture=neutral, PublicKeyToken=1964c83ce4e03f58, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\EasyFrameWork.1.0.3.1\lib\net40\Easy.dll</HintPath>
<Reference Include="Easy, Version=1.0.3.2, Culture=neutral, PublicKeyToken=1964c83ce4e03f58, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\EasyFrameWork.1.0.3.2\lib\net40\Easy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Easy.Web, Version=1.0.3.1, Culture=neutral, PublicKeyToken=3aaa4da33a984374, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\EasyFrameWork.Web.1.0.3.1\lib\net40\Easy.Web.dll</HintPath>
<Reference Include="Easy.Web, Version=1.0.3.2, Culture=neutral, PublicKeyToken=3aaa4da33a984374, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\EasyFrameWork.Web.1.0.3.2\lib\net40\Easy.Web.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.CSharp" />
Expand Down
Expand Up @@ -11,7 +11,7 @@
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>True</ExcludeApp_Data>
<publishUrl>E:\GitHub\CMS\Release\Temp\Application\Modules\Common</publishUrl>
<publishUrl>E:\GitHub\CMS\Release\Application\Modules\Common</publishUrl>
<DeleteExistingFiles>True</DeleteExistingFiles>
<PrecompileBeforePublish>True</PrecompileBeforePublish>
<EnableUpdateable>True</EnableUpdateable>
Expand Down
Expand Up @@ -6,7 +6,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<TimeStampOfAssociatedLegacyPublishXmlFile />
<_PublishTargetUrl>E:\GitHub\CMS\Release\Temp\Application\Modules\Common</_PublishTargetUrl>
<_PublishTargetUrl>E:\GitHub\CMS\Release\Application\Modules\Common</_PublishTargetUrl>
</PropertyGroup>
<ItemGroup>
<File Include="bin/App_Web_3e525ulu.dll">
Expand Down Expand Up @@ -67,16 +67,16 @@
<publishTime>09/08/2015 09:26:45</publishTime>
</File>
<File Include="bin/Easy.CMS.Common.dll">
<publishTime>09/18/2015 09:22:37</publishTime>
<publishTime>09/18/2015 15:32:50</publishTime>
</File>
<File Include="bin/Easy.dll">
<publishTime>09/17/2015 17:04:03</publishTime>
<publishTime>09/18/2015 15:12:58</publishTime>
</File>
<File Include="bin/Easy.Web.CMS.dll">
<publishTime>09/17/2015 17:25:06</publishTime>
<publishTime>09/18/2015 15:32:27</publishTime>
</File>
<File Include="bin/Easy.Web.dll">
<publishTime>09/17/2015 17:04:04</publishTime>
<publishTime>09/18/2015 15:27:42</publishTime>
</File>
<File Include="bin/edit.cshtml.37f34e2f.compiled">
<publishTime>09/08/2015 09:26:44</publishTime>
Expand Down Expand Up @@ -235,10 +235,10 @@
<publishTime>10/23/2014 16:11:50</publishTime>
</File>
<File Include="packages.config">
<publishTime>09/17/2015 17:04:10</publishTime>
<publishTime>09/18/2015 15:28:01</publishTime>
</File>
<File Include="PrecompiledApp.config">
<publishTime>09/18/2015 09:22:38</publishTime>
<publishTime>09/18/2015 15:32:50</publishTime>
</File>
<File Include="Scripts/jquery-1.8.2.js">
<publishTime>01/30/2015 22:48:00</publishTime>
Expand Down Expand Up @@ -352,7 +352,7 @@
<publishTime>09/09/2015 16:14:36</publishTime>
</File>
<File Include="Views/Web.config">
<publishTime>07/27/2015 08:41:42</publishTime>
<publishTime>09/18/2015 14:56:59</publishTime>
</File>
<File Include="Views/Widget.Carousel.cshtml">
<publishTime>09/16/2015 15:24:25</publishTime>
Expand Down Expand Up @@ -382,7 +382,7 @@
<publishTime>07/27/2015 16:34:27</publishTime>
</File>
<File Include="web.config">
<publishTime>09/17/2015 17:26:21</publishTime>
<publishTime>09/18/2015 15:32:50</publishTime>
</File>
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Easy.CMS.Web/Modules/Common/packages.config
Expand Up @@ -3,8 +3,8 @@
<package id="AspNetMvc" version="4.0.20710.0" targetFramework="net40" />
<package id="Autofac" version="3.5.2" targetFramework="net40" />
<package id="CommonServiceLocator" version="1.3" targetFramework="net40" />
<package id="EasyFrameWork" version="1.0.3.1" targetFramework="net40" />
<package id="EasyFrameWork.Web" version="1.0.3.1" targetFramework="net40" />
<package id="EasyFrameWork" version="1.0.3.2" targetFramework="net40" />
<package id="EasyFrameWork.Web" version="1.0.3.2" targetFramework="net40" />
<package id="Microsoft.AspNet.Mvc" version="4.0.40804.0" targetFramework="net40" />
<package id="Microsoft.AspNet.Razor" version="2.0.30506.0" targetFramework="net45" />
<package id="Microsoft.AspNet.WebPages" version="2.0.30506.0" targetFramework="net45" />
Expand Down
51 changes: 26 additions & 25 deletions Easy.CMS.Web/Modules/Common/web.config
@@ -1,33 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>

<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>
<system.web>
<compilation debug="true" targetFramework="4.0" />
</system.web>

<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31BF3856AD364E35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Easy" publicKeyToken="1964c83ce4e03f58" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.2.5" newVersion="1.0.2.5" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.data>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31BF3856AD364E35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.ServiceLocation" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
<bindingRedirect oldVersion="0.0.0.0-4.0.0.1" newVersion="4.0.0.1" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Easy" publicKeyToken="1964c83ce4e03f58" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.3.2" newVersion="1.0.3.2" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<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.7.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
</DbProviderFactories>
</system.data></configuration>
</system.data>
</configuration>

0 comments on commit 40cd46b

Please sign in to comment.