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