Skip to content

Commit

Permalink
changed default platform to x64
Browse files Browse the repository at this point in the history
  • Loading branch information
JanTvrdik committed Apr 24, 2016
1 parent c0eb9d8 commit 919b6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhpVersionSwitcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<Platform Condition=" '$(Platform)' == '' ">x64</Platform>
<ProductVersion>8.0.30703</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{42DB4255-BD78-4FDA-A1C8-C04096BB6685}</ProjectGuid>
Expand Down

0 comments on commit 919b6a4

Please sign in to comment.