SysBaseLibs.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{F65D9823-B468-4524-856C-CCFE7F1CBFBB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SysBaseLibs</RootNamespace>
  11. <AssemblyName>SysBaseLibs</AssemblyName>
  12. <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. </PropertyGroup>
  15. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  16. <DebugSymbols>true</DebugSymbols>
  17. <DebugType>full</DebugType>
  18. <Optimize>false</Optimize>
  19. <OutputPath>bin\Debug\</OutputPath>
  20. <DefineConstants>DEBUG;TRACE</DefineConstants>
  21. <ErrorReport>prompt</ErrorReport>
  22. <WarningLevel>4</WarningLevel>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  25. <DebugType>pdbonly</DebugType>
  26. <Optimize>true</Optimize>
  27. <OutputPath>bin\Release\</OutputPath>
  28. <DefineConstants>TRACE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="ICSharpCode.SharpZipLib, Version=1.0.0.999, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
  34. <HintPath>..\packages\SharpZipLib.1.0.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath>
  35. </Reference>
  36. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  37. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  38. </Reference>
  39. <Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  40. <HintPath>..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
  41. </Reference>
  42. <Reference Include="NPOI, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  43. <HintPath>..\packages\NPOI.2.4.1\lib\net45\NPOI.dll</HintPath>
  44. </Reference>
  45. <Reference Include="NPOI.OOXML, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  46. <HintPath>..\packages\NPOI.2.4.1\lib\net45\NPOI.OOXML.dll</HintPath>
  47. </Reference>
  48. <Reference Include="NPOI.OpenXml4Net, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  49. <HintPath>..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXml4Net.dll</HintPath>
  50. </Reference>
  51. <Reference Include="NPOI.OpenXmlFormats, Version=2.4.1.0, Culture=neutral, PublicKeyToken=0df73ec7942b34e1, processorArchitecture=MSIL">
  52. <HintPath>..\packages\NPOI.2.4.1\lib\net45\NPOI.OpenXmlFormats.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Web" />
  58. <Reference Include="System.Web.Services" />
  59. <Reference Include="System.Xml.Linq" />
  60. <Reference Include="System.Data.DataSetExtensions" />
  61. <Reference Include="Microsoft.CSharp" />
  62. <Reference Include="System.Data" />
  63. <Reference Include="System.Net.Http" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="AppConfig.cs" />
  68. <Compile Include="AppEnv.cs" />
  69. <Compile Include="ConvertJson.cs" />
  70. <Compile Include="DALibs.cs" />
  71. <Compile Include="DBConfig.cs" />
  72. <Compile Include="DBConnSql.cs" />
  73. <Compile Include="DynamicWebService.cs" />
  74. <Compile Include="EnumList.cs" />
  75. <Compile Include="ExcelHelper.cs" />
  76. <Compile Include="IdCollection.cs" />
  77. <Compile Include="InterfaceList.cs" />
  78. <Compile Include="Json.cs" />
  79. <Compile Include="JsonConverter.cs" />
  80. <Compile Include="JsonHelper.cs" />
  81. <Compile Include="LogHelper.cs" />
  82. <Compile Include="Properties\AssemblyInfo.cs" />
  83. <Compile Include="RandomUtil.cs" />
  84. <Compile Include="rsIdName.cs" />
  85. <Compile Include="rsQuery.cs" />
  86. <Compile Include="rsXmlNode.cs" />
  87. <Compile Include="Security\AppEnv.cs" />
  88. <Compile Include="Security\FileFuns.cs" />
  89. <Compile Include="SerializerHelper.cs" />
  90. <Compile Include="SysRebackDisplayInfo.cs" />
  91. <Compile Include="ThreadLog.cs" />
  92. <Compile Include="UploadFileHelper.cs" />
  93. <Compile Include="Utils.cs" />
  94. <Compile Include="UtilStr.cs" />
  95. <Compile Include="ValidUtils.cs" />
  96. <Compile Include="XMLSerialization.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <ProjectReference Include="..\SysSecLibs\SysSecLibs.csproj">
  100. <Project>{3a54af99-afb0-4ff4-9368-b6ed99c4be7e}</Project>
  101. <Name>SysSecLibs</Name>
  102. </ProjectReference>
  103. </ItemGroup>
  104. <ItemGroup>
  105. <None Include="packages.config" />
  106. </ItemGroup>
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>