Skip to content

Commit

Permalink
Исправить ошибку с компиляцией arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
ripreal committed Dec 14, 2020
1 parent b4a9a0f commit f392ba9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions androidUtils.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29001.49
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "templateMobileV83", "Inf18\Inf18.vcxproj", "{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "androidUtils", "Inf18\Inf18.vcxproj", "{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -14,8 +14,8 @@ Global
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}.Release|ARM.ActiveCfg = Release|ARM
{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}.Release|ARM.Build.0 = Release|ARM
{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}.Release|ARM64.ActiveCfg = Release|ARM
{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}.Release|ARM64.Build.0 = Release|ARM
{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}.Release|ARM64.ActiveCfg = Release|ARM64
{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}.Release|ARM64.Build.0 = Release|ARM64
{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}.Release|x86.ActiveCfg = Release|x86
{EDE9AE44-3CD2-48A9-A646-4CDE33D50AF8}.Release|x86.Build.0 = Release|x86
EndGlobalSection
Expand Down

0 comments on commit f392ba9

Please sign in to comment.