diff options
| author | 2026-04-02 21:16:55 -0400 | |
|---|---|---|
| committer | 2026-04-02 21:58:31 -0400 | |
| commit | 9bebe7aa2ea80df948338e8b8cee256f7b6454d9 (patch) | |
| tree | ab2df8cc6f6978c8edfc2786f0ffcd1de85502f2 /MHWNewCamera.csproj | |
| parent | c95b23e637fa1545a3ab2de0ec9b73d67332b4ad (diff) | |
| download | NewCamera-9bebe7aa2ea80df948338e8b8cee256f7b6454d9.tar.gz NewCamera-9bebe7aa2ea80df948338e8b8cee256f7b6454d9.tar.bz2 NewCamera-9bebe7aa2ea80df948338e8b8cee256f7b6454d9.zip | |
Gut graphics stuff, misc additions
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'MHWNewCamera.csproj')
| -rwxr-xr-x | MHWNewCamera.csproj | 15 |
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>
|