CShock/TestApp/TestApp.csproj

19 lines
456 B
XML
Raw Permalink Normal View History

2024-01-20 20:02:12 +01:00
<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>
2024-02-12 02:02:45 +01:00
<PackageReference Include="GlaxLogger" Version="1.0.6" />
</ItemGroup>
2024-01-20 20:02:12 +01:00
</Project>