SqlSugar/Src/Asp.NetCore2/OracleTest/OracleTest.csproj

19 lines
410 B
XML
Raw Normal View History

2017-10-23 16:07:26 +08:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2021-08-01 17:42:16 +08:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2017-10-23 16:07:26 +08:00
</PropertyGroup>
<ItemGroup>
2021-09-26 23:34:07 +08:00
<Compile Remove="DataBase\**" />
<EmbeddedResource Remove="DataBase\**" />
<None Remove="DataBase\**" />
2017-10-23 16:07:26 +08:00
</ItemGroup>
<ItemGroup>
2021-09-26 23:34:07 +08:00
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
2017-10-23 16:07:26 +08:00
</ItemGroup>
</Project>