2017-08-24 15:18:53 +08:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-08-01 17:42:16 +08:00
|
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
2017-08-24 15:18:53 +08:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-11-22 08:03:00 +08:00
|
|
|
<Compile Remove="UnitTest\models\**" />
|
|
|
|
<EmbeddedResource Remove="UnitTest\models\**" />
|
|
|
|
<None Remove="UnitTest\models\**" />
|
2017-08-24 15:18:53 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
2022-08-23 00:30:09 +08:00
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\.editorconfig" Link=".editorconfig" />
|
|
|
|
</ItemGroup>
|
|
|
|
|
2021-01-18 00:54:51 +08:00
|
|
|
<ItemGroup>
|
2021-11-22 08:03:00 +08:00
|
|
|
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
|
2021-01-18 00:54:51 +08:00
|
|
|
</ItemGroup>
|
|
|
|
|
2017-08-24 15:18:53 +08:00
|
|
|
</Project>
|