Skip to content

Commit

Permalink
Hmm...
Browse files Browse the repository at this point in the history
  • Loading branch information
Sardelka9515 committed Dec 21, 2022
1 parent 7c96d94 commit f133f91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/ScriptHookVDotNetCore/ScriptHookVDotNetCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@
<Copyright>Copyright © 2022 Sardelka9515</Copyright>
<Description>ScriptHookV for .NET Core using NativeAOT technology</Description>
<Authors>Sardelka</Authors>
<IncludeSymbols>True</IncludeSymbols>
<PackageProjectUrl>https://github.com/Sardelka9515/scripthookvdotnetcore</PackageProjectUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>embedded</DebugType>
</PropertyGroup>
<ItemGroup>
<None Include="$(TargetName).targets" Pack="true" PackagePath="build" />
Expand Down

0 comments on commit f133f91

Please sign in to comment.