summaryrefslogtreecommitdiff
path: root/MHWNewCamera.csproj
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2024-11-30 19:42:24 -0500
committerAndrew Opalach <andrew@akon.city> 2024-11-30 22:07:32 -0500
commit53dbfbd4e676148021df248c3889be8b7ef492f0 (patch)
tree9945f0650e70cabf2a60294e82a4b87a8e9cf73c /MHWNewCamera.csproj
downloadNewCamera-53dbfbd4e676148021df248c3889be8b7ef492f0.tar.gz
NewCamera-53dbfbd4e676148021df248c3889be8b7ef492f0.tar.bz2
NewCamera-53dbfbd4e676148021df248c3889be8b7ef492f0.zip
New camera
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>