Skip to content
This repository has been archived by the owner on May 5, 2020. It is now read-only.

Commit

Permalink
ActorConsole is now a x64 Application
Browse files Browse the repository at this point in the history
Aside from resolving issues regarding application installed in x86 folders, this will make the application faster.
Version updated
  • Loading branch information
easly1989 committed Feb 7, 2018
1 parent e19fa9d commit 6d97d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ActorConsole/ActorConsole.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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
2 changes: 1 addition & 1 deletion ActorConsole/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.9.*")]
[assembly: AssemblyFileVersion("1.9.1")]
[assembly: AssemblyFileVersion("1.9.2")]

0 comments on commit 6d97d24

Please sign in to comment.