Change namespaces from SDL3 -> SDL

This commit is contained in:
Dan Balasescu 2024-04-20 21:08:58 +09:00
parent 56b9eb7076
commit 8b0479287a
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<RootNamespace>SDL3.Tests.Desktop</RootNamespace> <RootNamespace>SDL.Tests.Desktop</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>

View File

@ -2,7 +2,7 @@
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0-ios</TargetFramework> <TargetFramework>net8.0-ios</TargetFramework>
<RootNamespace>SDL3.Tests.iOS</RootNamespace> <RootNamespace>SDL.Tests.iOS</RootNamespace>
<OutputType>Exe</OutputType> <OutputType>Exe</OutputType>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
<ImplicitUsings>true</ImplicitUsings> <ImplicitUsings>true</ImplicitUsings>