mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-02-27 16:50:33 +08:00
Update demo
This commit is contained in:
@@ -89,51 +89,10 @@
|
||||
<Compile Include="UnitTest\UThread2.cs" />
|
||||
<Compile Include="UnitTest\UThread3.cs" />
|
||||
<Compile Include="UnitTest\UValidate.cs" />
|
||||
<Compile Include="_OldTest\Demos\1_Query.cs" />
|
||||
<Compile Include="_OldTest\Demos\2_Update.cs" />
|
||||
<Compile Include="_OldTest\Demos\3_Insert.cs" />
|
||||
<Compile Include="_OldTest\Demos\4_Delete.cs" />
|
||||
<Compile Include="_OldTest\Demos\5_CodeFirst.cs" />
|
||||
<Compile Include="_OldTest\Demos\5_DbFirst.cs" />
|
||||
<Compile Include="_OldTest\Demos\6_ComplexModel.cs" />
|
||||
<Compile Include="_OldTest\Demos\7_Filter.cs" />
|
||||
<Compile Include="_OldTest\Demos\8_JoinSql.cs" />
|
||||
<Compile Include="_OldTest\Demos\9_Aop.cs" />
|
||||
<Compile Include="_OldTest\Demos\DemoBase.cs" />
|
||||
<Compile Include="_OldTest\Demos\H_Queue.cs" />
|
||||
<Compile Include="_OldTest\Models\DataTestInfo.cs" />
|
||||
<Compile Include="_OldTest\Models\DataTestInfo2.cs" />
|
||||
<Compile Include="_OldTest\Models\Enum.cs" />
|
||||
<Compile Include="_OldTest\Models\School.cs" />
|
||||
<Compile Include="_OldTest\Models\Student.cs" />
|
||||
<Compile Include="_OldTest\Models\ViewModelStudent.cs" />
|
||||
<Compile Include="_OldTest\PerformanceTesting\PerformanceBase.cs" />
|
||||
<Compile Include="_OldTest\PerformanceTesting\SqlSugarPerformance.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\DataTest.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Delete.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\ExpressionTest\Field.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\ExpressionTest\Method.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\ExpressionTest\Select.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\ExpressionTest\Where.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Insert.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Mapping .cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Query\JoinQuery.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Query\SelectQuery.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Query\SingleQuery.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Setting\Attribute.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Setting\AutoClose.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Setting\MapColumn.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Setting\MapTable.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\UnitTestBase.cs" />
|
||||
<Compile Include="_OldTest\UnitTest\Update.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="_OldTest\DataBase\SqlSugar4xTest.sqlite" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="_OldTest\OtherDll\SyntacticSugar.dll" />
|
||||
<Content Include="x64\SQLite.Interop.dll">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
||||
Reference in New Issue
Block a user