BizCom.csproj 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{604A4141-248D-4A34-9985-CB19E3B00B39}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>BizCom</RootNamespace>
  12. <AssemblyName>BizCom</AssemblyName>
  13. <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>..\Web\Bin\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <Prefer32Bit>false</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. <Prefer32Bit>false</Prefer32Bit>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\x86\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <OutputPath>bin\x86\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  56. <DebugSymbols>true</DebugSymbols>
  57. <OutputPath>bin\x64\Debug\</OutputPath>
  58. <DefineConstants>DEBUG;TRACE</DefineConstants>
  59. <DebugType>full</DebugType>
  60. <PlatformTarget>x64</PlatformTarget>
  61. <ErrorReport>prompt</ErrorReport>
  62. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  65. <OutputPath>bin\x64\Release\</OutputPath>
  66. <DefineConstants>TRACE</DefineConstants>
  67. <Optimize>true</Optimize>
  68. <DebugType>pdbonly</DebugType>
  69. <PlatformTarget>x64</PlatformTarget>
  70. <ErrorReport>prompt</ErrorReport>
  71. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  72. </PropertyGroup>
  73. <ItemGroup>
  74. <Reference Include="Castle.ActiveRecord">
  75. <HintPath>..\Support\Castle.ActiveRecord.dll</HintPath>
  76. </Reference>
  77. <Reference Include="log4net, Version=2.0.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\packages\log4net.2.0.14\lib\net45\log4net.dll</HintPath>
  80. </Reference>
  81. <Reference Include="NHibernate">
  82. <HintPath>..\Support\NHibernate.dll</HintPath>
  83. </Reference>
  84. <Reference Include="SQLData, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  85. <SpecificVersion>False</SpecificVersion>
  86. <HintPath>..\Support\SQLData.dll</HintPath>
  87. </Reference>
  88. <Reference Include="System" />
  89. <Reference Include="System.Core" />
  90. <Reference Include="System.Xml.Linq" />
  91. <Reference Include="System.Data.DataSetExtensions" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Xml" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="CategoryService.cs" />
  97. <Compile Include="Dao\CeErpDataSendOrderInfo.cs" />
  98. <Compile Include="Dao\CeErpDesignerFinishRateNew.cs" />
  99. <Compile Include="Dao\CeErpDesignInfo.cs" />
  100. <Compile Include="Dao\CeErpMessageAPI.cs" />
  101. <Compile Include="Dao\CeErpSampleCustomer.cs" />
  102. <Compile Include="Dao\CeErpSukuraData.cs" />
  103. <Compile Include="Dao\CeErpToManagement.cs" />
  104. <Compile Include="Dao\CeErpSpecialRefund.cs" />
  105. <Compile Include="Dao\CeErpOrderFormData.cs" />
  106. <Compile Include="Cls\MenuItem.cs" />
  107. <Compile Include="ComBase.cs" />
  108. <Compile Include="Dao\CeErpBill.cs" />
  109. <Compile Include="Dao\CeErpCustomer.cs" />
  110. <Compile Include="Dao\CeErpDesignerBill.cs" />
  111. <Compile Include="Dao\CeErpDesignerBillLog.cs" />
  112. <Compile Include="Dao\CeErpDesignerFinishRate.cs" />
  113. <Compile Include="Dao\CeErpExpressInfo.cs" />
  114. <Compile Include="Dao\CeErpInvoicingInfo.cs" />
  115. <Compile Include="Dao\CeErpMailInfo.cs" />
  116. <Compile Include="Dao\CeErpMethod.cs" />
  117. <Compile Include="Dao\CeErpModular.cs" />
  118. <Compile Include="Dao\CeErpNotice.cs" />
  119. <Compile Include="Dao\CeErpNoticeCell.cs" />
  120. <Compile Include="Dao\CeErpOpt.cs" />
  121. <Compile Include="Dao\CeErpOrganization.cs" />
  122. <Compile Include="Dao\CeErpPermission.cs" />
  123. <Compile Include="Dao\CeErpPersuade.cs" />
  124. <Compile Include="Dao\CeErpPlaceRegister.cs" />
  125. <Compile Include="Dao\CeErpProcessList.cs" />
  126. <Compile Include="Dao\CeErpProfession.cs" />
  127. <Compile Include="Dao\CeErpStayGoods.cs" />
  128. <Compile Include="Dao\CeErpTmcLog.cs" />
  129. <Compile Include="Dao\CeErpTradeAfterSaleLog.cs" />
  130. <Compile Include="Dao\CeErpTradeCell.cs" />
  131. <Compile Include="Dao\CeErpTradeCellExtend.cs" />
  132. <Compile Include="Dao\CeErpTradeLog.cs" />
  133. <Compile Include="Dao\CeErpTradeRefund.cs" />
  134. <Compile Include="Dao\CeErpTradeResponsible.cs" />
  135. <Compile Include="Dao\CeErpTradeSample.cs" />
  136. <Compile Include="Dao\CeErpTradeSpu.cs" />
  137. <Compile Include="Dao\CeErpUserInfo.cs" />
  138. <Compile Include="Dao\CeErpPost.cs" />
  139. <Compile Include="Dao\CeErpProduct.cs" />
  140. <Compile Include="Dao\CeErpProductHour.cs" />
  141. <Compile Include="Dao\CeErpReturnCash.cs" />
  142. <Compile Include="Dao\CeErpShop.cs" />
  143. <Compile Include="Dao\CeErpSupplier.cs" />
  144. <Compile Include="Dao\CeErpSupplierProduct.cs" />
  145. <Compile Include="Dao\CeErpTrade.cs" />
  146. <Compile Include="Dao\CeErpTradeOrder.cs" />
  147. <Compile Include="Dao\CeErpUser.cs" />
  148. <Compile Include="Dao\CeErpUserPost.cs" />
  149. <Compile Include="Dao\CeErpZhangDan.cs" />
  150. <Compile Include="Dao\CeErpProductPrice.cs" />
  151. <Compile Include="Dao\CeWithdraw.cs" />
  152. <Compile Include="Dao\CeErpTradeAfterSaleExtend.cs" />
  153. <Compile Include="Dao\LogOperate.cs" />
  154. <Compile Include="Dao\Log_Login.cs" />
  155. <Compile Include="Dao\CeErpMessageTip.cs" />
  156. <Compile Include="Dao\SiteInfo.cs" />
  157. <Compile Include="Dao\SupplierLog.cs" />
  158. <Compile Include="Dao\SUser.cs" />
  159. <Compile Include="Dao\SZcItem.cs" />
  160. <Compile Include="Dao\UserObj.cs" />
  161. <Compile Include="Dao\CEErpPrintModel.cs" />
  162. <Compile Include="Enum\MessageState.cs" />
  163. <Compile Include="Enum\ProductCategory.cs" />
  164. <Compile Include="Enum\OrderState.cs" />
  165. <Compile Include="Enum\ProductCategory.cs" />
  166. <Compile Include="Enum\XiuState.cs" />
  167. <Compile Include="SiteDao\dic\SConcealType.cs" />
  168. <Compile Include="Dao\XPermission.cs" />
  169. <Compile Include="Enum\LabOrderState.cs" />
  170. <Compile Include="Enum\ModelType.cs" />
  171. <Compile Include="Enum\TaskState.cs" />
  172. <Compile Include="Enum\TaskPersonState.cs" />
  173. <Compile Include="Dao\XLog.cs" />
  174. <Compile Include="Dao\XModular.cs" />
  175. <Compile Include="Dao\XUser.cs" />
  176. <Compile Include="DicSysBase.cs" />
  177. <Compile Include="Enum\GoodsState.cs" />
  178. <Compile Include="Properties\AssemblyInfo.cs" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include=".editorconfig" />
  182. </ItemGroup>
  183. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  184. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  185. Other similar extension points exist, see Microsoft.Common.targets.
  186. <Target Name="BeforeBuild">
  187. </Target>
  188. <Target Name="AfterBuild">
  189. </Target>
  190. -->
  191. </Project>