Skip to content

Commit

Permalink
remove AvaloniaApplication1
Browse files Browse the repository at this point in the history
fixes x86 build
  • Loading branch information
th3w1zard1 committed May 29, 2023
1 parent 0bd0869 commit 3a4350f
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 138 deletions.
10 changes: 0 additions & 10 deletions AvaloniaApplication1/App.axaml

This file was deleted.

27 changes: 0 additions & 27 deletions AvaloniaApplication1/App.axaml.cs

This file was deleted.

20 changes: 0 additions & 20 deletions AvaloniaApplication1/AvaloniaApplication1.csproj

This file was deleted.

9 changes: 0 additions & 9 deletions AvaloniaApplication1/MainWindow.axaml

This file was deleted.

15 changes: 0 additions & 15 deletions AvaloniaApplication1/MainWindow.axaml.cs

This file was deleted.

25 changes: 0 additions & 25 deletions AvaloniaApplication1/Program.cs

This file was deleted.

18 changes: 0 additions & 18 deletions AvaloniaApplication1/app.manifest

This file was deleted.

2 changes: 1 addition & 1 deletion KOTORModSync.GUI/KOTORModSync.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Platform)'=='AnyCPU' Or '$(Platform)'=='x86'">
<PlatformTarget>x86</PlatformTarget>
<RuntimeIdentifiers>win-x86;win7-x86</RuntimeIdentifiers>
<RuntimeIdentifiers>win-x86</RuntimeIdentifiers>
</PropertyGroup>
<PropertyGroup Condition="'$(Platform)'=='x64'">
<PlatformTarget>x64</PlatformTarget>
Expand Down
13 changes: 0 additions & 13 deletions KOTORModSync.sln
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KOTORModSync", "KOTORModSyn
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KOTORModSync.Tests", "KOTORModSync.Tests\KOTORModSync.Tests.csproj", "{52B21526-2B8D-43BE-90DD-2A54FF631825}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AvaloniaApplication1", "AvaloniaApplication1\AvaloniaApplication1.csproj", "{89264671-81FF-40E4-865E-B54E7943B5A6}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -59,21 +57,10 @@ Global
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Release|Any CPU.Build.0 = Release|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Release|x64.ActiveCfg = Release|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Release|x64.Build.0 = Release|Any CPU
{89264671-81FF-40E4-865E-B54E7943B5A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89264671-81FF-40E4-865E-B54E7943B5A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89264671-81FF-40E4-865E-B54E7943B5A6}.Debug|x64.ActiveCfg = Debug|Any CPU
{89264671-81FF-40E4-865E-B54E7943B5A6}.Debug|x64.Build.0 = Debug|Any CPU
{89264671-81FF-40E4-865E-B54E7943B5A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89264671-81FF-40E4-865E-B54E7943B5A6}.Release|Any CPU.Build.0 = Release|Any CPU
{89264671-81FF-40E4-865E-B54E7943B5A6}.Release|x64.ActiveCfg = Release|Any CPU
{89264671-81FF-40E4-865E-B54E7943B5A6}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{89264671-81FF-40E4-865E-B54E7943B5A6} = {9F65FCCE-2210-4FAA-9D60-362FCD21A8BE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72450C1B-C7A8-4725-A228-6DCCF279B7CA}
EndGlobalSection
Expand Down

0 comments on commit 3a4350f

Please sign in to comment.