2025-07-04 09:50:02 +08:00
<?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 > {4B3DA84D-1829-4896-BFA6-A9FA2E3D8F20}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > MyCode.Project.Repositories</RootNamespace>
<AssemblyName > MyCode.Project.Repositories</AssemblyName>
2025-07-18 10:14:31 +08:00
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
2025-07-04 09:50:02 +08:00
<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>
</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>
</PropertyGroup>
<ItemGroup >
<Reference Include= "DnsClient, Version=1.0.7.0, Culture=neutral, PublicKeyToken=4574bb5573c51424, processorArchitecture=MSIL" >
<HintPath > ..\packages\DnsClient.1.0.7\lib\net45\DnsClient.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Practices.Unity, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Lib\Microsoft.Practices.Unity.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Practices.Unity.Interception, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Lib\Microsoft.Practices.Unity.Interception.dll</HintPath>
</Reference>
2025-07-21 13:36:40 +08:00
<Reference Include= "Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
<HintPath > ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
2025-07-04 09:50:02 +08:00
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Buffers, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Buffers.4.3.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
</Reference>
<Reference Include= "System.ComponentModel.DataAnnotations" />
<Reference Include= "System.Configuration" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data.Entity" />
<Reference Include= "System.Runtime" />
<Reference Include= "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Lib\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath>
</Reference>
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.Security" />
<Reference Include= "System.Web.Extensions" />
<Reference Include= "System.Web.Mvc" >
<HintPath > ..\Lib\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Xml" />
<Reference Include= "Wolf.Infrastructure, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\Lib\Wolf.Infrastructure.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "ApiLogRepository.cs" />
2025-10-28 19:18:39 +08:00
<Compile Include= "BusiOrderGoodsDocInRepository.cs" />
2025-07-12 16:58:00 +08:00
<Compile Include= "Common\Repository.cs" />
<Compile Include= "Common\WMSSqlSugarClient.cs" />
2025-07-04 09:50:02 +08:00
<Compile Include= "Common\MyCodeSqlSugarClient.cs" />
2025-07-12 16:58:00 +08:00
<Compile Include= "Common\WMSRepository.cs" />
2025-07-04 09:50:02 +08:00
<Compile Include= "Common\Repository`.cs" />
<Compile Include= "Common\TransactionCallHandler.cs" />
<Compile Include= "Common\TransactionCallHandlerAttribute.cs" />
2025-07-07 20:02:36 +08:00
<Compile Include= "JackOrdersItemRepository.cs" />
2025-07-07 13:54:21 +08:00
<Compile Include= "JackOrdersRepository.cs" />
2025-07-04 09:50:02 +08:00
<Compile Include= "Properties\AssemblyInfo.cs" />
2025-11-06 10:14:41 +08:00
<Compile Include= "PushKingDeeGoodsDocInRepository.cs" />
2025-07-14 20:39:36 +08:00
<Compile Include= "PushKingDeeOrderItemRepository.cs" />
<Compile Include= "PushKingDeeOrderRepository.cs" />
2025-10-21 11:27:52 +08:00
<Compile Include= "ReturnChangeGoodsDetailRepository.cs" />
2025-10-28 19:18:39 +08:00
<Compile Include= "StorageGoodsDocOutDetailRepository.cs" />
<Compile Include= "StorageGoodsDocOutHeadRepository.cs" />
2025-07-04 09:50:02 +08:00
<Compile Include= "SysWorkprocessRepository.cs" />
2025-07-16 14:41:39 +08:00
<Compile Include= "WMStoJackyunInventoryMovementView1Repository.cs" />
2025-07-12 16:58:00 +08:00
<Compile Include= "YTKJTShopParameterRepository.cs" />
<Compile Include= "ZHMD\WMStoJackyunInventoryMovementView1Repository.cs" />
2025-07-04 09:50:02 +08:00
</ItemGroup>
<ItemGroup >
<None Include= "App.config" >
<SubType > Designer</SubType>
</None>
2025-07-21 13:36:40 +08:00
<None Include= "packages.config" />
2025-07-04 09:50:02 +08:00
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\FrameWork\SqlSugar\SqlSugar.csproj" >
<Project > {489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
<Name > SqlSugar</Name>
</ProjectReference>
<ProjectReference Include= "..\MyCode.Project.Domain\MyCode.Project.Domain.csproj" >
<Project > {83c7dd85-ca0f-4250-a4ad-b31dd56b14f1}</Project>
<Name > MyCode.Project.Domain</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 >
<Service Include= "{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
2025-07-12 16:58:00 +08:00
<ItemGroup >
<Folder Include= "Lxm\" />
</ItemGroup>
2025-07-04 09:50:02 +08:00
<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>
<!-- 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>