126 lines
6.6 KiB
XML
126 lines
6.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>{81E208BC-39B6-4CA3-81F1-C847D47330D1}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>Learun.Application.CRM</RootNamespace>
|
|
<AssemblyName>Learun.Application.CRM</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>
|
|
</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="Learun.Cache.Base">
|
|
<HintPath>..\..\..\packages\Learun.Application\Learun.Cache.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Learun.Cache.Factory">
|
|
<HintPath>..\..\..\packages\Learun.Application\Learun.Cache.Factory.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Learun.Cache.Redis">
|
|
<HintPath>..\..\..\packages\Learun.Application\Learun.Cache.Redis.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Learun.DataBase.Repository">
|
|
<HintPath>..\..\..\packages\Learun.Application\Learun.DataBase.Repository.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Learun.Util">
|
|
<HintPath>..\..\..\packages\Learun.Application\Learun.Util.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
<HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.ComponentModel.DataAnnotations" />
|
|
<Reference Include="System.Core" />
|
|
<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="CashBalance\CrmCashBalanceBLL.cs" />
|
|
<Compile Include="CashBalance\CrmCashBalanceIBLL.cs" />
|
|
<Compile Include="CashBalance\CrmCashBalanceService.cs" />
|
|
<Compile Include="Chance\CrmChanceBLL.cs" />
|
|
<Compile Include="Chance\CrmChanceEntity.cs" />
|
|
<Compile Include="Chance\CrmChanceIBLL.cs" />
|
|
<Compile Include="Chance\CrmChanceService.cs" />
|
|
<Compile Include="CustomerContact\CrmCustomerContactBLL.cs" />
|
|
<Compile Include="CustomerContact\CrmCustomerContactEntity.cs" />
|
|
<Compile Include="CustomerContact\CrmCustomerContactIBLL.cs" />
|
|
<Compile Include="CustomerContact\CrmCustomerContactService.cs" />
|
|
<Compile Include="Customer\CrmCustomerBLL.cs" />
|
|
<Compile Include="Customer\CrmCustomerIBLL.cs" />
|
|
<Compile Include="Customer\CrmCustomerService.cs" />
|
|
<Compile Include="Expenses\CrmExpensesBLL.cs" />
|
|
<Compile Include="Expenses\CrmExpensesIBLL.cs" />
|
|
<Compile Include="Expenses\CrmExpensesService.cs" />
|
|
<Compile Include="Invoice\CrmInvoiceBLL.cs" />
|
|
<Compile Include="Invoice\CrmInvoiceIBLL.cs" />
|
|
<Compile Include="Invoice\CrmInvoiceService.cs" />
|
|
<Compile Include="Receivable\CrmReceivableBLL.cs" />
|
|
<Compile Include="Receivable\CrmReceivableIBLL.cs" />
|
|
<Compile Include="Receivable\CrmReceivableService.cs" />
|
|
<Compile Include="Order\CrmOrderBLL.cs" />
|
|
<Compile Include="Order\CrmOrderIBLL.cs" />
|
|
<Compile Include="Order\CrmOrderService.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Order\CrmOrderEntity.cs" />
|
|
<Compile Include="Order\CrmOrderProductEntity.cs" />
|
|
<Compile Include="Customer\CrmCustomerEntity.cs" />
|
|
<Compile Include="Receivable\ReceivableReportModel.cs" />
|
|
<Compile Include="TrailRecord\CrmTrailRecordBLL.cs" />
|
|
<Compile Include="TrailRecord\CrmTrailRecordEntity.cs" />
|
|
<Compile Include="TrailRecord\CrmTrailRecordIBLL.cs" />
|
|
<Compile Include="TrailRecord\CrmTrailRecordService.cs" />
|
|
<Compile Include="CashBalance\CrmCashBalanceEntity.cs" />
|
|
<Compile Include="Expenses\CrmExpensesEntity.cs" />
|
|
<Compile Include="Invoice\CrmInvoiceEntity.cs" />
|
|
<Compile Include="Receivable\CrmReceivableEntity.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="app.config" />
|
|
<None Include="packages.config" />
|
|
</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>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
</PropertyGroup>
|
|
<Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
|
|
</Target>
|
|
<PropertyGroup>
|
|
<PostBuildEvent>copy /Y "$(TargetDir)$(ProjectName).dll" "$(SolutionDir)packages\Learun.Application\$(ProjectName).dll"</PostBuildEvent>
|
|
</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> |