Uninpho.DBOperation.csproj 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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>{BBBF52AC-23BE-402F-80E6-F863F84A0022}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Uninpho.DBOperation</RootNamespace>
  11. <AssemblyName>Uninpho.DBOperation</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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="Newtonsoft.Json">
  35. <HintPath>..\Lib\SqlSugar\Newtonsoft.Json.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Npgsql, Version=4.0.11.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  38. <HintPath>..\packages\Npgsql.4.0.11\lib\net45\Npgsql.dll</HintPath>
  39. <Private>True</Private>
  40. </Reference>
  41. <Reference Include="SqlSugar">
  42. <HintPath>..\Lib\SqlSugar\SqlSugar.dll</HintPath>
  43. </Reference>
  44. <Reference Include="System" />
  45. <Reference Include="System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  46. <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="System.Configuration" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard1.1\System.Memory.dll</HintPath>
  53. <Private>True</Private>
  54. </Reference>
  55. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  56. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  57. <Private>True</Private>
  58. </Reference>
  59. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  60. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.2\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\netstandard1.0\System.ValueTuple.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="System.Xml.Linq" />
  68. <Reference Include="System.Data.DataSetExtensions" />
  69. <Reference Include="Microsoft.CSharp" />
  70. <Reference Include="System.Data" />
  71. <Reference Include="System.Net.Http" />
  72. <Reference Include="System.Xml" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="Config.cs" />
  76. <Compile Include="Model\Assist_daocha.cs" />
  77. <Compile Include="Model\Assist_guanjie.cs" />
  78. <Compile Include="Model\Assist_quxian.cs" />
  79. <Compile Include="Model\Assist_xxxwcsvdata.cs" />
  80. <Compile Include="Model\T_daocha_account.cs" />
  81. <Compile Include="Model\T_qkanalysis_account.cs" />
  82. <Compile Include="Model\T_glanalysis_account.cs" />
  83. <Compile Include="Model\T_dwqkfile_account.cs" />
  84. <Compile Include="Model\T_dwfile_account .cs" />
  85. <Compile Include="Model\T_file_account.cs" />
  86. <Compile Include="Model\T_quekou_account.cs" />
  87. <Compile Include="Model\T_gonglv_account.cs" />
  88. <Compile Include="Model\T_guanjie_account.cs" />
  89. <Compile Include="Model\T_jgjdistance_table.cs" />
  90. <Compile Include="Model\T_jihefenxi_account.cs" />
  91. <Compile Include="Model\T_jihefenxi_boxing.cs" />
  92. <Compile Include="Model\Assist_loginuser.cs" />
  93. <Compile Include="Model\Login_user.cs" />
  94. <Compile Include="Model\T_lunguili_account.cs" />
  95. <Compile Include="Model\T_lunguili_boxing.cs" />
  96. <Compile Include="Model\T_luxianming_sf.cs" />
  97. <Compile Include="Model\T_metadata_account.cs" />
  98. <Compile Include="Model\T_mitielifeng_exceldata.cs" />
  99. <Compile Include="Model\Assist_xxxwcsvlist.cs" />
  100. <Compile Include="Model\T_xxxw_csvdata.cs" />
  101. <Compile Include="Model\T_zhuzhenjihe_exceldata.cs" />
  102. <Compile Include="Model\T_xxxw_csvlist.cs" />
  103. <Compile Include="Model\T_zhuzhenjihe_filelist.cs" />
  104. <Compile Include="Model\T_mitielifeng_filelist.cs" />
  105. <Compile Include="Model\T_quxian_account.cs" />
  106. <Compile Include="Model\T_xianlulicheng_sf.cs" />
  107. <Compile Include="Model\User.cs" />
  108. <Compile Include="Operation\Demo1_Queryable.cs" />
  109. <Compile Include="Operation\Demo2_Updateable.cs" />
  110. <Compile Include="Operation\Demo3_Insertable.cs" />
  111. <Compile Include="Operation\Demo4_Deleteable.cs" />
  112. <Compile Include="Operation\DataAnalysisToPG.cs" />
  113. <Compile Include="Operation\DMControl.cs" />
  114. <Compile Include="Operation\MetaDataCtrl.cs" />
  115. <Compile Include="Operation\SqlQueryable_QX.cs" />
  116. <Compile Include="Operation\Demo5_SqlQueryable.cs" />
  117. <Compile Include="Properties\AssemblyInfo.cs" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="app.config">
  121. <SubType>Designer</SubType>
  122. </None>
  123. <None Include="ClassDiagram2.cd" />
  124. <None Include="packages.config" />
  125. </ItemGroup>
  126. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>