Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcmcpe committed Mar 18, 2020
1 parent 05b5df1 commit fba7a26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion Auto Arknights CLI/build-winx86.bat

This file was deleted.

6 changes: 6 additions & 0 deletions Auto Arknights GUI/Auto Arknights GUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
</PropertyGroup>
<PropertyGroup>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<SelfContained>False</SelfContained>
<PublishSingleFile>False</PublishSingleFile>
<PublishReadyToRun>True</PublishReadyToRun>
</PropertyGroup>
<ItemGroup>
<Reference Include="MaterialDesignColors">
<HintPath>Dlls\MaterialDesignColors.dll</HintPath>
Expand Down
3 changes: 2 additions & 1 deletion Auto Arknights GUI/Views/SettingsView.xaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<rx:ReactiveWindow x:TypeArguments="viewModels:SettingsViewModel" x:Class="REVUnit.AutoArknights.GUI.Views.SettingsWindow"
<rx:ReactiveWindow x:TypeArguments="viewModels:SettingsViewModel"
x:Class="REVUnit.AutoArknights.GUI.Views.SettingsWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
Expand Down

0 comments on commit fba7a26

Please sign in to comment.