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.

170 lines
7.8 KiB

4 days 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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  42. <SpecificVersion>False</SpecificVersion>
  43. <HintPath>C:\Users\Lacy.xu\Desktop\EntityFramework.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EPPlus">
  46. <HintPath>..\NFine.Code\bin\Debug\EPPlus.dll</HintPath>
  47. </Reference>
  48. <Reference Include="ICSSoft.SendMail">
  49. <HintPath>..\..\..\..\基础版\NFine.Framework\NFine.Web\bin\ICSSoft.SendMail.dll</HintPath>
  50. </Reference>
  51. <Reference Include="log4net">
  52. <HintPath>..\..\..\..\基础版\dll\log4net.dll</HintPath>
  53. </Reference>
  54. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  55. <HintPath>..\..\..\..\基础版\dll\Newtonsoft.Json.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.ComponentModel.DataAnnotations" />
  60. <Reference Include="System.Configuration" />
  61. <Reference Include="System.Core" />
  62. <Reference Include="System.Data.Entity" />
  63. <Reference Include="System.Data.Linq" />
  64. <Reference Include="System.Web" />
  65. <Reference Include="System.Xml.Linq" />
  66. <Reference Include="System.Data.DataSetExtensions" />
  67. <Reference Include="Microsoft.CSharp" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Xml" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <Compile Include="01 Infrastructure\DbLogType.cs" />
  73. <Compile Include="KBSSRM\KBSCreateItemLotApp.cs" />
  74. <Compile Include="KBSSRM\InvMaintenanceApp.cs" />
  75. <Compile Include="KBSSRM\MaterialImportApp.cs" />
  76. <Compile Include="KBSSRM\PalletplateApp.cs" />
  77. <Compile Include="PNSRM\ASNManageApp.cs" />
  78. <Compile Include="PNSRM\PNBicDoc_BidResultApp.cs" />
  79. <Compile Include="PNSRM\PNBicDoc_PublishApp.cs" />
  80. <Compile Include="PNSRM\PNBicDoc_SellerApp.cs" />
  81. <Compile Include="PNSRM\CreateItemLotApp.cs" />
  82. <Compile Include="ProductManage\DiscountRateApp.cs" />
  83. <Compile Include="ProductManage\PreSellDetailApp.cs" />
  84. <Compile Include="ProductManage\PreSellApp.cs" />
  85. <Compile Include="ProductManage\MaintainApp.cs" />
  86. <Compile Include="Properties\AssemblyInfo.cs" />
  87. <Compile Include="SRM\ASNManageApp.cs" />
  88. <Compile Include="SRM\ASNMangeWeiWaiApp.cs" />
  89. <Compile Include="SRM\BasicSettingsApp.cs" />
  90. <Compile Include="SRM\BicDoc_BidResultApp.cs" />
  91. <Compile Include="SRM\BicDoc_PublishApp.cs" />
  92. <Compile Include="SRM\BicDoc_SellerApp.cs" />
  93. <Compile Include="SRM\ColumnEnable.cs" />
  94. <Compile Include="SRM\DXCartonNoManageApp.cs" />
  95. <Compile Include="SRM\CertifiCationApp.cs" />
  96. <Compile Include="SRM\ComparisonApp.cs" />
  97. <Compile Include="SRM\ContainerApp.cs" />
  98. <Compile Include="SRM\DHCreateItemLotApp.cs" />
  99. <Compile Include="SRM\DXCreateItemLotApp.cs" />
  100. <Compile Include="SRM\EcharsPerFormApp.cs" />
  101. <Compile Include="SRM\ICSSrmMessageApp.cs" />
  102. <Compile Include="SRM\ICSSrmportAlnoticeApp.cs" />
  103. <Compile Include="SRM\ICSVenDorRegisterApp.cs" />
  104. <Compile Include="SRM\InvoiceManageApp.cs" />
  105. <Compile Include="SRM\CAManageApp.cs" />
  106. <Compile Include="SRM\CartonNoManageApp.cs" />
  107. <Compile Include="SRM\CreateItemLotApp.cs" />
  108. <Compile Include="SRM\PerFormanceApp.cs" />
  109. <Compile Include="SRM\POMaintenanceApp.cs" />
  110. <Compile Include="SRM\POSignBacksApp.cs" />
  111. <Compile Include="SRM\PriceArticleApp.cs" />
  112. <Compile Include="SRM\PriceInquiryApp.cs" />
  113. <Compile Include="SRM\PrintApp.cs" />
  114. <Compile Include="SRM\PurchugApp.cs" />
  115. <Compile Include="SRM\QuotedPriceApp.cs" />
  116. <Compile Include="SRM\RCVListApp.cs" />
  117. <Compile Include="SRM\RFQManagerApp.cs" />
  118. <Compile Include="SRM\TakeEffApp.cs" />
  119. <Compile Include="SRM\UserWorkPointApp.cs" />
  120. <Compile Include="SRM\POReleaseApp.cs" />
  121. <Compile Include="SRM\VerificationApp.cs" />
  122. <Compile Include="SystemManage\CommonReportApp.cs" />
  123. <Compile Include="SystemManage\DataActionApp.cs" />
  124. <Compile Include="SystemManage\ItemsApp.cs" />
  125. <Compile Include="SystemManage\ItemsDetailApp.cs" />
  126. <Compile Include="SystemManage\ModuleApp.cs" />
  127. <Compile Include="SystemManage\ModuleButtonApp.cs" />
  128. <Compile Include="SystemManage\AreaApp.cs" />
  129. <Compile Include="SystemManage\OrganizeApp.cs" />
  130. <Compile Include="SystemManage\OrganizeByVendorApp.cs" />
  131. <Compile Include="SystemManage\RoleApp.cs" />
  132. <Compile Include="SystemManage\CustomerApp.cs" />
  133. <Compile Include="SystemManage\UserApp.cs" />
  134. <Compile Include="SystemManage\UserLogOnApp.cs" />
  135. <Compile Include="SystemManage\DutyApp.cs" />
  136. <Compile Include="SystemManage\RoleAuthorizeApp.cs" />
  137. <Compile Include="SystemSecurity\DbBackupApp.cs" />
  138. <Compile Include="SystemSecurity\FilterIPApp.cs" />
  139. <Compile Include="SystemSecurity\LogApp.cs" />
  140. </ItemGroup>
  141. <ItemGroup>
  142. <ProjectReference Include="..\NFine.Code\NFine.Code.csproj">
  143. <Project>{db19ce03-c307-43fe-a209-08aa4ae10e21}</Project>
  144. <Name>NFine.Code</Name>
  145. </ProjectReference>
  146. <ProjectReference Include="..\NFine.Data\NFine.Data.csproj">
  147. <Project>{f71003e8-a836-48f4-9df6-df9095cebd18}</Project>
  148. <Name>NFine.Data</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\NFine.Domain\NFine.Domain.csproj">
  151. <Project>{7dc886cd-b8a0-44e8-aadd-57fcb0cfecb8}</Project>
  152. <Name>NFine.Domain</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\NFine.Repository\NFine.Repository.csproj">
  155. <Project>{875233bf-ea15-49e0-9a9c-77884a897ff6}</Project>
  156. <Name>NFine.Repository</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <ItemGroup>
  160. <None Include="packages.config" />
  161. </ItemGroup>
  162. <ItemGroup />
  163. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  164. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  165. Other similar extension points exist, see Microsoft.Common.targets.
  166. <Target Name="BeforeBuild">
  167. </Target>
  168. <Target Name="AfterBuild">
  169. </Target>
  170. -->
  171. </Project>