Controlling VMware Player in Tasktray.
| Revision | 11cb6249dbf5dcc0c417836871db7420fddbf8a7 (tree) |
|---|---|
| Time | 2016-01-06 13:03:34 |
| Author | |
| Commiter | JeffyTS |
Fixed some bugs.
| @@ -22,7 +22,7 @@ | ||
| 22 | 22 | <WarningLevel>4</WarningLevel> |
| 23 | 23 | </PropertyGroup> |
| 24 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 25 | - <DebugType>pdbonly</DebugType> | |
| 25 | + <DebugType>none</DebugType> | |
| 26 | 26 | <Optimize>true</Optimize> |
| 27 | 27 | <OutputPath>bin\Release\</OutputPath> |
| 28 | 28 | <DefineConstants>TRACE</DefineConstants> |
| @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; | ||
| 32 | 32 | // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を |
| 33 | 33 | // 既定値にすることができます: |
| 34 | 34 | // [assembly: AssemblyVersion("1.0.*")] |
| 35 | -[assembly: AssemblyVersion("1.2.2.*")] | |
| 36 | -[assembly: AssemblyFileVersion("1.2.2.0")] | |
| 35 | +[assembly: AssemblyVersion("1.2.3.*")] | |
| 36 | +[assembly: AssemblyFileVersion("1.2.3.0")] |
| @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; | ||
| 32 | 32 | // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を |
| 33 | 33 | // 既定値にすることができます: |
| 34 | 34 | // [assembly: AssemblyVersion("1.0.*")] |
| 35 | -[assembly: AssemblyVersion("1.2.2.*")] | |
| 36 | -[assembly: AssemblyFileVersion("1.2.2.0")] | |
| 35 | +[assembly: AssemblyVersion("1.2.3.*")] | |
| 36 | +[assembly: AssemblyFileVersion("1.2.3.0")] |
| @@ -39,7 +39,7 @@ | ||
| 39 | 39 | </PropertyGroup> |
| 40 | 40 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 41 | 41 | <PlatformTarget>AnyCPU</PlatformTarget> |
| 42 | - <DebugType>pdbonly</DebugType> | |
| 42 | + <DebugType>none</DebugType> | |
| 43 | 43 | <Optimize>true</Optimize> |
| 44 | 44 | <OutputPath>bin\Release\</OutputPath> |
| 45 | 45 | <DefineConstants>TRACE</DefineConstants> |
| @@ -58,10 +58,11 @@ Rlease & modify | ||
| 58 | 58 | 2015/09/27 1.1.10 Improved code. |
| 59 | 59 | 2015/10/02 1.2.0 Improved code and eliminated 'Interop.VixCOM.dll'. |
| 60 | 60 | 2015/10/09 1.2.1 Fixed dialogs bug. |
| 61 | - 2015/09/06 1.2.2 Changed developing envionment from | |
| 61 | + 2015/12/22 1.2.2 Changed developing envionment from | |
| 62 | 62 | VMware Player 12.0.0 and VMware VIX 1.15.0 |
| 63 | 63 | Visual Studio Community 2015 |
| 64 | 64 | Windows10 Professional 64bit. |
| 65 | + 2016/01/06 1.2.3 Fixed some bugs. | |
| 65 | 66 | |
| 66 | 67 | |
| 67 | 68 |