mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update Demo
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<Reference Include="SqlSugar">
|
||||
<HintPath>..\SugarCodeGeneration\bin\Debug\SqlSugar.dll</HintPath>
|
||||
</Reference>
|
||||
<ItemGroup>
|
||||
<Reference Include="System"/>
|
||||
|
||||
@@ -46,6 +49,12 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="Class1.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\@AssemblyName\@AssemblyName.csproj">
|
||||
<Project>{cd48342c-f572-46be-b2a5-4fecf825dd91}</Project>
|
||||
<Name>Sugar.Enties</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
Reference in New Issue
Block a user