mirror of https://github.com/ppy/SDL3-CS.git
Change namespaces from SDL3 -> SDL
This commit is contained in:
parent
56b9eb7076
commit
8b0479287a
|
|
@ -3,7 +3,7 @@
|
|||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<RootNamespace>SDL3.Tests.Desktop</RootNamespace>
|
||||
<RootNamespace>SDL.Tests.Desktop</RootNamespace>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0-ios</TargetFramework>
|
||||
<RootNamespace>SDL3.Tests.iOS</RootNamespace>
|
||||
<RootNamespace>SDL.Tests.iOS</RootNamespace>
|
||||
<OutputType>Exe</OutputType>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>true</ImplicitUsings>
|
||||
|
|
|
|||
Loading…
Reference in New Issue