Fix solution files
* Indentation fix of csproj file * Remove Any CPU from sln file
This commit is contained in:
parent
1a6741f9ee
commit
0368c711d6
@ -7,18 +7,12 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AvaloniaCoreRTDemo", "src\A
|
|||||||
EndProject
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
|
||||||
Debug|x64 = Debug|x64
|
Debug|x64 = Debug|x64
|
||||||
Release|Any CPU = Release|Any CPU
|
|
||||||
Release|x64 = Release|x64
|
Release|x64 = Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
{41A52A04-F7D8-4981-9546-DB020E54851D}.Debug|Any CPU.ActiveCfg = Debug|x64
|
|
||||||
{41A52A04-F7D8-4981-9546-DB020E54851D}.Debug|Any CPU.Build.0 = Debug|x64
|
|
||||||
{41A52A04-F7D8-4981-9546-DB020E54851D}.Debug|x64.ActiveCfg = Debug|x64
|
{41A52A04-F7D8-4981-9546-DB020E54851D}.Debug|x64.ActiveCfg = Debug|x64
|
||||||
{41A52A04-F7D8-4981-9546-DB020E54851D}.Debug|x64.Build.0 = Debug|x64
|
{41A52A04-F7D8-4981-9546-DB020E54851D}.Debug|x64.Build.0 = Debug|x64
|
||||||
{41A52A04-F7D8-4981-9546-DB020E54851D}.Release|Any CPU.ActiveCfg = Release|x64
|
|
||||||
{41A52A04-F7D8-4981-9546-DB020E54851D}.Release|Any CPU.Build.0 = Release|x64
|
|
||||||
{41A52A04-F7D8-4981-9546-DB020E54851D}.Release|x64.ActiveCfg = Release|x64
|
{41A52A04-F7D8-4981-9546-DB020E54851D}.Release|x64.ActiveCfg = Release|x64
|
||||||
{41A52A04-F7D8-4981-9546-DB020E54851D}.Release|x64.Build.0 = Release|x64
|
{41A52A04-F7D8-4981-9546-DB020E54851D}.Release|x64.Build.0 = Release|x64
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
@ -102,8 +102,8 @@
|
|||||||
<AvaloniaXaml Remove="Windows/MainWindowMacOS.axaml" />
|
<AvaloniaXaml Remove="Windows/MainWindowMacOS.axaml" />
|
||||||
<Compile Remove="Windows/MainWindowMacOS.axaml.cs" />
|
<Compile Remove="Windows/MainWindowMacOS.axaml.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<!--OSX only xaml-->
|
<!--OSX only xaml-->
|
||||||
<ItemGroup Condition="'$(IsOSX)'=='true'">
|
<ItemGroup Condition="'$(IsOSX)'=='true'">
|
||||||
<Compile Update="Windows/MainWindowMacOS.axaml.cs">
|
<Compile Update="Windows/MainWindowMacOS.axaml.cs">
|
||||||
<DependentUpon>MainWindowMacOS.axaml</DependentUpon>
|
<DependentUpon>MainWindowMacOS.axaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user