11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0 " DefaultTargets = " Build " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Project ToolsVersion =" 15.0 " xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44 <PropertyGroup >
55 <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
66 <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{5D0E33D9-4322-4D2D-941A-49563D249613 }</ProjectGuid >
7+ <ProjectGuid >{8C6292CF-4A62-451A-900B-382D0BD55A61 }</ProjectGuid >
88 <OutputType >Library</OutputType >
99 <RootNamespace >Databasic.MySql</RootNamespace >
1010 <AssemblyName >Databasic.MySql</AssemblyName >
4343 <OptionInfer >On</OptionInfer >
4444 </PropertyGroup >
4545 <ItemGroup >
46- <Reference Include =" MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" >
47- <SpecificVersion >False</SpecificVersion >
48- <HintPath >obj\MySql.Data.dll</HintPath >
49- </Reference >
46+ <Reference Include =" MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL" />
5047 <Reference Include =" System" />
51- <Reference Include =" System.Core" />
5248 <Reference Include =" System.Data" />
49+ <Reference Include =" System.Core" />
5350 </ItemGroup >
5451 <ItemGroup >
5552 <Import Include =" Microsoft.VisualBasic" />
7875 <DependentUpon >Settings.settings</DependentUpon >
7976 <DesignTimeSharedInput >True</DesignTimeSharedInput >
8077 </Compile >
81- <Compile Include =" SqlError.vb" />
8278 <Compile Include =" ProviderResource.vb" />
79+ <Compile Include =" SqlError.vb" />
8380 <Compile Include =" Statement.vb" />
8481 <Compile Include =" Transaction.vb" />
8582 </ItemGroup >
@@ -134,11 +131,4 @@ PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '$(ProjectDir)_Cre
134131@cscript.exe PostBuild.wsf "%25wd%25"
135132@cd %25wd%25</PostBuildEvent >
136133 </PropertyGroup >
137- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
138- Other similar extension points exist, see Microsoft.Common.targets.
139- <Target Name="BeforeBuild">
140- </Target>
141- <Target Name="AfterBuild">
142- </Target>
143- -->
144134</Project >
0 commit comments