Skip to content

Commit

Permalink
Removed more x86
Browse files Browse the repository at this point in the history
  • Loading branch information
vchelaru committed Dec 20, 2023
1 parent 5466218 commit 5dacda3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<PropertyGroup>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Platforms>x86;AnyCPU</Platforms>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions FRBDK/Glue/Glue with All.sln
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ Global
{2071B4D6-E370-4BD8-87C4-17DFCF461C33}.Release|Any CPU.Build.0 = Release|Any CPU
{8706EDC1-24D6-42EE-8E5A-A25BDE7B00BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8706EDC1-24D6-42EE-8E5A-A25BDE7B00BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8706EDC1-24D6-42EE-8E5A-A25BDE7B00BB}.Release|Any CPU.ActiveCfg = Release|x86
{8706EDC1-24D6-42EE-8E5A-A25BDE7B00BB}.Release|Any CPU.Build.0 = Release|x86
{8706EDC1-24D6-42EE-8E5A-A25BDE7B00BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8706EDC1-24D6-42EE-8E5A-A25BDE7B00BB}.Release|Any CPU.Build.0 = Release|Any CPU
{049D8E60-B8FD-4B57-909C-EF83124E242F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{049D8E60-B8FD-4B57-909C-EF83124E242F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{049D8E60-B8FD-4B57-909C-EF83124E242F}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
2 changes: 1 addition & 1 deletion Tiled/TMXGlueLib/TMXGlueLibCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Platforms>AnyCPU;x86</Platforms>
<Platforms>AnyCPU</Platforms>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5dacda3

Please sign in to comment.