trade_akapralov.csproj 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>WinExe</OutputType>
  4. <TargetFramework>net8.0-windows</TargetFramework>
  5. <Nullable>enable</Nullable>
  6. <ImplicitUsings>enable</ImplicitUsings>
  7. <UseWPF>true</UseWPF>
  8. </PropertyGroup>
  9. <ItemGroup>
  10. <None Remove="bin\Debug\net8.0-windows\photo\Logo.png" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <Content Include="bin\Debug\net8.0-windows\photo\C430T4.jpg" />
  14. <Content Include="bin\Debug\net8.0-windows\photo\C635Y6.jpg" />
  15. <Content Include="bin\Debug\net8.0-windows\photo\C943G5.jpg" />
  16. <Content Include="bin\Debug\net8.0-windows\photo\F392G6.jpg" />
  17. <Content Include="bin\Debug\net8.0-windows\photo\N493G6.jpg" />
  18. <Content Include="bin\Debug\net8.0-windows\photo\B963H5.jpg" />
  19. <Content Include="bin\Debug\net8.0-windows\photo\C730R7.jpg" />
  20. <Content Include="bin\Debug\net8.0-windows\photo\C946Y6.jpg" />
  21. <Content Include="bin\Debug\net8.0-windows\photo\F745K4.jpg" />
  22. <Content Include="bin\Debug\net8.0-windows\photo\F839R6.jpg" />
  23. <Content Include="bin\Debug\net8.0-windows\photo\G304H6.jpg" />
  24. <Content Include="bin\Debug\net8.0-windows\photo\H495H6.jpg" />
  25. <Content Include="bin\Debug\net8.0-windows\photo\L593H5.jpg" />
  26. <Content Include="bin\Debug\net8.0-windows\photo\S394J5.jpg" />
  27. <Content Include="bin\Debug\net8.0-windows\photo\S395B5.jpg" />
  28. <Content Include="bin\Debug\net8.0-windows\photo\V026J4.jpg" />
  29. <Content Include="bin\Debug\net8.0-windows\photo\V403G6.jpg" />
  30. <Content Include="bin\Debug\net8.0-windows\photo\V727Y6.jpg" />
  31. <Content Include="bin\Debug\net8.0-windows\photo\W295Y5.jpg" />
  32. <Content Include="bin\Debug\net8.0-windows\photo\W405G6.jpg" />
  33. </ItemGroup>
  34. <ItemGroup>
  35. <Resource Include="bin\Debug\net8.0-windows\photo\B736H6.jpg" />
  36. <Resource Include="bin\Debug\net8.0-windows\photo\D735T5.jpg" />
  37. <Resource Include="bin\Debug\net8.0-windows\photo\E732R7.jpg" />
  38. <Resource Include="bin\Debug\net8.0-windows\photo\F573T5.jpg" />
  39. <Resource Include="bin\Debug\net8.0-windows\photo\G387Y6.jpg" />
  40. <Resource Include="bin\Debug\net8.0-windows\photo\H384H3.jpg" />
  41. <Resource Include="bin\Debug\net8.0-windows\photo\K437E6.jpg" />
  42. <Resource Include="bin\Debug\net8.0-windows\photo\R836H6.jpg" />
  43. <Resource Include="bin\Debug\net8.0-windows\photo\T793T4.jpg" />
  44. <Resource Include="bin\Debug\net8.0-windows\photo\А112Т4.jpg" />
  45. </ItemGroup>
  46. <ItemGroup>
  47. <PackageReference Include="Dapper" Version="2.1.35" />
  48. <PackageReference Include="MySql.Data" Version="9.1.0" />
  49. <PackageReference Include="MySqlConnector" Version="2.4.0" />
  50. </ItemGroup>
  51. <ItemGroup>
  52. <Resource Include="logo\Logo.png" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Folder Include=".vs\" />
  56. </ItemGroup>
  57. </Project>