DataManager.csproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  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>{807193E2-214A-47A9-B05B-A85FD3A1F174}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>DataManager</RootNamespace>
  10. <AssemblyName>DataManager</AssemblyName>
  11. <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
  12. <FileAlignment>512</FileAlignment>
  13. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  14. <Deterministic>true</Deterministic>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  37. <HintPath>packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
  38. </Reference>
  39. <Reference Include="MySql.Data, Version=9.0.0.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\..\..\..\..\..\..\Program Files (x86)\MySQL\MySQL Connector NET 9.0\MySql.Data.dll</HintPath>
  42. </Reference>
  43. <Reference Include="PresentationCore" />
  44. <Reference Include="PresentationFramework" />
  45. <Reference Include="System" />
  46. <Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  47. <HintPath>packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
  48. </Reference>
  49. <Reference Include="System.Configuration" />
  50. <Reference Include="System.Core" />
  51. <Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  52. <HintPath>packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Numerics" />
  55. <Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  56. <HintPath>packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  59. <HintPath>packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Text.Encodings.Web, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  62. <HintPath>packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll</HintPath>
  63. </Reference>
  64. <Reference Include="System.Text.Json, Version=8.0.0.4, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  65. <HintPath>packages\System.Text.Json.8.0.4\lib\net462\System.Text.Json.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  68. <HintPath>packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  71. <HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
  72. </Reference>
  73. <Reference Include="System.Windows.Forms.DataVisualization" />
  74. <Reference Include="System.Xaml" />
  75. <Reference Include="System.Xml.Linq" />
  76. <Reference Include="System.Data.DataSetExtensions" />
  77. <Reference Include="Microsoft.CSharp" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Deployment" />
  80. <Reference Include="System.Drawing" />
  81. <Reference Include="System.Net.Http" />
  82. <Reference Include="System.Windows.Forms" />
  83. <Reference Include="System.Xml" />
  84. <Reference Include="WindowsBase" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <Compile Include="CollectionTask.cs" />
  88. <Compile Include="Login.cs">
  89. <SubType>Form</SubType>
  90. </Compile>
  91. <Compile Include="Login.Designer.cs">
  92. <DependentUpon>Login.cs</DependentUpon>
  93. </Compile>
  94. <Compile Include="NavChart.cs">
  95. <SubType>Form</SubType>
  96. </Compile>
  97. <Compile Include="NavChart.Designer.cs">
  98. <DependentUpon>NavChart.cs</DependentUpon>
  99. </Compile>
  100. <Compile Include="UIBuckAuthorizeFund.cs">
  101. <SubType>Form</SubType>
  102. </Compile>
  103. <Compile Include="UIBuckAuthorizeFund.Designer.cs">
  104. <DependentUpon>UIBuckAuthorizeFund.cs</DependentUpon>
  105. </Compile>
  106. <Compile Include="UICollectionTask.cs">
  107. <SubType>Form</SubType>
  108. </Compile>
  109. <Compile Include="UICollectionTask.Designer.cs">
  110. <DependentUpon>UICollectionTask.cs</DependentUpon>
  111. </Compile>
  112. <Compile Include="UICompany.cs">
  113. <SubType>Form</SubType>
  114. </Compile>
  115. <Compile Include="UICompany.Designer.cs">
  116. <DependentUpon>UICompany.cs</DependentUpon>
  117. </Compile>
  118. <Compile Include="UIConstants.cs" />
  119. <Compile Include="UIContactTask.cs">
  120. <SubType>Form</SubType>
  121. </Compile>
  122. <Compile Include="UIContactTask.Designer.cs">
  123. <DependentUpon>UIContactTask.cs</DependentUpon>
  124. </Compile>
  125. <Compile Include="DataAccess.cs" />
  126. <Compile Include="DataManager.cs">
  127. <SubType>Form</SubType>
  128. </Compile>
  129. <Compile Include="DataManager.Designer.cs">
  130. <DependentUpon>DataManager.cs</DependentUpon>
  131. </Compile>
  132. <Compile Include="ContactTask.cs" />
  133. <Compile Include="UIFund.cs">
  134. <SubType>Form</SubType>
  135. </Compile>
  136. <Compile Include="UIFund.Designer.cs">
  137. <DependentUpon>UIFund.cs</DependentUpon>
  138. </Compile>
  139. <Compile Include="Program.cs" />
  140. <Compile Include="Properties\AssemblyInfo.cs" />
  141. <Compile Include="UIPerson.cs">
  142. <SubType>Form</SubType>
  143. </Compile>
  144. <Compile Include="UIPerson.Designer.cs">
  145. <DependentUpon>UIPerson.cs</DependentUpon>
  146. </Compile>
  147. <EmbeddedResource Include="Login.resx">
  148. <DependentUpon>Login.cs</DependentUpon>
  149. </EmbeddedResource>
  150. <EmbeddedResource Include="NavChart.resx">
  151. <DependentUpon>NavChart.cs</DependentUpon>
  152. </EmbeddedResource>
  153. <EmbeddedResource Include="UIBuckAuthorizeFund.resx">
  154. <DependentUpon>UIBuckAuthorizeFund.cs</DependentUpon>
  155. </EmbeddedResource>
  156. <EmbeddedResource Include="UICollectionTask.resx">
  157. <DependentUpon>UICollectionTask.cs</DependentUpon>
  158. </EmbeddedResource>
  159. <EmbeddedResource Include="UICompany.resx">
  160. <DependentUpon>UICompany.cs</DependentUpon>
  161. </EmbeddedResource>
  162. <EmbeddedResource Include="UIContactTask.resx">
  163. <DependentUpon>UIContactTask.cs</DependentUpon>
  164. </EmbeddedResource>
  165. <EmbeddedResource Include="DataManager.resx">
  166. <DependentUpon>DataManager.cs</DependentUpon>
  167. </EmbeddedResource>
  168. <EmbeddedResource Include="UIFund.resx">
  169. <DependentUpon>UIFund.cs</DependentUpon>
  170. </EmbeddedResource>
  171. <EmbeddedResource Include="Properties\Resources.resx">
  172. <Generator>ResXFileCodeGenerator</Generator>
  173. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  174. <SubType>Designer</SubType>
  175. </EmbeddedResource>
  176. <Compile Include="Properties\Resources.Designer.cs">
  177. <AutoGen>True</AutoGen>
  178. <DependentUpon>Resources.resx</DependentUpon>
  179. </Compile>
  180. <EmbeddedResource Include="UIPerson.resx">
  181. <DependentUpon>UIPerson.cs</DependentUpon>
  182. </EmbeddedResource>
  183. <None Include="packages.config" />
  184. <None Include="Properties\Settings.settings">
  185. <Generator>SettingsSingleFileGenerator</Generator>
  186. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  187. </None>
  188. <Compile Include="Properties\Settings.Designer.cs">
  189. <AutoGen>True</AutoGen>
  190. <DependentUpon>Settings.settings</DependentUpon>
  191. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  192. </Compile>
  193. </ItemGroup>
  194. <ItemGroup>
  195. <None Include="App.config" />
  196. </ItemGroup>
  197. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  198. </Project>