|
|
@ -31,8 +31,9 @@ |
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="MySql.Data, Version=6.9.9.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
|
|
|
<HintPath>..\packages\MySql.Data.6.9.9\lib\net40\MySql.Data.dll</HintPath> |
|
|
|
<Reference Include="MySql.Data, Version=6.2.1.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
|
<HintPath>Lib\MySql.Data.dll</HintPath> |
|
|
|
</Reference> |
|
|
|
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
|
|
|
<SpecificVersion>False</SpecificVersion> |
|
|
@ -44,7 +45,6 @@ |
|
|
|
<Reference Include="System.Data.DataSetExtensions" /> |
|
|
|
<Reference Include="Microsoft.CSharp" /> |
|
|
|
<Reference Include="System.Data" /> |
|
|
|
<Reference Include="System.Net.Http" /> |
|
|
|
<Reference Include="System.Xml" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
@ -176,6 +176,7 @@ |
|
|
|
<Compile Include="SqlSugarClient.cs" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Content Include="Lib\MySql.Data.dll" /> |
|
|
|
<Content Include="Lib\Newtonsoft.Json.dll" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
@ -184,7 +185,6 @@ |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="app.config" /> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
|
|