1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net8.0-windows</TargetFramework>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <UseWPF>true</UseWPF>
- </PropertyGroup>
- <ItemGroup>
- <None Remove="bin\Debug\net8.0-windows\photo\Logo.png" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="bin\Debug\net8.0-windows\photo\C430T4.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\C635Y6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\C943G5.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\F392G6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\N493G6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\B963H5.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\C730R7.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\C946Y6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\F745K4.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\F839R6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\G304H6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\H495H6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\L593H5.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\S394J5.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\S395B5.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\V026J4.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\V403G6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\V727Y6.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\W295Y5.jpg" />
- <Content Include="bin\Debug\net8.0-windows\photo\W405G6.jpg" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="bin\Debug\net8.0-windows\photo\B736H6.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\D735T5.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\E732R7.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\F573T5.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\G387Y6.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\H384H3.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\K437E6.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\R836H6.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\T793T4.jpg" />
- <Resource Include="bin\Debug\net8.0-windows\photo\А112Т4.jpg" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Dapper" Version="2.1.35" />
- <PackageReference Include="MySql.Data" Version="9.1.0" />
- <PackageReference Include="MySqlConnector" Version="2.4.0" />
- </ItemGroup>
- <ItemGroup>
- <Resource Include="logo\Logo.png" />
- </ItemGroup>
- <ItemGroup>
- <Folder Include=".vs\" />
- </ItemGroup>
- </Project>
|