Oops, started repo in wrong dir

This commit is contained in:
joahreason 2023-11-16 09:43:52 -05:00
parent 499d087e20
commit a1588c56ca
59 changed files with 1047 additions and 0 deletions

14
GoSpec.csproj Normal file
View file

@ -0,0 +1,14 @@
<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>