Update Demo

This commit is contained in:
sunkaixuan
2019-01-21 01:38:26 +08:00
parent a8f70330ea
commit 05ab97448c

View File

@@ -29,6 +29,9 @@
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<Reference Include="SqlSugar">
<HintPath>..\SugarCodeGeneration\bin\Debug\SqlSugar.dll</HintPath>
</Reference>
<ItemGroup> <ItemGroup>
<Reference Include="System"/> <Reference Include="System"/>
@@ -46,6 +49,12 @@
<ItemGroup> <ItemGroup>
<Compile Include="Class1.cs" /> <Compile Include="Class1.cs" />
</ItemGroup> </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" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- 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. Other similar extension points exist, see Microsoft.Common.targets.