WWPipeLine.Commons.csproj 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" 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>{BB601704-3755-4C57-AFB4-866DD4BAA044}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>WWPipeLine.Commons</RootNamespace>
  11. <AssemblyName>WWPipeLine.Commons</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  35. <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
  36. </Reference>
  37. <Reference Include="log4net, Version=2.0.12.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  38. <HintPath>..\packages\log4net.2.0.12\lib\net45\log4net.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Newtonsoft.Json.13.0.1-beta1\lib\net45\Newtonsoft.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="NPOI, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  44. <HintPath>..\packages\NPOI.2.3.0\lib\net40\NPOI.dll</HintPath>
  45. </Reference>
  46. <Reference Include="NPOI.OOXML, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  47. <HintPath>..\packages\NPOI.2.3.0\lib\net40\NPOI.OOXML.dll</HintPath>
  48. </Reference>
  49. <Reference Include="NPOI.OpenXml4Net, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  50. <HintPath>..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXml4Net.dll</HintPath>
  51. </Reference>
  52. <Reference Include="NPOI.OpenXmlFormats, Version=2.3.0.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  53. <HintPath>..\packages\NPOI.2.3.0\lib\net40\NPOI.OpenXmlFormats.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System" />
  56. <Reference Include="System.Configuration" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Web" />
  60. <Reference Include="System.Windows.Forms" />
  61. <Reference Include="System.Xml.Linq" />
  62. <Reference Include="System.Data.DataSetExtensions" />
  63. <Reference Include="Microsoft.CSharp" />
  64. <Reference Include="System.Data" />
  65. <Reference Include="System.Net.Http" />
  66. <Reference Include="System.Xml" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="Cache\Cache.cs" />
  70. <Compile Include="Cache\ProductInfo.cs" />
  71. <Compile Include="CloneExtended.cs" />
  72. <Compile Include="ConstValues.cs" />
  73. <Compile Include="EncodeHelper.cs" />
  74. <Compile Include="EnumHelper.cs" />
  75. <Compile Include="ExportDgvToExcel.cs" />
  76. <Compile Include="ExtendedUtils.cs" />
  77. <Compile Include="Extensions\ExpressionExtensions.cs" />
  78. <Compile Include="Log4Net\ILogger.cs" />
  79. <Compile Include="Log4Net\Log4Logger.cs" />
  80. <Compile Include="Log4Net\LogHelper.cs" />
  81. <Compile Include="MethodExtensions.cs" />
  82. <Compile Include="Paths.cs" />
  83. <Compile Include="Plugsin\IPlugsin.cs" />
  84. <Compile Include="PropertiesExtended.cs" />
  85. <Compile Include="Properties\AssemblyInfo.cs" />
  86. <Compile Include="PythonHelper.cs" />
  87. <Compile Include="ReflectionHelper.cs" />
  88. <Compile Include="SerializeHelper\BinaryFormatterHelper.cs" />
  89. <Compile Include="SerializeHelper\IniHelper.cs" />
  90. <Compile Include="SerializeHelper\JsonHelper.cs" />
  91. <Compile Include="SerializeHelper\XmlHelper.cs" />
  92. <Compile Include="ShareLog\PythonShareLog.cs" />
  93. <Compile Include="ShareLog\ShareLog.cs" />
  94. <Compile Include="ShareLog\ShareLogService.cs" />
  95. <Compile Include="SingletonProvider.cs" />
  96. <Compile Include="StringEx.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="packages.config" />
  100. </ItemGroup>
  101. <ItemGroup />
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. </Project>