mediatek86/projet/projet.csproj

17 lines
547 B
XML
Raw Normal View History

2025-05-26 12:28:36 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<BaseOutputPath>C:\Users\erwan\OneDrive\1 BTS SIO\Professionalisation\Doc</BaseOutputPath>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
2025-05-26 12:28:36 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MySql.Data" Version="9.3.0" />
</ItemGroup>
2025-05-26 12:28:36 +00:00
</Project>