Set RootNamespace to empty

The project folder structure handles the entire namespace
This commit is contained in:
Yoshi Askharoun
2023-06-02 16:45:29 -05:00
parent 5401f988b9
commit 910907bf21
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
<ProjectGuid>{CB2B7609-C7B8-4E2A-82D8-DD631B70B621}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>UIX.RenderApi</AssemblyName>
<RootNamespace></RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
+1
View File
@@ -4,6 +4,7 @@
<ProjectGuid>{78A8B08C-C0E9-4BAC-9AF6-58D3A55C05C9}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>UIX</AssemblyName>
<RootNamespace></RootNamespace>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>