149 lines
7.6 KiB
XML
149 lines
7.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{83C7DD85-CA0F-4250-A4AD-B31DD56B14F1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MyCode.Project.Domain</RootNamespace>
|
|
<AssemblyName>MyCode.Project.Domain</AssemblyName>
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
<FileAlignment>512</FileAlignment>
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
<RestorePackages>true</RestorePackages>
|
|
<TargetFrameworkProfile />
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<UseVSHostingProcess>false</UseVSHostingProcess>
|
|
<DocumentationFile>bin\Debug\MyCode.Project.Domain.xml</DocumentationFile>
|
|
<NoWarn>1591</NoWarn>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Configuration" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Runtime.Serialization" />
|
|
<Reference Include="System.Security" />
|
|
<Reference Include="System.Transactions" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="Microsoft.CSharp" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Config\SystemConfig.cs" />
|
|
<Compile Include="Message\Act\Common\AnsyReportExportAct.cs" />
|
|
<Compile Include="Message\Act\Common\ChangeStatusAct.cs" />
|
|
<Compile Include="Message\Act\Common\IdAct.cs" />
|
|
<Compile Include="Message\Act\Common\IdQty.cs" />
|
|
<Compile Include="Message\Act\Common\ReportExportAct.cs" />
|
|
<Compile Include="Message\Act\Common\ExcelData.cs" />
|
|
<Compile Include="Message\Act\Common\RequestModel.cs" />
|
|
<Compile Include="Message\Request\JackYun\CreateAndStockinGetRequestBizData.cs" />
|
|
<Compile Include="Message\Request\JackYun\OrderTradeFullInfoGetRequestBizData.cs" />
|
|
<Compile Include="Message\Request\KingDee\BillDelete.cs" />
|
|
<Compile Include="Message\Request\KingDee\BillSave.cs" />
|
|
<Compile Include="Message\Request\KingDee\FSaleOrderEntry.cs" />
|
|
<Compile Include="Message\Request\TimeRange.cs" />
|
|
<Compile Include="Message\Response\Common\HeadFieldItem.cs" />
|
|
<Compile Include="Message\Response\Common\IdName.cs" />
|
|
<Compile Include="Message\Response\Common\ItemResult.cs" />
|
|
<Compile Include="Message\Response\Common\ListHeadFieldData.cs" />
|
|
<Compile Include="Message\Response\JackYun\CreateAndStockinResp.cs" />
|
|
<Compile Include="Message\Response\JackYun\PushOrderListResp.cs" />
|
|
<Compile Include="Message\Response\KingDee\ErrorResponse.cs" />
|
|
<Compile Include="Message\Response\LxmZHMDReport\ReportCalRateResp.cs" />
|
|
<Compile Include="Message\Response\Queue\QueueProcess.cs" />
|
|
<Compile Include="Message\Response\User\AdminLoginInfo.cs" />
|
|
<Compile Include="Message\Response\User\LoginInfo.cs" />
|
|
<Compile Include="Message\Response\WebSocket\ConnUser.cs" />
|
|
<Compile Include="Message\Response\WebSocket\ConnUser`.cs" />
|
|
<Compile Include="Message\Response\WorkProcess\WorkProcessResp.cs" />
|
|
<Compile Include="Model\ApiLog.cs" />
|
|
<Compile Include="Model\JackOrders.cs" />
|
|
<Compile Include="Model\JackOrdersItem.cs" />
|
|
<Compile Include="Model\PushKingDeeOrder.cs" />
|
|
<Compile Include="Model\PushKingDeeOrderItem.cs" />
|
|
<Compile Include="Model\SysWorkprocess.cs" />
|
|
<Compile Include="Model\WMStoJackyunInventoryMovementView1.cs" />
|
|
<Compile Include="Model\YTKJTShopParameter.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Repositories\IApiLogRepository.cs" />
|
|
<Compile Include="Repositories\IJackOrdersItemRepository.cs" />
|
|
<Compile Include="Repositories\IJackOrdersRepository.cs" />
|
|
<Compile Include="Repositories\IPushKingDeeOrderItemRepository.cs" />
|
|
<Compile Include="Repositories\IPushKingDeeOrderRepository.cs" />
|
|
<Compile Include="Repositories\IRepository.cs" />
|
|
<Compile Include="Repositories\IRepository`.cs" />
|
|
<Compile Include="Repositories\ISysWorkprocessRepository.cs" />
|
|
<Compile Include="Repositories\IWMStoJackyunInventoryMovementView1Repository.cs" />
|
|
<Compile Include="Repositories\IYTKJTShopParameterRepository.cs" />
|
|
<Compile Include="ZHMDModel\WMStoJackyunInventoryMovementView2.cs" />
|
|
<Compile Include="ZHMDRepositories\IWMStoJackyunInventoryMovementView2Repository.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="packages.config" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<WCFMetadata Include="Service References\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\FrameWork\SqlSugar\SqlSugar.csproj">
|
|
<Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
|
|
<Name>SqlSugar</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\MyCode.Project.Infrastructure\MyCode.Project.Infrastructure.csproj">
|
|
<Project>{b047e3d9-bc3b-4926-954a-0085ad847e75}</Project>
|
|
<Name>MyCode.Project.Infrastructure</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Message\Act\AdminReport\" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
<PropertyGroup>
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
|
</Target>
|
|
<PropertyGroup>
|
|
<PreBuildEvent>
|
|
</PreBuildEvent>
|
|
</PropertyGroup>
|
|
<!-- 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.
|
|
<Target Name="BeforeBuild">
|
|
</Target>
|
|
<Target Name="AfterBuild">
|
|
</Target>
|
|
-->
|
|
</Project> |