Got Avalonia.Ui working.
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\gamenight.ui\gamenight.ui.csproj" />
|
||||
<ProjectReference Include="..\Gamenight.Ui\Gamenight.Ui.csproj" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
using System.Threading.Tasks;
|
||||
using Avalonia;
|
||||
using Avalonia.Browser;
|
||||
using gamenight.ui;
|
||||
using Gamenight.Ui;
|
||||
|
||||
internal sealed partial class Program
|
||||
{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"profiles": {
|
||||
"gamenight.ui.Browser": {
|
||||
"Gamenight.Ui.Browser": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>gamenight.ui.Browser</title>
|
||||
<title>Gamenight.Ui.Browser</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="./app.css" />
|
||||
|
||||
Reference in New Issue
Block a user