summaryrefslogtreecommitdiff
path: root/MHWNewCamera.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MHWNewCamera.csproj')
-rwxr-xr-xMHWNewCamera.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/MHWNewCamera.csproj b/MHWNewCamera.csproj
new file mode 100755
index 0000000..bca96e6
--- /dev/null
+++ b/MHWNewCamera.csproj
@@ -0,0 +1,15 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="SharpPluginLoader.Core" Version="0.0.7" />
+ <PackageReference Include="SharpPluginLoader.ImGui" Version="1.90.2.3" />
+ </ItemGroup>
+
+</Project>