~ruther/NosSmooth

ref: fd54bcc9213d0d1e0426e9ecc0e9aec6d6d33628 NosSmooth/Packets/NosSmooth.Packets/NosSmooth.Packets.csproj -rw-r--r-- 718 bytes
fd54bcc9 — František Boháček feat(data): add cli for database migration and extraction of nos files 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <TargetFramework>netstandard2.1</TargetFramework>
        <LangVersion>10</LangVersion>
        <Description>Contains default NosTale packets.</Description>
    </PropertyGroup>

    <ItemGroup>
        <ProjectReference Include="..\NosSmooth.PacketSerializer.Abstractions\NosSmooth.PacketSerializer.Abstractions.csproj" />
    </ItemGroup>
    
    <ItemGroup>
        <ProjectReference Include="..\NosSmooth.PacketSerializersGenerator\NosSmooth.PacketSerializersGenerator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
    </ItemGroup>
</Project>
Do not follow this link