CShock/TestApp/TestApp.csproj
2024-02-12 02:02:45 +01:00

19 lines
456 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\CShocker\CShocker.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="GlaxLogger" Version="1.0.6" />
</ItemGroup>
</Project>