Working on initial project structure.
This commit is contained in:
16
MySqlPlus.Example/MySqlPlus.Example.csproj
Normal file
16
MySqlPlus.Example/MySqlPlus.Example.csproj
Normal file
@ -0,0 +1,16 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>disable</ImplicitUsings>
|
||||
<Nullable>disable</Nullable>
|
||||
<AssemblyName>MontoyaTech.MySqlPlus.Example</AssemblyName>
|
||||
<RootNamespace>MontoyaTech.MySqlPlus.Example</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\MySqlPlus\MySqlPlus.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
Reference in New Issue
Block a user