郑许地铁

ZXDT.Common.csproj 5.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{56213535-7FD9-4ACD-A497-705670CE61DC}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>ZXDT.Common</RootNamespace>
  12. <AssemblyName>ZXDT.Common</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <TargetFrameworkProfile />
  16. <SccProjectName>
  17. </SccProjectName>
  18. <SccLocalPath>
  19. </SccLocalPath>
  20. <SccAuxPath>
  21. </SccAuxPath>
  22. <SccProvider>
  23. </SccProvider>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <DebugType>pdbonly</DebugType>
  36. <Optimize>true</Optimize>
  37. <OutputPath>bin\Release\</OutputPath>
  38. <DefineConstants>TRACE</DefineConstants>
  39. <ErrorReport>prompt</ErrorReport>
  40. <WarningLevel>4</WarningLevel>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="ICSharpCode.SharpZipLib">
  44. <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
  45. </Reference>
  46. <Reference Include="Ionic.Zip, Version=1.9.1.8, Culture=neutral, PublicKeyToken=edbe51ad942a3f5c, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Ionic.Zip.1.9.1.8\lib\Ionic.Zip.dll</HintPath>
  48. </Reference>
  49. <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  50. <HintPath>..\packages\log4net.2.0.12\lib\net40\log4net.dll</HintPath>
  51. </Reference>
  52. <Reference Include="NPOI, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  53. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.dll</HintPath>
  54. </Reference>
  55. <Reference Include="NPOI.OOXML, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  56. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OOXML.dll</HintPath>
  57. </Reference>
  58. <Reference Include="NPOI.OpenXml4Net, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  59. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  60. </Reference>
  61. <Reference Include="NPOI.OpenXmlFormats, Version=2.2.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  62. <HintPath>..\packages\NPOI.2.2.1\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System" />
  65. <Reference Include="System.configuration" />
  66. <Reference Include="System.Data" />
  67. <Reference Include="System.Drawing" />
  68. <Reference Include="System.Web" />
  69. <Reference Include="System.Web.Extensions" />
  70. <Reference Include="System.Xml" />
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="CacheHelper.cs" />
  74. <Compile Include="DateUtil.cs" />
  75. <Compile Include="CommonRequest.cs" />
  76. <Compile Include="ConfigUtil.cs" />
  77. <Compile Include="CookieUtil.cs" />
  78. <Compile Include="DESEncrypt.cs" />
  79. <Compile Include="DNTRequest.cs" />
  80. <Compile Include="DTEnums.cs" />
  81. <Compile Include="DTKeys.cs" />
  82. <Compile Include="DTRequest.cs" />
  83. <Compile Include="DTMail.cs" />
  84. <Compile Include="ExcelReadWrite.cs" />
  85. <Compile Include="LoginUser.cs" />
  86. <Compile Include="MessageBox.cs" />
  87. <Compile Include="Office\Excel\ExcelStyle.cs" />
  88. <Compile Include="Office\Excel\ExcelStyleCollection.cs" />
  89. <Compile Include="Office\Excel\ExcelWorkbook.cs" />
  90. <Compile Include="Office\Excel\Worksheet.cs" />
  91. <Compile Include="Office\Excel\WorksheetCollection.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <Compile Include="RegexUtil.cs" />
  94. <Compile Include="SerializationHelper.cs" />
  95. <Compile Include="SortUtil.cs" />
  96. <Compile Include="MySystem.cs" />
  97. <Compile Include="StringHelper.cs" />
  98. <Compile Include="StringUtil.cs" />
  99. <Compile Include="LogHelper.cs" />
  100. <Compile Include="SysLog.cs" />
  101. <Compile Include="Thumbnail.cs" />
  102. <Compile Include="Utils.cs" />
  103. <Compile Include="WaterMark.cs" />
  104. <Compile Include="Web\CheckPwd.cs" />
  105. <Compile Include="Web\Hard.cs" />
  106. <Compile Include="Web\Tree.cs" />
  107. <Compile Include="Web\TreeModel.cs" />
  108. <Compile Include="Web\WebHelper.cs" />
  109. <Compile Include="XmlHelper.cs" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Content Include="Office\Excel\使用方法.txt" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="packages.config" />
  116. </ItemGroup>
  117. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  118. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  119. Other similar extension points exist, see Microsoft.Common.targets.
  120. <Target Name="BeforeBuild">
  121. </Target>
  122. <Target Name="AfterBuild">
  123. </Target>
  124. -->
  125. </Project>