Update demo

This commit is contained in:
sunkaixuna 2021-09-26 23:34:07 +08:00
parent 3e8ff391cf
commit 665db3a84a

View File

@ -6,11 +6,13 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<ProjectReference Include="..\SqlSugar\SqlSugar.csproj" /> <Compile Remove="DataBase\**" />
<EmbeddedResource Remove="DataBase\**" />
<None Remove="DataBase\**" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Folder Include="DataBase\" /> <ProjectReference Include="..\SqlSugar\SqlSugar.csproj" />
</ItemGroup> </ItemGroup>
</Project> </Project>