mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
-
This commit is contained in:
@@ -34,16 +34,16 @@
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Chloe, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Chloe.SqlServer.2.6.0\lib\net40\Chloe.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>OtherDll\Chloe.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Chloe.SqlServer, Version=2.6.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\Chloe.SqlServer.2.6.0\lib\net40\Chloe.SqlServer.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>OtherDll\Chloe.SqlServer.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="SyntacticSugar, Version=2.4.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\SyntacticSugar.2.4.1\lib\net40\SyntacticSugar.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>OtherDll\SyntacticSugar.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core" />
|
||||
@@ -85,9 +85,6 @@
|
||||
<Compile Include="UnitTest\Setting\MapTable.cs" />
|
||||
<Compile Include="UnitTest\Update.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj">
|
||||
<Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
|
||||
@@ -96,6 +93,9 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="DataBase\script.sql" />
|
||||
<Content Include="OtherDll\Chloe.dll" />
|
||||
<Content Include="OtherDll\Chloe.SqlServer.dll" />
|
||||
<Content Include="OtherDll\SyntacticSugar.dll" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
BIN
OrmTest/OtherDll/Chloe.SqlServer.dll
Normal file
BIN
OrmTest/OtherDll/Chloe.SqlServer.dll
Normal file
Binary file not shown.
BIN
OrmTest/OtherDll/Chloe.dll
Normal file
BIN
OrmTest/OtherDll/Chloe.dll
Normal file
Binary file not shown.
BIN
OrmTest/OtherDll/SyntacticSugar.dll
Normal file
BIN
OrmTest/OtherDll/SyntacticSugar.dll
Normal file
Binary file not shown.
@@ -1,5 +0,0 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Chloe.SqlServer" version="2.6.0" targetFramework="net452" />
|
||||
<package id="SyntacticSugar" version="2.4.1" targetFramework="net452" />
|
||||
</packages>
|
Reference in New Issue
Block a user