impr: Move script library to its own library

This commit is contained in:
WerWolv
2023-07-16 20:13:50 +02:00
parent 0a6815da8f
commit d7238a5f80
11 changed files with 46 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<AssemblyName>Main</AssemblyName>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<SelfContained>true</SelfContained>
</PropertyGroup>
@@ -14,4 +14,12 @@
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ImGui.NET" Version="1.89.7.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ImHexLibrary\ImHexLibrary.csproj" />
</ItemGroup>
</Project>