MSHO.Collection.DataAccess.csproj 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  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>{91DC72E1-87FF-4C81-B9F5-E65861C3EBDF}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MSHO.Collection.DataAccess</RootNamespace>
  11. <AssemblyName>MSHO.Collection.DataAccess</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</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>TRACE;DEBUG;NATIVE</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;NATIVE</DefineConstants>
  29. <ErrorReport>prompt</ErrorReport>
  30. <WarningLevel>4</WarningLevel>
  31. </PropertyGroup>
  32. <ItemGroup>
  33. <Reference Include="EntityFramework">
  34. <HintPath>..\..\References\EntityFramework.dll</HintPath>
  35. </Reference>
  36. <Reference Include="EntityFramework.SqlServer">
  37. <HintPath>..\..\References\EntityFramework.SqlServer.dll</HintPath>
  38. </Reference>
  39. <Reference Include="HK.File.Client">
  40. <HintPath>..\..\References\HK.File.Client.dll</HintPath>
  41. </Reference>
  42. <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\..\References\Newtonsoft.Json.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.ComponentModel.Composition" />
  48. <Reference Include="System.ComponentModel.DataAnnotations" />
  49. <Reference Include="System.Configuration" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Drawing" />
  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="..\..\MSHO.Collection.DataAccess\MSHOReportService.cs" />
  61. <Compile Include="..\..\MSHO.Collection.DataAccess\SystemSettingService.cs" />
  62. <Compile Include="..\..\MSHO.Collection.DataAccess\MSHOService.cs" />
  63. <Compile Include="..\..\MSHO.Collection.DataAccess\Enums\SystemLogTypeEnum.cs">
  64. <Link>Enums\SystemLogTypeEnum.cs</Link>
  65. </Compile>
  66. <Compile Include="..\..\MSHO.Collection.DataAccess\Enums\WEIGHTING_FILE_TYPE.cs">
  67. <Link>Enums\WEIGHTING_FILE_TYPE.cs</Link>
  68. </Compile>
  69. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\User.cs">
  70. <Link>Models\User.cs</Link>
  71. </Compile>
  72. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\DictionaryType.cs">
  73. <Link>Models\DictionaryType.cs</Link>
  74. </Compile>
  75. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Role.cs">
  76. <Link>Models\Role.cs</Link>
  77. </Compile>
  78. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Station.cs">
  79. <Link>Models\Station.cs</Link>
  80. </Compile>
  81. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\SystemLog.cs">
  82. <Link>Models\SystemLog.cs</Link>
  83. </Compile>
  84. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\CollectConfig.cs">
  85. <Link>Models\CollectConfig.cs</Link>
  86. </Compile>
  87. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Device.cs">
  88. <Link>Models\Device.cs</Link>
  89. </Compile>
  90. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\OverloadRange.cs">
  91. <Link>Models\OverloadRange.cs</Link>
  92. </Compile>
  93. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\LimitStandard.cs">
  94. <Link>Models\LimitStandard.cs</Link>
  95. </Compile>
  96. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Weighting.cs">
  97. <Link>Models\Weighting.cs</Link>
  98. </Compile>
  99. <Compile Include="..\..\MSHO.Collection.DataAccess\Helper\FileService.cs">
  100. <Link>Helper\FileService.cs</Link>
  101. </Compile>
  102. <Compile Include="..\..\MSHO.Collection.DataAccess\Helper\JsonSerializable.cs">
  103. <Link>Helper\JsonSerializable.cs</Link>
  104. </Compile>
  105. <Compile Include="..\..\MSHO.Collection.DataAccess\Helper\UtilsHelper.cs">
  106. <Link>Helper\UtilsHelper.cs</Link>
  107. </Compile>
  108. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\UserRoles\RoleClaim.cs">
  109. <Link>Models\UserRoles\RoleClaim.cs</Link>
  110. </Compile>
  111. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\UserRoles\UserClaim.cs">
  112. <Link>Models\UserRoles\UserClaim.cs</Link>
  113. </Compile>
  114. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\UserRoles\UserLogin.cs">
  115. <Link>Models\UserRoles\UserLogin.cs</Link>
  116. </Compile>
  117. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\UserRoles\UserRole.cs">
  118. <Link>Models\UserRoles\UserRole.cs</Link>
  119. </Compile>
  120. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\UserRoles\UserToken.cs">
  121. <Link>Models\UserRoles\UserToken.cs</Link>
  122. </Compile>
  123. <Compile Include="..\..\MSHO.Collection.DataAccess\DbContexts\BaseService.cs">
  124. <Link>DbContexts\BaseService.cs</Link>
  125. </Compile>
  126. <Compile Include="..\..\MSHO.Collection.DataAccess\DbContexts\MSHO_DBContext.cs">
  127. <Link>DbContexts\MSHO_DBContext.cs</Link>
  128. </Compile>
  129. <Compile Include="..\..\MSHO.Collection.DataAccess\ViewModels\TodayOverload.cs">
  130. <Link>ViewModels\TodayOverload.cs</Link>
  131. </Compile>
  132. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\Bus_Weighting.cs">
  133. <Link>ClientModels\Bus_Weighting.cs</Link>
  134. </Compile>
  135. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\Kdtc_Weighting.cs">
  136. <Link>ClientModels\Kdtc_Weighting.cs</Link>
  137. </Compile>
  138. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\Weighting.cs">
  139. <Link>ClientModels\Weighting.cs</Link>
  140. </Compile>
  141. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\SQL2000_DiBangData_Weighting.cs">
  142. <Link>ClientModels\SQL2000_DiBangData_Weighting.cs</Link>
  143. </Compile>
  144. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\SQL2000_oreManageDBCli_Weighting.cs">
  145. <Link>ClientModels\SQL2000_oreManageDBCli_Weighting.cs</Link>
  146. </Compile>
  147. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\SQL2000_oreManageDBCli_2_Weighting.cs">
  148. <Link>ClientModels\SQL2000_oreManageDBCli_2_Weighting.cs</Link>
  149. </Compile>
  150. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\SQL2000_oreManageDBCli_3_Weighting.cs">
  151. <Link>ClientModels\SQL2000_oreManageDBCli_3_Weighting.cs</Link>
  152. </Compile>
  153. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\LowSpeedNew_Weighting.cs">
  154. <Link>ClientModels\LowSpeedNew_Weighting.cs</Link>
  155. </Compile>
  156. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\Access_Weighting.cs">
  157. <Link>ClientModels\Access_Weighting.cs</Link>
  158. </Compile>
  159. <Compile Include="..\..\MSHO.Collection.DataAccess\ClientModels\ClientDataType.cs">
  160. <Link>ClientModels\ClientDataType.cs</Link>
  161. </Compile>
  162. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Systems\MenuOperation.cs">
  163. <Link>Models\Systems\MenuOperation.cs</Link>
  164. </Compile>
  165. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Systems\RoleMenu.cs">
  166. <Link>Models\Systems\RoleMenu.cs</Link>
  167. </Compile>
  168. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Systems\RoleMenuOperation.cs">
  169. <Link>Models\Systems\RoleMenuOperation.cs</Link>
  170. </Compile>
  171. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Systems\SystemMenu.cs">
  172. <Link>Models\Systems\SystemMenu.cs</Link>
  173. </Compile>
  174. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Systems\SystemMenuOperation.cs">
  175. <Link>Models\Systems\SystemMenuOperation.cs</Link>
  176. </Compile>
  177. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Organizations\Organization.cs">
  178. <Link>Models\Organizations\Organization.cs</Link>
  179. </Compile>
  180. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Organizations\OrganizationDepartment.cs">
  181. <Link>Models\Organizations\OrganizationDepartment.cs</Link>
  182. </Compile>
  183. <Compile Include="..\..\MSHO.Collection.DataAccess\Models\Organizations\OrganizationJob.cs">
  184. <Link>Models\Organizations\OrganizationJob.cs</Link>
  185. </Compile>
  186. </ItemGroup>
  187. <ItemGroup>
  188. <Compile Include="..\..\MSHO.Collection.DataAccess\ViewModels\GetReportMonthSame_Resp.cs">
  189. <Link>ViewModels\GetReportMonthSame_Resp.cs</Link>
  190. </Compile>
  191. <Compile Include="..\..\MSHO.Collection.DataAccess\ViewModels\GetReportStationTotal_Resp.cs">
  192. <Link>ViewModels\GetReportStationTotal_Resp.cs</Link>
  193. </Compile>
  194. <Compile Include="..\..\MSHO.Collection.DataAccess\ViewModels\GetReportStation_Resp.cs">
  195. <Link>ViewModels\GetReportStation_Resp.cs</Link>
  196. </Compile>
  197. <Compile Include="..\..\MSHO.Collection.DataAccess\ViewModels\GetReportTimeRangeOverload_Resp.cs">
  198. <Link>ViewModels\GetReportTimeRangeOverload_Resp.cs</Link>
  199. </Compile>
  200. </ItemGroup>
  201. <ItemGroup>
  202. <Compile Include="Properties\AssemblyInfo.cs" />
  203. </ItemGroup>
  204. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  205. </Project>