Begin UIX compiler CLI

This commit is contained in:
Yoshi Askharoun
2024-02-22 08:07:38 -06:00
parent b8b10eb7a6
commit 70867c7ac6
4 changed files with 143 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Errata" Version="0.13.0" />
<PackageReference Include="Spectre.Console" Version="0.48.0" />
<ProjectReference Include="..\libs\MicrosoftIris\UIX\UIX.csproj" />
<ProjectReference Include="..\libs\UIX.Asm\UIX.Asm.csproj" />
</ItemGroup>
</Project>