feat: add ERP agent pet bridge and startup guide
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net40</TargetFramework>
|
||||
<OutputType>Library</OutputType>
|
||||
<PlatformTarget>x86</PlatformTarget>
|
||||
<LangVersion>7.3</LangVersion>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<Nullable>disable</Nullable>
|
||||
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net40"
|
||||
Version="1.0.3"
|
||||
PrivateAssets="all" />
|
||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="System.Configuration" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Security" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\Lskj.CommandKernel\*.cs"
|
||||
Exclude="..\Lskj.CommandKernel\Properties\**\*" />
|
||||
<Compile Include="..\Lskj.AgentBridge\*.cs"
|
||||
Exclude="..\Lskj.AgentBridge\Properties\**\*" />
|
||||
<Compile Include="..\Lskj.Cli\*.cs"
|
||||
Exclude="..\Lskj.Cli\Program.cs;..\Lskj.Cli\Properties\**\*" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\BusinessWorkflowRegistration.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\SqlWorkflowProcedureGateway.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\TrustedErpDatabaseScope.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\LegacyLedgerSelection.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\SqlDynamicModuleLookupResolver.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\SqlDynamicModuleWriteAdapter.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\SqlDynamicModuleUpdateAdapter.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\DynamicModuleUpdateAvailability.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\DynamicModuleWriteAvailability.cs" />
|
||||
<Compile Include="..\Lskj.Main\Hosting\ModuleDiagnosticCommandHandlers.cs" />
|
||||
<Compile Include="..\Lskj.Core\SqlTrace.cs" />
|
||||
<Compile Include="..\Lskj.CommandKernel.Tests\SqlHelperStub.cs"
|
||||
Link="Compatibility\SqlHelperStub.cs" />
|
||||
<Compile Include="..\Lskj.CommandKernel.Tests\LegacyBusinessStubs.cs"
|
||||
Link="Compatibility\LegacyBusinessStubs.cs" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user