You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 lines
11 KiB

2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
  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>{4DC47324-7EF1-449D-99C4-04C49E44D113}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ExportDataToFile</RootNamespace>
  10. <AssemblyName>ExportDataToFile</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. <NuGetPackageImportStamp>
  16. </NuGetPackageImportStamp>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="DotNet.Database, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <HintPath>packages\DotNet.Database.0.0.5\lib\DotNet.Database.dll</HintPath>
  40. </Reference>
  41. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  42. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.7.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Microsoft.Bcl.HashCode, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  45. <HintPath>packages\Microsoft.Bcl.HashCode.1.1.1\lib\net461\Microsoft.Bcl.HashCode.dll</HintPath>
  46. </Reference>
  47. <Reference Include="Microsoft.Extensions.Logging.Abstractions, Version=6.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
  48. <HintPath>packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\lib\net461\Microsoft.Extensions.Logging.Abstractions.dll</HintPath>
  49. </Reference>
  50. <Reference Include="MySqlConnector, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d33d3e53aa5f8c92, processorArchitecture=MSIL">
  51. <HintPath>packages\MySqlConnector.2.2.1\lib\net471\MySqlConnector.dll</HintPath>
  52. </Reference>
  53. <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
  54. <HintPath>packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
  55. </Reference>
  56. <Reference Include="Npgsql, Version=7.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  57. <HintPath>packages\Npgsql.7.0.0\lib\netstandard2.0\Npgsql.dll</HintPath>
  58. </Reference>
  59. <Reference Include="Oracle.ManagedDataAccess, Version=4.122.21.1, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
  60. <HintPath>packages\Oracle.ManagedDataAccess.21.8.0\lib\net462\Oracle.ManagedDataAccess.dll</HintPath>
  61. </Reference>
  62. <Reference Include="System" />
  63. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  64. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  67. <HintPath>packages\System.Collections.Immutable.7.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
  68. </Reference>
  69. <Reference Include="System.Configuration" />
  70. <Reference Include="System.Core" />
  71. <Reference Include="System.Diagnostics.DiagnosticSource, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  72. <HintPath>packages\System.Diagnostics.DiagnosticSource.6.0.0\lib\net461\System.Diagnostics.DiagnosticSource.dll</HintPath>
  73. </Reference>
  74. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  75. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  76. </Reference>
  77. <Reference Include="System.Numerics" />
  78. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  79. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  82. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Text.Encodings.Web, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  85. <HintPath>packages\System.Text.Encodings.Web.7.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System.Text.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  88. <HintPath>packages\System.Text.Json.7.0.0\lib\net462\System.Text.Json.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System.Threading.Channels, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  91. <HintPath>packages\System.Threading.Channels.7.0.0\lib\net462\System.Threading.Channels.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  94. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Transactions" />
  97. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  98. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Xml.Linq" />
  101. <Reference Include="System.Data.DataSetExtensions" />
  102. <Reference Include="Microsoft.CSharp" />
  103. <Reference Include="System.Data" />
  104. <Reference Include="System.Deployment" />
  105. <Reference Include="System.Drawing" />
  106. <Reference Include="System.Net.Http" />
  107. <Reference Include="System.Windows.Forms" />
  108. <Reference Include="System.Xml" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <Compile Include="Form1.cs">
  112. <SubType>Form</SubType>
  113. </Compile>
  114. <Compile Include="Form1.Designer.cs">
  115. <DependentUpon>Form1.cs</DependentUpon>
  116. </Compile>
  117. <Compile Include="Program.cs" />
  118. <Compile Include="ProgressForm.cs">
  119. <SubType>Form</SubType>
  120. </Compile>
  121. <Compile Include="ProgressForm.Designer.cs">
  122. <DependentUpon>ProgressForm.cs</DependentUpon>
  123. </Compile>
  124. <Compile Include="Properties\AssemblyInfo.cs" />
  125. <Compile Include="ShowForm.cs">
  126. <SubType>Form</SubType>
  127. </Compile>
  128. <Compile Include="ShowForm.Designer.cs">
  129. <DependentUpon>ShowForm.cs</DependentUpon>
  130. </Compile>
  131. <Compile Include="Utility\ErrorHandler.cs" />
  132. <Compile Include="Utility\OracleUtilityClass.cs" />
  133. <Compile Include="Utility\MySQLUtilityClass.cs" />
  134. <Compile Include="Utility\MSSQLUtilityClass.cs" />
  135. <Compile Include="Utility\PostgreSQLUtilityClass.cs" />
  136. <Compile Include="Utility\Utility.cs" />
  137. <EmbeddedResource Include="Form1.resx">
  138. <DependentUpon>Form1.cs</DependentUpon>
  139. </EmbeddedResource>
  140. <EmbeddedResource Include="ProgressForm.resx">
  141. <DependentUpon>ProgressForm.cs</DependentUpon>
  142. </EmbeddedResource>
  143. <EmbeddedResource Include="Properties\Resources.resx">
  144. <Generator>ResXFileCodeGenerator</Generator>
  145. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  146. <SubType>Designer</SubType>
  147. </EmbeddedResource>
  148. <Compile Include="Properties\Resources.Designer.cs">
  149. <AutoGen>True</AutoGen>
  150. <DependentUpon>Resources.resx</DependentUpon>
  151. </Compile>
  152. <EmbeddedResource Include="ShowForm.resx">
  153. <DependentUpon>ShowForm.cs</DependentUpon>
  154. </EmbeddedResource>
  155. <None Include="Oracle.DataAccess.Common.Configuration.Section.xsd">
  156. <SubType>Designer</SubType>
  157. </None>
  158. <None Include="Oracle.ManagedDataAccess.Client.Configuration.Section.xsd">
  159. <SubType>Designer</SubType>
  160. </None>
  161. <None Include="packages.config" />
  162. <None Include="Properties\Settings.settings">
  163. <Generator>SettingsSingleFileGenerator</Generator>
  164. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  165. </None>
  166. <Compile Include="Properties\Settings.Designer.cs">
  167. <AutoGen>True</AutoGen>
  168. <DependentUpon>Settings.settings</DependentUpon>
  169. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  170. </Compile>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <None Include="App.config" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Folder Include="Images\" />
  177. </ItemGroup>
  178. <ItemGroup>
  179. <WCFMetadata Include="Connected Services\" />
  180. </ItemGroup>
  181. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  182. <Import Project="packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets" Condition="Exists('packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" />
  183. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  184. <PropertyGroup>
  185. <ErrorText>此專案參考這部電腦上所缺少的 NuGet 套件。請啟用 NuGet 套件還原,以下載該套件。如需詳細資訊,請參閱 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的檔案是 {0}。</ErrorText>
  186. </PropertyGroup>
  187. <Error Condition="!Exists('packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets')" Text="$([System.String]::Format('$(ErrorText)', 'packages\Microsoft.Extensions.Logging.Abstractions.6.0.0\build\Microsoft.Extensions.Logging.Abstractions.targets'))" />
  188. </Target>
  189. </Project>