Skip to content

Commit

Permalink
fixed wierd crash by making app 64 bits only
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosdiez committed Oct 28, 2016
1 parent 736c7e6 commit 560d8e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/AltTabHelperV2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<PlatformTarget>x64</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
Expand Down
8 changes: 7 additions & 1 deletion source/AltTabHelperV2.sln
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AltTabHelperV2", "AltTabHelperV2.csproj", "{BED4C0B6-9A94-4BCE-BE8E-6FD91DEB7D11}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AltTabHelperLib", "..\AltTabHelperLib\AltTabHelperLib.csproj", "{323EFF01-2E22-439E-B240-EE5F91DC1B32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +17,10 @@ Global
{BED4C0B6-9A94-4BCE-BE8E-6FD91DEB7D11}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BED4C0B6-9A94-4BCE-BE8E-6FD91DEB7D11}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BED4C0B6-9A94-4BCE-BE8E-6FD91DEB7D11}.Release|Any CPU.Build.0 = Release|Any CPU
{323EFF01-2E22-439E-B240-EE5F91DC1B32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{323EFF01-2E22-439E-B240-EE5F91DC1B32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{323EFF01-2E22-439E-B240-EE5F91DC1B32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{323EFF01-2E22-439E-B240-EE5F91DC1B32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 560d8e6

Please sign in to comment.