SqlSugar源码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
522 B

7 years ago
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
3 years ago
<TargetFramework>netcoreapp3.1</TargetFramework>
7 years ago
</PropertyGroup>
<ItemGroup>
3 years ago
<Compile Remove="UnitTest\models\**" />
<EmbeddedResource Remove="UnitTest\models\**" />
<None Remove="UnitTest\models\**" />
7 years ago
</ItemGroup>
2 years ago
<ItemGroup>
<None Include="..\.editorconfig" Link=".editorconfig" />
</ItemGroup>
4 years ago
<ItemGroup>
3 years ago
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
4 years ago
</ItemGroup>
7 years ago
</Project>