feat: add ERP agent pet bridge and startup guide
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="..\Lskj.LserpAll\packages\cef.redist.x86.114.2.10\build\cef.redist.x86.props" Condition="Exists('..\Lskj.LserpAll\packages\cef.redist.x86.114.2.10\build\cef.redist.x86.props')" />
|
||||
<Import Project="..\Lskj.LserpAll\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props" Condition="Exists('..\Lskj.LserpAll\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
||||
@@ -286,7 +286,7 @@
|
||||
<PropertyGroup>
|
||||
<ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
||||
</PropertyGroup>
|
||||
<Error Condition="!Exists('..\Lskj.LserpAll\packages\cef.redist.x86.114.2.10\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\Lskj.LserpAll\packages\cef.redist.x86.114.2.10\build\cef.redist.x86.props'))" />
|
||||
<Error Condition="!Exists('..\Lskj.LserpAll\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props')" Text="$([System.String]::Format('$(ErrorText)', '..\Lskj.LserpAll\packages\cef.redist.x86.87.1.13\build\cef.redist.x86.props'))" />
|
||||
</Target>
|
||||
<!-- 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.
|
||||
@@ -295,4 +295,4 @@
|
||||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="cef.redist.x86" version="114.2.10" targetFramework="net40" />
|
||||
</packages>
|
||||
<package id="cef.redist.x86" version="87.1.13" targetFramework="net40" />
|
||||
</packages>
|
||||
|
||||
Reference in New Issue
Block a user