~ruther/NosSmooth

ref: eb8b44e7b94c56193fa84b31f34ba8ee734643ea NosSmooth/Data/NosSmooth.Data.NOSFiles/NosSmooth.Data.NOSFiles.csproj -rw-r--r-- 318 bytes
eb8b44e7 — František Boháček chore: remove chat commands from the solution 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net6.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
    </PropertyGroup>

    <ItemGroup>
      <Folder Include="Dat" />
      <Folder Include="Nos" />
    </ItemGroup>

</Project>
Do not follow this link