88 lines
3.8 KiB
XML
88 lines
3.8 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>{84D4754E-9D47-4E60-A8E5-0AD860C319F0}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Lskj.CommandKernel</RootNamespace>
|
|
<AssemblyName>Lskj.CommandKernel</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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AdministratorIdentity.cs" />
|
|
<Compile Include="BusinessWorkflowCommands.cs" />
|
|
<Compile Include="BusinessAdapterRegistration.cs" />
|
|
<Compile Include="CommandContracts.cs" />
|
|
<Compile Include="CommandDescriptorContract.cs" />
|
|
<Compile Include="CommandInputSchemas.cs" />
|
|
<Compile Include="CommandInputSchemaValidator.cs" />
|
|
<Compile Include="CommandKernelException.cs" />
|
|
<Compile Include="CommandDispatcher.cs" />
|
|
<Compile Include="DynamicModuleOperations.cs" />
|
|
<Compile Include="DynamicModuleLookupResolution.cs" />
|
|
<Compile Include="DynamicModuleNativeExecution.cs" />
|
|
<Compile Include="DynamicModuleWrites.cs" />
|
|
<Compile Include="DynamicModuleUpdates.cs" />
|
|
<Compile Include="LeaveRequestValidation.cs" />
|
|
<Compile Include="LeaveIntentResolution.cs" />
|
|
<Compile Include="ModuleInitializationDiagnosis.cs" />
|
|
<Compile Include="ModuleMenuDiscovery.cs" />
|
|
<Compile Include="..\Lskj.Cli\ModuleInspector.cs">
|
|
<Link>ModuleInspector.cs</Link>
|
|
</Compile>
|
|
<Compile Include="..\Lskj.Cli\OperationPlanner.cs">
|
|
<Link>OperationPlanner.cs</Link>
|
|
</Compile>
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="PurchaseIntentResolution.cs" />
|
|
<Compile Include="PurchaseInvoiceMatching.cs" />
|
|
<Compile Include="SecurityServices.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="README.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Lskj.Business\Lskj.Business.csproj">
|
|
<Project>{7EAFCCC2-A18F-49E9-85C6-A984966CFD01}</Project>
|
|
<Name>Lskj.Business</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\Lskj.Model\Lskj.Model.csproj">
|
|
<Project>{52BC40E0-C0C6-4F78-996B-CAE028D209CA}</Project>
|
|
<Name>Lskj.Model</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|