You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

320 lines
14 KiB

2 weeks ago
2 weeks ago
2 weeks ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{F2035EE2-B73D-4FB8-A433-CAB465DE6A2A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Application</RootNamespace>
  11. <AssemblyName>NFine.Application</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. </PropertyGroup>
  23. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  24. <DebugSymbols>true</DebugSymbols>
  25. <DebugType>full</DebugType>
  26. <Optimize>false</Optimize>
  27. <OutputPath>bin\Debug\</OutputPath>
  28. <DefineConstants>DEBUG;TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="Aspose.Cells, Version=7.2.1.0, Culture=neutral, PublicKeyToken=304f5aa34aff2288, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>bin\Debug\Aspose.Cells.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EPPlus, Version=3.1.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>bin\Debug\EPPlus.dll</HintPath>
  48. </Reference>
  49. <Reference Include="ICSharpCode.SharpZipLib">
  50. <HintPath>..\packages\NPOI.2.1.3.1\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
  51. </Reference>
  52. <Reference Include="ICSSoft.Base.Config.AppConfig">
  53. <HintPath>bin\Release\ICSSoft.Base.Config.AppConfig.dll</HintPath>
  54. </Reference>
  55. <Reference Include="ICSSoft.Base.Config.DBHelper, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\NFine.Data\bin\Debug\ICSSoft.Base.Config.DBHelper.dll</HintPath>
  58. </Reference>
  59. <Reference Include="ICSSoft.SendMail, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\NFine.Web\bin\ICSSoft.SendMail.dll</HintPath>
  62. </Reference>
  63. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\NFine.Web\bin\log4net.dll</HintPath>
  66. </Reference>
  67. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  68. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\NFine.Web\bin\NPOI.dll</HintPath>
  74. </Reference>
  75. <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>bin\Debug\NPOI.OOXML.dll</HintPath>
  78. </Reference>
  79. <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>bin\Debug\NPOI.OpenXml4Net.dll</HintPath>
  82. </Reference>
  83. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>bin\Debug\NPOI.OpenXmlFormats.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System" />
  88. <Reference Include="System.Configuration" />
  89. <Reference Include="System.Core" />
  90. <Reference Include="System.Runtime.Serialization" />
  91. <Reference Include="System.ServiceModel" />
  92. <Reference Include="System.Web" />
  93. <Reference Include="System.Xml.Linq" />
  94. <Reference Include="System.Data.DataSetExtensions" />
  95. <Reference Include="Microsoft.CSharp" />
  96. <Reference Include="System.Data" />
  97. <Reference Include="System.Xml" />
  98. </ItemGroup>
  99. <ItemGroup>
  100. <Compile Include="01 Infrastructure\DbLogType.cs" />
  101. <Compile Include="Service References\CreateApBilleFile\Reference.cs">
  102. <AutoGen>True</AutoGen>
  103. <DesignTime>True</DesignTime>
  104. <DependentUpon>Reference.svcmap</DependentUpon>
  105. </Compile>
  106. <Compile Include="Service References\CreateAPBill\Reference.cs">
  107. <AutoGen>True</AutoGen>
  108. <DesignTime>True</DesignTime>
  109. <DependentUpon>Reference.svcmap</DependentUpon>
  110. </Compile>
  111. <Compile Include="Service References\CreatePriceList\Reference.cs">
  112. <AutoGen>True</AutoGen>
  113. <DesignTime>True</DesignTime>
  114. <DependentUpon>Reference.svcmap</DependentUpon>
  115. </Compile>
  116. <Compile Include="Service References\DeleteAPBill\Reference.cs">
  117. <AutoGen>True</AutoGen>
  118. <DesignTime>True</DesignTime>
  119. <DependentUpon>Reference.svcmap</DependentUpon>
  120. </Compile>
  121. <Compile Include="SqlCommandHelper.cs" />
  122. <Compile Include="ProductManage\DiscountRateApp.cs" />
  123. <Compile Include="ProductManage\PreSellDetailApp.cs" />
  124. <Compile Include="ProductManage\PreSellApp.cs" />
  125. <Compile Include="ProductManage\MaintainApp.cs" />
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <Compile Include="SRM\ASNManageApp.cs" />
  128. <Compile Include="SRM\BicDoc_BidResultApp.cs" />
  129. <Compile Include="SRM\BicDoc_PublishApp.cs" />
  130. <Compile Include="SRM\BicDoc_SellerApp.cs" />
  131. <Compile Include="SRM\CAManageApp.cs" />
  132. <Compile Include="SRM\CartonNoManageApp.cs" />
  133. <Compile Include="SRM\ComparisonApp.cs" />
  134. <Compile Include="SRM\CreateItemLotApp.cs" />
  135. <Compile Include="SRM\FileBindVendorApp.cs" />
  136. <Compile Include="SRM\GetInvCodeCreateBarCodeApp.cs" />
  137. <Compile Include="SRM\InvoiceManageApp.cs" />
  138. <Compile Include="SRM\NpoiMemoryStream.cs" />
  139. <Compile Include="SRM\POMaintenanceApp.cs" />
  140. <Compile Include="SRM\POSignBacksApp.cs" />
  141. <Compile Include="SRM\PriceArticleApp.cs" />
  142. <Compile Include="SRM\PurchugApp.cs" />
  143. <Compile Include="SRM\QuestionApp.cs" />
  144. <Compile Include="SRM\QuotedPriceApp.cs" />
  145. <Compile Include="SRM\RCVListApp.cs" />
  146. <Compile Include="SRM\RFQManagerApp.cs" />
  147. <Compile Include="SRM\SRMAgreementApp.cs" />
  148. <Compile Include="SRM\TakeEffApp.cs" />
  149. <Compile Include="SRM\VenderKPIApp.cs" />
  150. <Compile Include="SRM\UserWorkPointApp.cs" />
  151. <Compile Include="SRM\POReleaseApp.cs" />
  152. <Compile Include="SRM\PMManageApp.cs" />
  153. <Compile Include="SRM\PMApplyApp.cs" />
  154. <Compile Include="SystemManage\ItemsApp.cs" />
  155. <Compile Include="SystemManage\ItemsDetailApp.cs" />
  156. <Compile Include="SystemManage\ModuleApp.cs" />
  157. <Compile Include="SystemManage\ModuleButtonApp.cs" />
  158. <Compile Include="SystemManage\AreaApp.cs" />
  159. <Compile Include="SystemManage\OrganizeApp.cs" />
  160. <Compile Include="SystemManage\RoleApp.cs" />
  161. <Compile Include="SystemManage\CustomerApp.cs" />
  162. <Compile Include="SystemManage\UserApp.cs" />
  163. <Compile Include="SystemManage\UserLogOnApp.cs" />
  164. <Compile Include="SystemManage\DutyApp.cs" />
  165. <Compile Include="SystemManage\RoleAuthorizeApp.cs" />
  166. <Compile Include="SystemSecurity\DbBackupApp.cs" />
  167. <Compile Include="SystemSecurity\FilterIPApp.cs" />
  168. <Compile Include="SystemSecurity\LogApp.cs" />
  169. </ItemGroup>
  170. <ItemGroup>
  171. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  172. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  173. <Name>NFine.Code</Name>
  174. </ProjectReference>
  175. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  176. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  177. <Name>NFine.Data</Name>
  178. </ProjectReference>
  179. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  180. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  181. <Name>NFine.Domain</Name>
  182. </ProjectReference>
  183. <ProjectReference Include="..\NFine.Repository\NFine.Repository.csproj">
  184. <Project>{875233bf-ea15-49e0-9a9c-77884a897ff6}</Project>
  185. <Name>NFine.Repository</Name>
  186. </ProjectReference>
  187. </ItemGroup>
  188. <ItemGroup>
  189. <WCFMetadata Include="Service References\" />
  190. </ItemGroup>
  191. <ItemGroup>
  192. <None Include="app.config" />
  193. <None Include="packages.config" />
  194. <None Include="Service References\CreateApBilleFile\NFine.Application.CreateApBilleFile.CreateAPBillFileSVOperationResult.datasource">
  195. <DependentUpon>Reference.svcmap</DependentUpon>
  196. </None>
  197. <None Include="Service References\CreateApBilleFile\service.wsdl" />
  198. <None Include="Service References\CreateApBilleFile\service.xsd">
  199. <SubType>Designer</SubType>
  200. </None>
  201. <None Include="Service References\CreateApBilleFile\service1.xsd">
  202. <SubType>Designer</SubType>
  203. </None>
  204. <None Include="Service References\CreateApBilleFile\UFIDA.ISV.CreateAPBillFileSV.xsd">
  205. <SubType>Designer</SubType>
  206. </None>
  207. <None Include="Service References\CreateAPBill\NFine.Application.CreateAPBill.CustCreateApBySrcDocSrvReturnNEWModel.datasource">
  208. <DependentUpon>Reference.svcmap</DependentUpon>
  209. </None>
  210. <None Include="Service References\CreateAPBill\service.wsdl" />
  211. <None Include="Service References\CreateAPBill\service.xsd">
  212. <SubType>Designer</SubType>
  213. </None>
  214. <None Include="Service References\CreateAPBill\service1.xsd">
  215. <SubType>Designer</SubType>
  216. </None>
  217. <None Include="Service References\CreateAPBill\UFIDA.U9.Cust.CreateApBillBySrcDoc.xsd">
  218. <SubType>Designer</SubType>
  219. </None>
  220. <None Include="Service References\CreatePriceList\EntityData.xsd">
  221. <SubType>Designer</SubType>
  222. </None>
  223. <None Include="Service References\CreatePriceList\NFine.Application.CreatePriceList.CustCallUFIDAISVCreatePriceListSrvSubOperationResult.datasource">
  224. <DependentUpon>Reference.svcmap</DependentUpon>
  225. </None>
  226. <None Include="Service References\CreatePriceList\service.wsdl" />
  227. <None Include="Service References\CreatePriceList\service.xsd">
  228. <SubType>Designer</SubType>
  229. </None>
  230. <None Include="Service References\CreatePriceList\service1.xsd">
  231. <SubType>Designer</SubType>
  232. </None>
  233. <None Include="Service References\CreatePriceList\System.Data.xsd">
  234. <SubType>Designer</SubType>
  235. </None>
  236. <None Include="Service References\CreatePriceList\UFIDA.U9.ISV.CreatePriceListSV.xsd">
  237. <SubType>Designer</SubType>
  238. </None>
  239. <None Include="Service References\CreatePriceList\UFSoft.UBF.PL.Engine.xsd">
  240. <SubType>Designer</SubType>
  241. </None>
  242. <None Include="Service References\CreatePriceList\UFSoft.UBF.Util.Data.xsd">
  243. <SubType>Designer</SubType>
  244. </None>
  245. <None Include="Service References\DeleteAPBill\NFine.Application.DeleteAPBill.DeleteAPBillOperationResult.datasource">
  246. <DependentUpon>Reference.svcmap</DependentUpon>
  247. </None>
  248. <None Include="Service References\DeleteAPBill\service.wsdl" />
  249. <None Include="Service References\DeleteAPBill\service.xsd">
  250. <SubType>Designer</SubType>
  251. </None>
  252. <None Include="Service References\DeleteAPBill\service1.xsd">
  253. <SubType>Designer</SubType>
  254. </None>
  255. <None Include="Service References\DeleteAPBill\UFIDA.ISV.DeleteAPBillSV.xsd">
  256. <SubType>Designer</SubType>
  257. </None>
  258. </ItemGroup>
  259. <ItemGroup>
  260. <WCFMetadataStorage Include="Service References\CreateApBilleFile\" />
  261. <WCFMetadataStorage Include="Service References\CreateAPBill\" />
  262. <WCFMetadataStorage Include="Service References\CreatePriceList\" />
  263. <WCFMetadataStorage Include="Service References\DeleteAPBill\" />
  264. </ItemGroup>
  265. <ItemGroup>
  266. <None Include="Service References\CreateAPBill\configuration91.svcinfo" />
  267. </ItemGroup>
  268. <ItemGroup>
  269. <None Include="Service References\CreateAPBill\configuration.svcinfo" />
  270. </ItemGroup>
  271. <ItemGroup>
  272. <None Include="Service References\CreateAPBill\Reference.svcmap">
  273. <Generator>WCF Proxy Generator</Generator>
  274. <LastGenOutput>Reference.cs</LastGenOutput>
  275. </None>
  276. </ItemGroup>
  277. <ItemGroup>
  278. <None Include="Service References\DeleteAPBill\configuration91.svcinfo" />
  279. </ItemGroup>
  280. <ItemGroup>
  281. <None Include="Service References\DeleteAPBill\configuration.svcinfo" />
  282. </ItemGroup>
  283. <ItemGroup>
  284. <None Include="Service References\DeleteAPBill\Reference.svcmap">
  285. <Generator>WCF Proxy Generator</Generator>
  286. <LastGenOutput>Reference.cs</LastGenOutput>
  287. </None>
  288. </ItemGroup>
  289. <ItemGroup>
  290. <None Include="Service References\CreateApBilleFile\configuration91.svcinfo" />
  291. </ItemGroup>
  292. <ItemGroup>
  293. <None Include="Service References\CreateApBilleFile\configuration.svcinfo" />
  294. </ItemGroup>
  295. <ItemGroup>
  296. <None Include="Service References\CreateApBilleFile\Reference.svcmap">
  297. <Generator>WCF Proxy Generator</Generator>
  298. <LastGenOutput>Reference.cs</LastGenOutput>
  299. </None>
  300. </ItemGroup>
  301. <ItemGroup>
  302. <None Include="Service References\CreatePriceList\configuration91.svcinfo" />
  303. </ItemGroup>
  304. <ItemGroup>
  305. <None Include="Service References\CreatePriceList\configuration.svcinfo" />
  306. </ItemGroup>
  307. <ItemGroup>
  308. <None Include="Service References\CreatePriceList\Reference.svcmap">
  309. <Generator>WCF Proxy Generator</Generator>
  310. <LastGenOutput>Reference.cs</LastGenOutput>
  311. </None>
  312. </ItemGroup>
  313. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  314. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  315. Other similar extension points exist, see Microsoft.Common.targets.
  316. <Target Name="BeforeBuild">
  317. </Target>
  318. <Target Name="AfterBuild">
  319. </Target>
  320. -->
  321. </Project>