選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

130 行
6.6 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{81E208BC-39B6-4CA3-81F1-C847D47330D1}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Learun.Application.CRM</RootNamespace>
  11. <AssemblyName>Learun.Application.CRM</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. <TargetFrameworkProfile />
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  27. <DebugSymbols>true</DebugSymbols>
  28. <DebugType>full</DebugType>
  29. <Optimize>false</Optimize>
  30. <OutputPath>bin\Debug\</OutputPath>
  31. <DefineConstants>DEBUG;TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  45. <HintPath>..\..\..\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Core" />
  50. <Reference Include="System.Xml.Linq" />
  51. <Reference Include="System.Data.DataSetExtensions" />
  52. <Reference Include="Microsoft.CSharp" />
  53. <Reference Include="System.Data" />
  54. <Reference Include="System.Xml" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="CashBalance\CrmCashBalanceBLL.cs" />
  58. <Compile Include="CashBalance\CrmCashBalanceIBLL.cs" />
  59. <Compile Include="CashBalance\CrmCashBalanceService.cs" />
  60. <Compile Include="Chance\CrmChanceBLL.cs" />
  61. <Compile Include="Chance\CrmChanceEntity.cs" />
  62. <Compile Include="Chance\CrmChanceIBLL.cs" />
  63. <Compile Include="Chance\CrmChanceService.cs" />
  64. <Compile Include="CustomerContact\CrmCustomerContactBLL.cs" />
  65. <Compile Include="CustomerContact\CrmCustomerContactEntity.cs" />
  66. <Compile Include="CustomerContact\CrmCustomerContactIBLL.cs" />
  67. <Compile Include="CustomerContact\CrmCustomerContactService.cs" />
  68. <Compile Include="Customer\CrmCustomerBLL.cs" />
  69. <Compile Include="Customer\CrmCustomerIBLL.cs" />
  70. <Compile Include="Customer\CrmCustomerService.cs" />
  71. <Compile Include="Expenses\CrmExpensesBLL.cs" />
  72. <Compile Include="Expenses\CrmExpensesIBLL.cs" />
  73. <Compile Include="Expenses\CrmExpensesService.cs" />
  74. <Compile Include="Invoice\CrmInvoiceBLL.cs" />
  75. <Compile Include="Invoice\CrmInvoiceIBLL.cs" />
  76. <Compile Include="Invoice\CrmInvoiceService.cs" />
  77. <Compile Include="Receivable\CrmReceivableBLL.cs" />
  78. <Compile Include="Receivable\CrmReceivableIBLL.cs" />
  79. <Compile Include="Receivable\CrmReceivableService.cs" />
  80. <Compile Include="Order\CrmOrderBLL.cs" />
  81. <Compile Include="Order\CrmOrderIBLL.cs" />
  82. <Compile Include="Order\CrmOrderService.cs" />
  83. <Compile Include="Properties\AssemblyInfo.cs" />
  84. <Compile Include="Order\CrmOrderEntity.cs" />
  85. <Compile Include="Order\CrmOrderProductEntity.cs" />
  86. <Compile Include="Customer\CrmCustomerEntity.cs" />
  87. <Compile Include="Receivable\ReceivableReportModel.cs" />
  88. <Compile Include="TrailRecord\CrmTrailRecordBLL.cs" />
  89. <Compile Include="TrailRecord\CrmTrailRecordEntity.cs" />
  90. <Compile Include="TrailRecord\CrmTrailRecordIBLL.cs" />
  91. <Compile Include="TrailRecord\CrmTrailRecordService.cs" />
  92. <Compile Include="CashBalance\CrmCashBalanceEntity.cs" />
  93. <Compile Include="Expenses\CrmExpensesEntity.cs" />
  94. <Compile Include="Invoice\CrmInvoiceEntity.cs" />
  95. <Compile Include="Receivable\CrmReceivableEntity.cs" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <ProjectReference Include="..\..\Learun.Db\Learun.DataBase.Repository\Learun.DataBase.Repository.csproj">
  99. <Project>{7f5e2a6c-c859-494a-8577-75bf9603a80c}</Project>
  100. <Name>Learun.DataBase.Repository</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\..\Learun.Util\Learun.Util\Learun.Util.csproj">
  103. <Project>{cf8ae293-88ab-436c-9720-a8386ba5d7b7}</Project>
  104. <Name>Learun.Util</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="app.config" />
  109. <None Include="packages.config" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\cs\Microsoft.DependencyValidation.Analyzers.resources.dll" />
  113. <Analyzer Include="..\..\..\packages\Microsoft.DependencyValidation.Analyzers.0.10.0\analyzers\dotnet\Microsoft.DependencyValidation.Analyzers.dll" />
  114. </ItemGroup>
  115. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  116. <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
  117. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  118. <PropertyGroup>
  119. <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。启用“NuGet 程序包还原”可下载这些程序包。有关详细信息,请参阅 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
  120. </PropertyGroup>
  121. <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
  122. </Target>
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>