mirror of
https://github.com/ZuneDev/ZuneUIXTools.git
synced 2026-07-27 13:11:59 -07:00
Rename UIX.Asm namespace to Microsoft.Iris.Asm
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace UIX.Asm;
|
namespace Microsoft.Iris.Asm;
|
||||||
|
|
||||||
public static class Lexer
|
public static class Lexer
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using Microsoft.Iris.Markup;
|
using Microsoft.Iris.Markup;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace UIX.Asm;
|
namespace Microsoft.Iris.Asm;
|
||||||
|
|
||||||
internal static class LexerMaps
|
internal static class LexerMaps
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace UIX.Asm;
|
namespace Microsoft.Iris.Asm;
|
||||||
|
|
||||||
public interface IBodyItem { }
|
public interface IBodyItem { }
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
|
<TargetFrameworks>netstandard2.0;net6.0</TargetFrameworks>
|
||||||
<LangVersion>12</LangVersion>
|
<LangVersion>12</LangVersion>
|
||||||
|
<RootNamespace>Microsoft.Iris.Asm</RootNamespace>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
using Sprache;
|
using Sprache;
|
||||||
using UIX.Asm;
|
using Microsoft.Iris.Asm;
|
||||||
|
|
||||||
namespace UIX.Test;
|
namespace UIX.Test;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user