First POC
This commit is contained in:
17
gaseous-identifier/gaseous-identifier.csproj
Normal file
17
gaseous-identifier/gaseous-identifier.csproj
Normal file
@@ -0,0 +1,17 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<RootNamespace>gaseous_identifier</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<None Remove="classes\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="classes\" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Reference in New Issue
Block a user