纽威
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.

152 lines
6.8 KiB

3 years ago
3 years ago
3 years ago
3 years 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>{DB19CE03-C307-43FE-A209-08AA4AE10E21}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>NFine.Code</RootNamespace>
  11. <AssemblyName>NFine.Code</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>..\..\dll\Aspose.Cells.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  46. <SpecificVersion>False</SpecificVersion>
  47. <HintPath>..\..\EntityFramework.dll</HintPath>
  48. </Reference>
  49. <Reference Include="EPPlus, Version=3.1.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  50. <SpecificVersion>False</SpecificVersion>
  51. <HintPath>..\..\dll\EPPlus.dll</HintPath>
  52. </Reference>
  53. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  54. <HintPath>..\..\dll\ICSharpCode.SharpZipLib.dll</HintPath>
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="Interop.grsvr6Lib">
  58. <HintPath>..\..\..\..\..\基础版SRM\Interop.grsvr6Lib.dll</HintPath>
  59. <EmbedInteropTypes>True</EmbedInteropTypes>
  60. </Reference>
  61. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  62. <SpecificVersion>False</SpecificVersion>
  63. <HintPath>..\..\dll\log4net.dll</HintPath>
  64. </Reference>
  65. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  66. <HintPath>..\..\dll\Newtonsoft.Json.dll</HintPath>
  67. <Private>True</Private>
  68. </Reference>
  69. <Reference Include="NPOI">
  70. <HintPath>..\..\dll\NPOI.dll</HintPath>
  71. </Reference>
  72. <Reference Include="NPOI.OOXML">
  73. <HintPath>..\..\dll\NPOI.OOXML.dll</HintPath>
  74. </Reference>
  75. <Reference Include="NPOI.OpenXml4Net">
  76. <HintPath>..\..\dll\NPOI.OpenXml4Net.dll</HintPath>
  77. </Reference>
  78. <Reference Include="NPOI.OpenXmlFormats">
  79. <HintPath>..\..\dll\NPOI.OpenXmlFormats.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System" />
  82. <Reference Include="System.ComponentModel.DataAnnotations" />
  83. <Reference Include="System.Configuration" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Data.Entity" />
  86. <Reference Include="System.Drawing" />
  87. <Reference Include="System.Net.Http" />
  88. <Reference Include="System.Web" />
  89. <Reference Include="System.Xml.Linq" />
  90. <Reference Include="System.Data.DataSetExtensions" />
  91. <Reference Include="Microsoft.CSharp" />
  92. <Reference Include="System.Data" />
  93. <Reference Include="System.Xml" />
  94. </ItemGroup>
  95. <ItemGroup>
  96. <Compile Include="Cache\Cache.cs" />
  97. <Compile Include="Cache\CacheFactory.cs" />
  98. <Compile Include="Cache\ICache.cs" />
  99. <Compile Include="Common.cs" />
  100. <Compile Include="Configs\Configs.cs" />
  101. <Compile Include="Configs\DBConnection.cs" />
  102. <Compile Include="Excel\ExcelHelper.cs" />
  103. <Compile Include="Excel\NPOIExcel.cs" />
  104. <Compile Include="Extend\Ext.Convert.cs" />
  105. <Compile Include="Extend\Ext.DateTime.cs" />
  106. <Compile Include="Extend\Ext.Format.cs" />
  107. <Compile Include="Extend\ExtLinq.cs" />
  108. <Compile Include="Extend\ExtList.cs" />
  109. <Compile Include="Extend\ExtLinq.SortBy.cs" />
  110. <Compile Include="Extend\ExtTable.cs" />
  111. <Compile Include="Extend\ExtList.Comparint.cs" />
  112. <Compile Include="File\FileDownHelper.cs" />
  113. <Compile Include="File\FileHelper.cs" />
  114. <Compile Include="GZip.cs" />
  115. <Compile Include="Json\Json.cs" />
  116. <Compile Include="Licence.cs" />
  117. <Compile Include="Log\Log.cs" />
  118. <Compile Include="Log\LogFactory.cs" />
  119. <Compile Include="Mail\MailHelper.cs" />
  120. <Compile Include="Net\HttpMethods.cs" />
  121. <Compile Include="Net\Net.cs" />
  122. <Compile Include="Operator\OperatorModel.cs" />
  123. <Compile Include="Operator\OperatorProvider.cs" />
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="Security\DESEncrypt.cs" />
  126. <Compile Include="Security\Md5.cs" />
  127. <Compile Include="Serialize.cs" />
  128. <Compile Include="ServerUtility.cs" />
  129. <Compile Include="Validate\Validate.cs" />
  130. <Compile Include="VerifyCode.cs" />
  131. <Compile Include="Web\AjaxResult.cs" />
  132. <Compile Include="Web\TreeQuery.cs" />
  133. <Compile Include="Web\TreeGrid\TreeGrid.cs" />
  134. <Compile Include="Web\TreeGrid\TreeGridModel.cs" />
  135. <Compile Include="Web\Pagination.cs" />
  136. <Compile Include="Web\TreeView\TreeView.cs" />
  137. <Compile Include="Web\TreeView\TreeViewModel.cs" />
  138. <Compile Include="Web\Tree\TreeSelect.cs" />
  139. <Compile Include="Web\Tree\TreeSelectModel.cs" />
  140. <Compile Include="Web\WebHelper.cs" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <WCFMetadata Include="Service References\" />
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>