Common.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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>{4A12A2C0-30C0-4D6A-A6CE-685824C333AC}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Common</RootNamespace>
  11. <AssemblyName>Common</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</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="AutoMapper, Version=7.0.1.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL">
  35. <HintPath>..\packages\AutoMapper.7.0.1\lib\net45\AutoMapper.dll</HintPath>
  36. </Reference>
  37. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  38. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  41. <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.ComponentModel.DataAnnotations" />
  45. <Reference Include="System.Configuration" />
  46. <Reference Include="System.Core" />
  47. <Reference Include="System.Runtime.Serialization" />
  48. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  49. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Web" />
  52. <Reference Include="System.Xml.Linq" />
  53. <Reference Include="System.Data.DataSetExtensions" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Xml" />
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Compile Include="AttributeHelper\AttributeUnti.cs" />
  61. <Compile Include="AttributeHelper\EntityAttributeHelper.cs" />
  62. <Compile Include="DES\DESHelper.cs" />
  63. <Compile Include="Extension\EnumExtension.cs" />
  64. <Compile Include="Extension\JsonCheckExtension.cs" />
  65. <Compile Include="Extension\ToModeExtension.cs" />
  66. <Compile Include="Extension\JsonExtension.cs" />
  67. <Compile Include="Extension\LambdaExtension.cs" />
  68. <Compile Include="Extension\ListExtension.cs" />
  69. <Compile Include="Extension\StringExtension.cs" />
  70. <Compile Include="Helper\ApiHelper.cs" />
  71. <Compile Include="Helper\ConfigHelper.cs" />
  72. <Compile Include="Helper\CopyHelper.cs" />
  73. <Compile Include="Helper\CzDataHelper1.cs" />
  74. <Compile Include="Helper\CzDataHelper.cs" />
  75. <Compile Include="Helper\EnumHelper.cs" />
  76. <Compile Include="Helper\FilesHelper.cs" />
  77. <Compile Include="Helper\HttpHelper.cs" />
  78. <Compile Include="Helper\JsHelper.cs" />
  79. <Compile Include="Helper\LunarCalendarHelper.cs" />
  80. <Compile Include="Helper\MapperHelper.cs" />
  81. <Compile Include="Helper\NetHelper.cs" />
  82. <Compile Include="Helper\OtherHelper.cs" />
  83. <Compile Include="Helper\ActionHelper.cs" />
  84. <Compile Include="Helper\ToolsHelper.cs" />
  85. <Compile Include="Helper\TypeConverter.cs" />
  86. <Compile Include="Helper\TypeHelper.cs" />
  87. <Compile Include="Helper\StringHelper.cs" />
  88. <Compile Include="Helper\NameHelper.cs" />
  89. <Compile Include="Helper\XmlHelper.cs" />
  90. <Compile Include="Json\JsonExtensions.cs" />
  91. <Compile Include="LambdaToSQL\ExpressionVisitor.cs" />
  92. <Compile Include="LambdaToSQL\ExpressionWriterSql.cs" />
  93. <Compile Include="LambdaToSQL\LambdaExpConditions.cs" />
  94. <Compile Include="LambdaToSQL\PartialEvaluator.cs" />
  95. <Compile Include="LambdaToSQL\ReflectionExtensions.cs" />
  96. <Compile Include="LambdaToSQL\TypeHelper.cs" />
  97. <Compile Include="Log4net\LogHelper.cs" />
  98. <Compile Include="Models\BaseJsonResult.cs" />
  99. <Compile Include="Models\ConfigurationTypeEnum.cs" />
  100. <Compile Include="Models\WinbonusModel.cs" />
  101. <Compile Include="Models\EnumModel.cs" />
  102. <Compile Include="Models\FCSConfig.cs" />
  103. <Compile Include="Models\PaginationDTO.cs" />
  104. <Compile Include="Models\TypeEnum.cs" />
  105. <Compile Include="Properties\AssemblyInfo.cs" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <None Include="packages.config" />
  109. </ItemGroup>
  110. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  111. </Project>