Files
lserp_cs_6.0/插件库/Lskj.AgentBridge/Lskj.AgentBridge.csproj
2026-08-14 14:28:28 +08:00

107 lines
5.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{8DA49516-B088-49CC-BE29-2E7EC3CC1777}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Lskj.AgentBridge</RootNamespace>
<AssemblyName>Lskj.AgentBridge</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>..\..\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>..\..\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=13.0.1.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\引用DLL\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data" />
<Reference Include="System.Security" />
</ItemGroup>
<ItemGroup>
<Compile Include="AgentBridgeRuntime.cs" />
<Compile Include="BusinessAdapterConfiguration.cs" />
<Compile Include="BusinessAcceptanceEvidence.cs" />
<Compile Include="DynamicModuleWriteAcceptance.cs" />
<Compile Include="DynamicModuleUpdateAcceptance.cs" />
<Compile Include="BridgeDiscoveryPublisher.cs" />
<Compile Include="BridgeUtf8Codec.cs" />
<Compile Include="CustomerAcceptanceBundleEvidence.cs" />
<Compile Include="CustomerProfileRuntimeGate.cs" />
<Compile Include="DeadlineFrameCodec.cs" />
<Compile Include="BridgeContracts.cs" />
<Compile Include="BridgeClientProcessIdentityVerifier.cs" />
<Compile Include="BridgeRequestParser.cs" />
<Compile Include="BridgeOperationalPolicy.cs" />
<Compile Include="CommandRolloutPolicy.cs" />
<Compile Include="InMemoryPlanStore.cs" />
<Compile Include="JsonLineCommandAuditSink.cs" />
<Compile Include="ModuleDiagnosticEvidenceStore.cs" />
<Compile Include="NamedPipeAgentBridgeServer.cs" />
<Compile Include="WorkflowProcedureAdapters.cs" />
<Compile Include="WorkflowContractVerification.cs" />
<Compile Include="WorkflowWriteIntegrationEvidence.cs" />
<Compile Include="WorkflowWriteCaseObservation.cs" />
<Compile Include="WorkflowUatAuthorization.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="README.md" />
<None Include="Deployment\SqlServer\001_agent_business_idempotency.sql" />
<None Include="Deployment\SqlServer\002_workflow_adapter_contract.sql" />
<None Include="Deployment\SqlServer\003_record_workflow_acceptance.sql" />
<None Include="Deployment\SqlServer\004_dynamic_module_adapter_contract.sql" />
<None Include="Deployment\SqlServer\005_dynamic_module_update_contract.sql" />
<None Include="Deployment\SqlServer\006_workflow_readiness_v3.sql" />
<None Include="Deployment\business-adapters.example.json" />
<None Include="Deployment\command-rollout.example.json" />
<None Include="Deployment\guga-upstream-audit.v1.json" />
<None Include="Deployment\New-WorkflowAcceptanceEvidence.ps1" />
<None Include="Deployment\New-DynamicModuleWriteAcceptance.ps1" />
<None Include="Deployment\dynamic-module-write-modules.example.json" />
<None Include="Deployment\New-DynamicModuleUpdateAcceptance.ps1" />
<None Include="Deployment\dynamic-module-update-modules.example.json" />
<None Include="Deployment\New-WorkflowWriteCasesTemplate.ps1" />
<None Include="Deployment\New-WorkflowWriteIntegrationEvidence.ps1" />
<None Include="Deployment\New-WorkflowUatAuthorization.ps1" />
<None Include="Deployment\New-CustomerAcceptanceBundle.ps1" />
<None Include="Deployment\Invoke-LserpFieldReadOnlyValidation.ps1" />
<None Include="Deployment\field-readonly-validation.example.json" />
<None Include="Deployment\Invoke-LserpReadOnlySessionPreflight.ps1" />
<None Include="Deployment\Invoke-LserpSelectOnlyCatalogSnapshot.ps1" />
<None Include="Deployment\Invoke-LserpSelectOnlyProfilePreflight.ps1" />
<None Include="Deployment\WRITE_ACCEPTANCE.md" />
<None Include="Deployment\DYNAMIC_MODULE_WRITE_ACCEPTANCE.md" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Lskj.CommandKernel\Lskj.CommandKernel.csproj">
<Project>{84D4754E-9D47-4E60-A8E5-0AD860C319F0}</Project>
<Name>Lskj.CommandKernel</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>