This commit is contained in:
sunkaixuan 2023-07-19 23:48:29 +08:00
parent 282f5df251
commit e2c5dad1d6

View File

@ -7,14 +7,16 @@
<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>
<ItemGroup>
<Folder Include="Demo\" />
</ItemGroup>
</Project>