SIMDP.DAL.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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>{353B51A9-F938-4CC5-8C2D-9CA3BF5F69A3}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>SIMDP.DAL</RootNamespace>
  11. <AssemblyName>SIMDP.DAL</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <Deterministic>true</Deterministic>
  15. <TargetFrameworkProfile />
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup>
  35. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
  39. <HintPath>..\packages\log4net.2.0.8\lib\net45-full\log4net.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Configuration" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Web.Extensions" />
  45. <Reference Include="System.Web.Extensions.Design" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Net.Http" />
  51. <Reference Include="System.Xml" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="DalData\DataBase.cs" />
  55. <Compile Include="DalData\DatableToList.cs" />
  56. <Compile Include="DalData\DataTableConvertJson.cs" />
  57. <Compile Include="DalData\DataTableConvertJson2.cs" />
  58. <Compile Include="DalData\DataTableToJson.cs" />
  59. <Compile Include="DalData\DataTableTypeToJson.cs" />
  60. <Compile Include="DALSQL\DalAuthoryGroup.cs" />
  61. <Compile Include="DALSQL\DalAuthoryRight.cs" />
  62. <Compile Include="DALSQL\DalAuthoryRole.cs" />
  63. <Compile Include="DALSQL\DalAuthoryUser.cs" />
  64. <Compile Include="DALSQL\DalRemnantInformation.cs" />
  65. <Compile Include="DALSQL\DalSystemNotice.cs" />
  66. <Compile Include="DALSQL\DalUserParameter.cs" />
  67. <Compile Include="DALSQL\DalSequence.cs" />
  68. <Compile Include="DALSQL\DalWhite.cs" />
  69. <Compile Include="DALSQL\DalDataGroup.cs" />
  70. <Compile Include="DALSQL\DalDataPoint.cs" />
  71. <Compile Include="DALSQL\DalGroupRole.cs" />
  72. <Compile Include="DALSQL\DalLogLogIn.cs" />
  73. <Compile Include="DALSQL\DalLogOperation.cs" />
  74. <Compile Include="DALSQL\DalLogOperationSetting.cs" />
  75. <Compile Include="DALSQL\DalMenuInfo.cs" />
  76. <Compile Include="DALSQL\DalPlcInfo.cs" />
  77. <Compile Include="DALSQL\DalProductData.cs" />
  78. <Compile Include="DALSQL\DalRoleRight.cs" />
  79. <Compile Include="DALSQL\DalRule.cs" />
  80. <Compile Include="DALSQL\DalSystemParameter.cs" />
  81. <Compile Include="DALSQL\DalUserRole.cs" />
  82. <Compile Include="IDALSQL\IDalAuthoryGroup.cs" />
  83. <Compile Include="IDALSQL\IDalAuthoryRight.cs" />
  84. <Compile Include="IDALSQL\IDalAuthoryRole.cs" />
  85. <Compile Include="IDALSQL\IDalAuthoryUser.cs" />
  86. <Compile Include="IDALSQL\IDalRemnantInformation.cs" />
  87. <Compile Include="IDALSQL\IDalSystemNotice.cs" />
  88. <Compile Include="IDALSQL\IDalUserParameter.cs" />
  89. <Compile Include="IDALSQL\IDalSequence.cs" />
  90. <Compile Include="IDALSQL\IDalWhite.cs" />
  91. <Compile Include="IDALSQL\IDalDataGroup.cs" />
  92. <Compile Include="IDALSQL\IDalGroupRole.cs" />
  93. <Compile Include="IDALSQL\IDalLogLogIn.cs" />
  94. <Compile Include="IDALSQL\IDalLogOperation.cs" />
  95. <Compile Include="IDALSQL\IDalLogOperationSetting.cs" />
  96. <Compile Include="IDALSQL\IDalMenuInfo.cs" />
  97. <Compile Include="IDALSQL\IDalPlcInfo.cs" />
  98. <Compile Include="IDALSQL\IDalDataPoint.cs" />
  99. <Compile Include="IDALSQL\IDalProductData.cs" />
  100. <Compile Include="IDALSQL\IDalRoleRight.cs" />
  101. <Compile Include="IDALSQL\IDalRule.cs" />
  102. <Compile Include="IDALSQL\IDalSystemParameter.cs" />
  103. <Compile Include="IDALSQL\IDalUserRole.cs" />
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <None Include="app.config" />
  108. <None Include="packages.config" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <ProjectReference Include="..\ProjectBase.Data\ProjectBase.Data.csproj">
  112. <Project>{ec573c83-a921-4670-bf62-f57f836649cc}</Project>
  113. <Name>ProjectBase.Data</Name>
  114. </ProjectReference>
  115. <ProjectReference Include="..\ProjectBase.Util\ProjectBase.Util.csproj">
  116. <Project>{86a2b1c2-efca-48b2-bea4-be7db24be679}</Project>
  117. <Name>ProjectBase.Util</Name>
  118. </ProjectReference>
  119. <ProjectReference Include="..\SIMDP.Model\SIMDP.Model.csproj">
  120. <Project>{b67761af-db23-4338-96ba-70ae33dd6da8}</Project>
  121. <Name>SIMDP.Model</Name>
  122. </ProjectReference>
  123. <ProjectReference Include="..\SIMDP.Util\SIMDP.Util.csproj">
  124. <Project>{14d41b5c-11fe-4222-b779-a3acdf855afe}</Project>
  125. <Name>SIMDP.Util</Name>
  126. </ProjectReference>
  127. </ItemGroup>
  128. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  129. </Project>