Fix solution files

* Indentation fix of csproj file
* Remove Any CPU from sln file
This commit is contained in:
Joseph Moreno
2021-12-11 21:55:29 -05:00
parent 1a6741f9ee
commit 0368c711d6
2 changed files with 2 additions and 8 deletions

View File

@ -102,8 +102,8 @@
<AvaloniaXaml Remove="Windows/MainWindowMacOS.axaml" />
<Compile Remove="Windows/MainWindowMacOS.axaml.cs" />
</ItemGroup>
<!--OSX only xaml-->
<ItemGroup Condition="'$(IsOSX)'=='true'">
<!--OSX only xaml-->
<ItemGroup Condition="'$(IsOSX)'=='true'">
<Compile Update="Windows/MainWindowMacOS.axaml.cs">
<DependentUpon>MainWindowMacOS.axaml</DependentUpon>
</Compile>