This commit is contained in:
sunkaixuan
2017-05-17 01:36:06 +08:00
parent 6c1df23df1
commit 753543bd4b
2 changed files with 8 additions and 1 deletions

View File

@@ -89,7 +89,9 @@
<Name>SqlSugar</Name> <Name>SqlSugar</Name>
</ProjectReference> </ProjectReference>
</ItemGroup> </ItemGroup>
<ItemGroup /> <ItemGroup>
<Folder Include="Demo\" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

View File

@@ -27,8 +27,13 @@ namespace OrmTest
//new AutoClose(1).Init(); //new AutoClose(1).Init();
//new Insert(1).Init(); //new Insert(1).Init();
new Delete(1).Init(); new Delete(1).Init();
//Performance Test //Performance Test
//new SqlSugarPerformance(100).Select(); //new SqlSugarPerformance(100).Select();
//Demo
} }
} }
} }