diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fc30f9b..2280041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,8 @@ name: CI on: push: - branches: [ main ] + branches: [main] + pull_request: permissions: contents: read @@ -11,13 +12,13 @@ jobs: build: runs-on: windows-latest steps: - - uses: actions/checkout@v6 - - uses: actions/setup-dotnet@v5 - with: - dotnet-version: '10.x' - cache: true - - run: dotnet publish -r win-x64 -c Release - - uses: actions/upload-artifact@v7 - with: - name: blis-ng-exe - path: bin/Release/net10.0/win-x64/publish/BLIS-NG.exe + - uses: actions/checkout@v6 + - uses: actions/setup-dotnet@v5 + with: + dotnet-version: "10.x" + cache: true + - run: dotnet publish -r win-x64 -c Release + - uses: actions/upload-artifact@v7 + with: + name: blis-ng-exe + path: bin/Release/net10.0/win-x64/publish/BLIS-NG.exe diff --git a/App.axaml b/App.axaml index 9061240..f4c68b5 100644 --- a/App.axaml +++ b/App.axaml @@ -1,10 +1,10 @@ + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="using:BLIS_NG" + RequestedThemeVariant="Light" + x:Class="BLIS_NG.App"> - + diff --git a/BLIS-NG.csproj b/BLIS-NG.csproj index 8512d04..161ce20 100644 --- a/BLIS-NG.csproj +++ b/BLIS-NG.csproj @@ -5,6 +5,8 @@ net10.0 BLIS_NG + PrepareResources;$(CompileDependsOn) + app.manifest enable enable @@ -27,6 +29,17 @@ + + + MSBuild:Compile + true + $(IntermediateOutputPath)\Resources.Designer.cs + CSharp + BLIS_NG.Lang + Resources + + + - + + - - + + - - - - - - +