summaryrefslogtreecommitdiff
path: root/MHWNewCamera.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MHWNewCamera.csproj')
-rwxr-xr-xMHWNewCamera.csproj15
1 files changed, 0 insertions, 15 deletions
diff --git a/MHWNewCamera.csproj b/MHWNewCamera.csproj
deleted file mode 100755
index 760cd41..0000000
--- a/MHWNewCamera.csproj
+++ /dev/null
@@ -1,15 +0,0 @@
-<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.2" />
- <PackageReference Include="SharpPluginLoader.ImGui" Version="1.90.2.3" />
- </ItemGroup>
-
-</Project>