修复项目文件:添加IPurchaseReturnService和PurchaseReturnService文件引用

This commit is contained in:
熊帅 2025-11-14 11:45:14 +08:00
parent 6a6546129f
commit 9c1267c712

View File

@ -1,214 +1,216 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <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')" /> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup> <PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion> <ProductVersion>
</ProductVersion> </ProductVersion>
<SchemaVersion>2.0</SchemaVersion> <SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{E8C28F68-FF6F-40CB-9806-CA198AC542EA}</ProjectGuid> <ProjectGuid>{E8C28F68-FF6F-40CB-9806-CA198AC542EA}</ProjectGuid>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MyCode.Project.Services</RootNamespace> <RootNamespace>MyCode.Project.Services</RootNamespace>
<AssemblyName>MyCode.Project.Services</AssemblyName> <AssemblyName>MyCode.Project.Services</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile /> <TargetFrameworkProfile />
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType> <DebugType>full</DebugType>
<Optimize>false</Optimize> <Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath> <OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants> <DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
<UseVSHostingProcess>false</UseVSHostingProcess> <UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>bin\</OutputPath> <OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants> <DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="AutoMapper, Version=6.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL"> <Reference Include="AutoMapper, Version=6.1.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
<HintPath>..\packages\AutoMapper.6.1.1\lib\net45\AutoMapper.dll</HintPath> <HintPath>..\packages\AutoMapper.6.1.1\lib\net45\AutoMapper.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath> <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Microsoft.CSharp" /> <Reference Include="Microsoft.CSharp" />
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath> <HintPath>..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL"> <Reference Include="Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath> <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL"> <Reference Include="Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath> <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Microsoft.Practices.Unity.Interception, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL"> <Reference Include="Microsoft.Practices.Unity.Interception, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.Interception.4.0.1\lib\Net45\Microsoft.Practices.Unity.Interception.dll</HintPath> <HintPath>..\packages\Unity.Interception.4.0.1\lib\Net45\Microsoft.Practices.Unity.Interception.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Microsoft.Practices.Unity.Interception.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL"> <Reference Include="Microsoft.Practices.Unity.Interception.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.Interception.4.0.1\lib\Net45\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath> <HintPath>..\packages\Unity.Interception.4.0.1\lib\Net45\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL"> <Reference Include="Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
<HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath> <HintPath>..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath>
<Private>True</Private> <Private>True</Private>
</Reference> </Reference>
<Reference Include="MiniExcel, Version=1.30.0.0, Culture=neutral, PublicKeyToken=e7310002a53eac39, processorArchitecture=MSIL"> <Reference Include="MiniExcel, Version=1.30.0.0, Culture=neutral, PublicKeyToken=e7310002a53eac39, processorArchitecture=MSIL">
<HintPath>..\packages\MiniExcel.1.30.0\lib\net45\MiniExcel.dll</HintPath> <HintPath>..\packages\MiniExcel.1.30.0\lib\net45\MiniExcel.dll</HintPath>
</Reference> </Reference>
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <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> <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference> </Reference>
<Reference Include="RestSharp, Version=106.11.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL"> <Reference Include="RestSharp, Version=106.11.4.0, Culture=neutral, PublicKeyToken=598062e77f915f75, processorArchitecture=MSIL">
<HintPath>..\packages\RestSharp.106.11.4\lib\net452\RestSharp.dll</HintPath> <HintPath>..\packages\RestSharp.106.11.4\lib\net452\RestSharp.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.ComponentModel.DataAnnotations" /> <Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.IO.Compression" /> <Reference Include="System.IO.Compression" />
<Reference Include="System.Net.Http" /> <Reference Include="System.Net.Http" />
<Reference Include="System.Runtime"> <Reference Include="System.Runtime">
<HintPath>..\Lib\System.Runtime.dll</HintPath> <HintPath>..\Lib\System.Runtime.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Transactions" /> <Reference Include="System.Transactions" />
<Reference Include="System.Web.DynamicData" /> <Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" /> <Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" /> <Reference Include="System.Web.ApplicationServices" />
<Reference Include="System" /> <Reference Include="System" />
<Reference Include="System.Configuration" /> <Reference Include="System.Configuration" />
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Data" /> <Reference Include="System.Data" />
<Reference Include="System.Drawing" /> <Reference Include="System.Drawing" />
<Reference Include="System.EnterpriseServices" /> <Reference Include="System.EnterpriseServices" />
<Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" /> <Reference Include="System.ServiceModel" />
<Reference Include="System.ServiceModel.Web" /> <Reference Include="System.ServiceModel.Web" />
<Reference Include="System.Web" /> <Reference Include="System.Web" />
<Reference Include="System.Web.Extensions" /> <Reference Include="System.Web.Extensions" />
<Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\System.Web.Helpers.dll</HintPath> <HintPath>..\Lib\System.Web.Helpers.dll</HintPath>
</Reference> </Reference>
<Reference Include="System.Web.Services" /> <Reference Include="System.Web.Services" />
<Reference Include="System.Windows.Forms" /> <Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" /> <Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
<Reference Include="ThoughtWorks.QRCode, Version=1.0.4778.30637, Culture=neutral, processorArchitecture=MSIL"> <Reference Include="ThoughtWorks.QRCode, Version=1.0.4778.30637, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion> <SpecificVersion>False</SpecificVersion>
<HintPath>..\Lib\ThoughtWorks.QRCode.dll</HintPath> <HintPath>..\Lib\ThoughtWorks.QRCode.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Compile Include="BLL\ReportExport\BaseExport.cs" /> <Compile Include="BLL\ReportExport\BaseExport.cs" />
<Compile Include="BLL\ReportExport\ExportReportFactory.cs" /> <Compile Include="BLL\ReportExport\ExportReportFactory.cs" />
<Compile Include="BLL\WebSocketBLL.cs" /> <Compile Include="BLL\WebSocketBLL.cs" />
<Compile Include="Implementation\AnsyDataProcessService.cs" /> <Compile Include="Implementation\AnsyDataProcessService.cs" />
<Compile Include="Implementation\ApiLogService.cs" /> <Compile Include="Implementation\ApiLogService.cs" />
<Compile Include="Implementation\JackYunStockinService.cs" /> <Compile Include="Implementation\JackYunStockinService.cs" />
<Compile Include="Implementation\OrderPushService.cs" /> <Compile Include="Implementation\OrderPushService.cs" />
<Compile Include="Implementation\PurchaseStockInService.cs" /> <Compile Include="Implementation\PurchaseReturnService.cs" />
<Compile Include="Implementation\SalesOutboundService.cs" /> <Compile Include="Implementation\PurchaseStockInService.cs" />
<Compile Include="Implementation\SalesReturnService.cs" /> <Compile Include="Implementation\SalesOutboundService.cs" />
<Compile Include="Implementation\WMSService.cs" /> <Compile Include="Implementation\SalesReturnService.cs" />
<Compile Include="Implementation\JackYunService.cs" /> <Compile Include="Implementation\WMSService.cs" />
<Compile Include="Implementation\JackYunTaskService.cs" /> <Compile Include="Implementation\JackYunService.cs" />
<Compile Include="Implementation\ReportService.cs" /> <Compile Include="Implementation\JackYunTaskService.cs" />
<Compile Include="Implementation\QueueProcessService.cs" /> <Compile Include="Implementation\ReportService.cs" />
<Compile Include="Implementation\WebSocketService.cs" /> <Compile Include="Implementation\QueueProcessService.cs" />
<Compile Include="Implementation\WorkProcessService.cs" /> <Compile Include="Implementation\WebSocketService.cs" />
<Compile Include="IServices\IAnsyDataProcessService.cs" /> <Compile Include="Implementation\WorkProcessService.cs" />
<Compile Include="IServices\IJackYunStockinService.cs" /> <Compile Include="IServices\IAnsyDataProcessService.cs" />
<Compile Include="IServices\IOrderPushService.cs" /> <Compile Include="IServices\IJackYunStockinService.cs" />
<Compile Include="IServices\IPurchaseStockInService.cs" /> <Compile Include="IServices\IOrderPushService.cs" />
<Compile Include="IServices\ISalesOutboundService.cs" /> <Compile Include="IServices\IPurchaseReturnService.cs" />
<Compile Include="IServices\ISalesReturnService.cs" /> <Compile Include="IServices\IPurchaseStockInService.cs" />
<Compile Include="IServices\IWMSService.cs" /> <Compile Include="IServices\ISalesOutboundService.cs" />
<Compile Include="IServices\IJackYunTaskService.cs" /> <Compile Include="IServices\ISalesReturnService.cs" />
<Compile Include="IServices\IJackYunService.cs" /> <Compile Include="IServices\IWMSService.cs" />
<Compile Include="IServices\IApiLogService.cs" /> <Compile Include="IServices\IJackYunTaskService.cs" />
<Compile Include="IServices\IQueueProcessService.cs" /> <Compile Include="IServices\IJackYunService.cs" />
<Compile Include="IServices\IReportService.cs" /> <Compile Include="IServices\IApiLogService.cs" />
<Compile Include="IServices\IWebSocketService.cs" /> <Compile Include="IServices\IQueueProcessService.cs" />
<Compile Include="IServices\IWorkProcessService.cs" /> <Compile Include="IServices\IReportService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="IServices\IWebSocketService.cs" />
<Compile Include="ServiceBase.cs" /> <Compile Include="IServices\IWorkProcessService.cs" />
</ItemGroup> <Compile Include="Properties\AssemblyInfo.cs" />
<ItemGroup> <Compile Include="ServiceBase.cs" />
<Content Include="Unity.xml"> </ItemGroup>
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <ItemGroup>
<SubType>Designer</SubType> <Content Include="Unity.xml">
</Content> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</ItemGroup> <SubType>Designer</SubType>
<ItemGroup> </Content>
<Content Include="App.config"> </ItemGroup>
<SubType>Designer</SubType> <ItemGroup>
</Content> <Content Include="App.config">
<None Include="packages.config" /> <SubType>Designer</SubType>
</ItemGroup> </Content>
<ItemGroup> <None Include="packages.config" />
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> </ItemGroup>
</ItemGroup> <ItemGroup>
<ItemGroup> <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
<ProjectReference Include="..\FrameWork\Fleck\Fleck.csproj"> </ItemGroup>
<Project>{b0b592f9-e0b5-41b7-8908-036021468d87}</Project> <ItemGroup>
<Name>Fleck</Name> <ProjectReference Include="..\FrameWork\Fleck\Fleck.csproj">
</ProjectReference> <Project>{b0b592f9-e0b5-41b7-8908-036021468d87}</Project>
<ProjectReference Include="..\FrameWork\SqlSugar\SqlSugar.csproj"> <Name>Fleck</Name>
<Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project> </ProjectReference>
<Name>SqlSugar</Name> <ProjectReference Include="..\FrameWork\SqlSugar\SqlSugar.csproj">
</ProjectReference> <Project>{489bb790-226c-4fad-8d1e-51d72a7ff8e5}</Project>
<ProjectReference Include="..\MyCode.Project.Domain\MyCode.Project.Domain.csproj"> <Name>SqlSugar</Name>
<Project>{83c7dd85-ca0f-4250-a4ad-b31dd56b14f1}</Project> </ProjectReference>
<Name>MyCode.Project.Domain</Name> <ProjectReference Include="..\MyCode.Project.Domain\MyCode.Project.Domain.csproj">
</ProjectReference> <Project>{83c7dd85-ca0f-4250-a4ad-b31dd56b14f1}</Project>
<ProjectReference Include="..\MyCode.Project.Infrastructure\MyCode.Project.Infrastructure.csproj"> <Name>MyCode.Project.Domain</Name>
<Project>{b047e3d9-bc3b-4926-954a-0085ad847e75}</Project> </ProjectReference>
<Name>MyCode.Project.Infrastructure</Name> <ProjectReference Include="..\MyCode.Project.Infrastructure\MyCode.Project.Infrastructure.csproj">
</ProjectReference> <Project>{b047e3d9-bc3b-4926-954a-0085ad847e75}</Project>
<ProjectReference Include="..\MyCode.Project.OutSideService\MyCode.Project.OutSideService.csproj"> <Name>MyCode.Project.Infrastructure</Name>
<Project>{bc7e3726-8f90-4ca9-9269-731987907051}</Project> </ProjectReference>
<Name>MyCode.Project.OutSideService</Name> <ProjectReference Include="..\MyCode.Project.OutSideService\MyCode.Project.OutSideService.csproj">
</ProjectReference> <Project>{bc7e3726-8f90-4ca9-9269-731987907051}</Project>
<ProjectReference Include="..\MyCode.Project.Repositories\MyCode.Project.Repositories.csproj"> <Name>MyCode.Project.OutSideService</Name>
<Project>{4b3da84d-1829-4896-bfa6-a9fa2e3d8f20}</Project> </ProjectReference>
<Name>MyCode.Project.Repositories</Name> <ProjectReference Include="..\MyCode.Project.Repositories\MyCode.Project.Repositories.csproj">
</ProjectReference> <Project>{4b3da84d-1829-4896-bfa6-a9fa2e3d8f20}</Project>
</ItemGroup> <Name>MyCode.Project.Repositories</Name>
<ItemGroup /> </ProjectReference>
<PropertyGroup> </ItemGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> <ItemGroup />
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> <PropertyGroup>
</PropertyGroup> <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> </PropertyGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup> <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<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> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
</PropertyGroup> <PropertyGroup>
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" /> <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>
</Target> </PropertyGroup>
<PropertyGroup> <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
<PreBuildEvent>xcopy /r /y $(SolutionDir)MyCode.Project.Services\Unity.xml $(SolutionDir)MyCode.Project.WebApi\bin\ </Target>
xcopy /r /y $(SolutionDir)MyCode.Project.Services\Unity.xml $(SolutionDir)MyCode.Project.ScheduleTask\bin\Debug\bin\</PreBuildEvent> <PropertyGroup>
</PropertyGroup> <PreBuildEvent>xcopy /r /y $(SolutionDir)MyCode.Project.Services\Unity.xml $(SolutionDir)MyCode.Project.WebApi\bin\
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. xcopy /r /y $(SolutionDir)MyCode.Project.Services\Unity.xml $(SolutionDir)MyCode.Project.ScheduleTask\bin\Debug\bin\</PreBuildEvent>
Other similar extension points exist, see Microsoft.Common.targets. </PropertyGroup>
<Target Name="BeforeBuild"> <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
</Target> Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="AfterBuild"> <Target Name="BeforeBuild">
</Target> </Target>
--> <Target Name="AfterBuild">
</Target>
-->
</Project> </Project>