Skip to content

Commit

Permalink
Rename "x86-64" solution platform to "x64" for compatibility with CI …
Browse files Browse the repository at this point in the history
…tools
  • Loading branch information
crosire committed Jan 6, 2019
1 parent ad694da commit dbdd0e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions blink.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "blink", "blink.vcxproj", "{
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Debug|x86_64 = Debug|x86_64
Release|x64 = Release|x64
Release|x86 = Release|x86
Release|x86_64 = Release|x86_64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{188B7270-046B-476D-A32D-34390DA1A885}.Debug|x64.ActiveCfg = Debug|x64
{188B7270-046B-476D-A32D-34390DA1A885}.Debug|x64.Build.0 = Debug|x64
{188B7270-046B-476D-A32D-34390DA1A885}.Debug|x86.ActiveCfg = Debug|Win32
{188B7270-046B-476D-A32D-34390DA1A885}.Debug|x86.Build.0 = Debug|Win32
{188B7270-046B-476D-A32D-34390DA1A885}.Debug|x86_64.ActiveCfg = Debug|x64
{188B7270-046B-476D-A32D-34390DA1A885}.Debug|x86_64.Build.0 = Debug|x64
{188B7270-046B-476D-A32D-34390DA1A885}.Release|x64.ActiveCfg = Release|x64
{188B7270-046B-476D-A32D-34390DA1A885}.Release|x64.Build.0 = Release|x64
{188B7270-046B-476D-A32D-34390DA1A885}.Release|x86.ActiveCfg = Release|Win32
{188B7270-046B-476D-A32D-34390DA1A885}.Release|x86.Build.0 = Release|Win32
{188B7270-046B-476D-A32D-34390DA1A885}.Release|x86_64.ActiveCfg = Release|x64
{188B7270-046B-476D-A32D-34390DA1A885}.Release|x86_64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit dbdd0e5

Please sign in to comment.