mirror of
https://github.com/joahreason/GoSpec.git
synced 2026-09-27 13:07:04 +02:00
14 lines
No EOL
422 B
XML
14 lines
No EOL
422 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="CounterStrikeSharp.API">
|
|
<HintPath>C:/Users/joahr/OneDrive/Documents/Dev/addons/counterstrikesharp/api/CounterStrikeSharp.API.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |