SqlSugar/Src/Asp.NetCore2/OceanBaseForOracleTest/OceanBaseForOracleTest.csproj
sunkaixuan e2c5dad1d6 -
2023-07-19 23:48:29 +08:00

23 lines
656 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Demo\**" />
<EmbeddedResource Remove="Demo\**" />
<None Remove="Demo\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SqlSugar.OceanBaseForOracle\SqlSugar.OceanBaseForOracleCore.csproj" />
<ProjectReference Include="..\SqlSugar.OdbcCore\SqlSugar.OdbcCore.csproj" />
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup>
</Project>