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

150 lines
7.1 KiB

3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
2 years ago
3 years ago
  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>{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.8</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SccProjectName>
  15. </SccProjectName>
  16. <SccLocalPath>
  17. </SccLocalPath>
  18. <SccAuxPath>
  19. </SccAuxPath>
  20. <SccProvider>
  21. </SccProvider>
  22. <TargetFrameworkProfile />
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Aspose.Cells, Version=7.2.1.0, Culture=neutral, PublicKeyToken=304f5aa34aff2288, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>bin\Debug\Aspose.Cells.dll</HintPath>
  45. </Reference>
  46. <Reference Include="EPPlus, Version=3.1.3.0, Culture=neutral, PublicKeyToken=ea159fdaa78159a1, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>bin\Debug\EPPlus.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  51. <HintPath>..\packages\NPOI.2.1.3.1\lib\net40\ICSharpCode.SharpZipLib.dll</HintPath>
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="Interop.grsvr6Lib">
  55. <HintPath>..\NFine.Web\bin\Interop.grsvr6Lib.dll</HintPath>
  56. <EmbedInteropTypes>True</EmbedInteropTypes>
  57. </Reference>
  58. <Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  59. <HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  63. <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="NPOI, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\packages\NPOI.2.4.1.0\NPOI.dll</HintPath>
  69. </Reference>
  70. <Reference Include="NPOI.OOXML, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\packages\NPOI.2.4.1.0\NPOI.OOXML.dll</HintPath>
  73. </Reference>
  74. <Reference Include="NPOI.OpenXml4Net, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\packages\NPOI.2.4.1.0\NPOI.OpenXml4Net.dll</HintPath>
  77. </Reference>
  78. <Reference Include="NPOI.OpenXmlFormats, Version=2.1.3.1, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\packages\NPOI.2.4.1.0\NPOI.OpenXmlFormats.dll</HintPath>
  81. </Reference>
  82. <Reference Include="System" />
  83. <Reference Include="System.Configuration" />
  84. <Reference Include="System.Core" />
  85. <Reference Include="System.Drawing" />
  86. <Reference Include="System.Net.Http" />
  87. <Reference Include="System.Web" />
  88. <Reference Include="System.Xml.Linq" />
  89. <Reference Include="System.Data.DataSetExtensions" />
  90. <Reference Include="Microsoft.CSharp" />
  91. <Reference Include="System.Data" />
  92. <Reference Include="System.Xml" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="Cache\Cache.cs" />
  96. <Compile Include="Cache\CacheFactory.cs" />
  97. <Compile Include="Cache\ICache.cs" />
  98. <Compile Include="Common.cs" />
  99. <Compile Include="Configs\Configs.cs" />
  100. <Compile Include="Configs\DBConnection.cs" />
  101. <Compile Include="Excel\ExcelHelper.cs" />
  102. <Compile Include="Excel\NPOIExcel.cs" />
  103. <Compile Include="Extend\Ext.Convert.cs" />
  104. <Compile Include="Extend\Ext.DateTime.cs" />
  105. <Compile Include="Extend\Ext.Format.cs" />
  106. <Compile Include="Extend\ExtLinq.cs" />
  107. <Compile Include="Extend\ExtList.cs" />
  108. <Compile Include="Extend\ExtLinq.SortBy.cs" />
  109. <Compile Include="Extend\ExtTable.cs" />
  110. <Compile Include="Extend\ExtList.Comparint.cs" />
  111. <Compile Include="File\FileDownHelper.cs" />
  112. <Compile Include="File\FileHelper.cs" />
  113. <Compile Include="GZip.cs" />
  114. <Compile Include="Json\Json.cs" />
  115. <Compile Include="Licence.cs" />
  116. <Compile Include="Log\Log.cs" />
  117. <Compile Include="Log\LogFactory.cs" />
  118. <Compile Include="Net\HttpMethods.cs" />
  119. <Compile Include="Net\Net.cs" />
  120. <Compile Include="Operator\OperatorModel.cs" />
  121. <Compile Include="Operator\OperatorProvider.cs" />
  122. <Compile Include="Properties\AssemblyInfo.cs" />
  123. <Compile Include="Security\DESEncrypt.cs" />
  124. <Compile Include="Security\Md5.cs" />
  125. <Compile Include="Serialize.cs" />
  126. <Compile Include="ServerUtility.cs" />
  127. <Compile Include="Validate\Validate.cs" />
  128. <Compile Include="VerifyCode.cs" />
  129. <Compile Include="Web\AjaxResult.cs" />
  130. <Compile Include="Web\TreeQuery.cs" />
  131. <Compile Include="Web\TreeGrid\TreeGrid.cs" />
  132. <Compile Include="Web\TreeGrid\TreeGridModel.cs" />
  133. <Compile Include="Web\Pagination.cs" />
  134. <Compile Include="Web\TreeView\TreeView.cs" />
  135. <Compile Include="Web\TreeView\TreeViewModel.cs" />
  136. <Compile Include="Web\Tree\TreeSelect.cs" />
  137. <Compile Include="Web\Tree\TreeSelectModel.cs" />
  138. <Compile Include="Web\WebHelper.cs" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Folder Include="Mail\" />
  142. </ItemGroup>
  143. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  144. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  145. Other similar extension points exist, see Microsoft.Common.targets.
  146. <Target Name="BeforeBuild">
  147. </Target>
  148. <Target Name="AfterBuild">
  149. </Target>
  150. -->
  151. </Project>