• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Controlling VMware Player in Tasktray.


コミットメタ情報

リビジョン11cb6249dbf5dcc0c417836871db7420fddbf8a7 (tree)
日時2016-01-06 13:03:34
作者JeffyTS <JeffyTS@outl...>
コミッターJeffyTS

ログメッセージ

Fixed some bugs.

変更サマリ

差分

--- a/CtrlVIX/CtrlVIX.csproj
+++ b/CtrlVIX/CtrlVIX.csproj
@@ -22,7 +22,7 @@
2222 <WarningLevel>4</WarningLevel>
2323 </PropertyGroup>
2424 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
25- <DebugType>pdbonly</DebugType>
25+ <DebugType>none</DebugType>
2626 <Optimize>true</Optimize>
2727 <OutputPath>bin\Release\</OutputPath>
2828 <DefineConstants>TRACE</DefineConstants>
--- a/CtrlVIX/Properties/AssemblyInfo.cs
+++ b/CtrlVIX/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
3232 // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
3333 // 既定値にすることができます:
3434 // [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")]
--- a/VMwPlayerTaskTray/Properties/AssemblyInfo.cs
+++ b/VMwPlayerTaskTray/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
3232 // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を
3333 // 既定値にすることができます:
3434 // [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")]
--- a/VMwPlayerTaskTray/VMwPlayerTaskTray.csproj
+++ b/VMwPlayerTaskTray/VMwPlayerTaskTray.csproj
@@ -39,7 +39,7 @@
3939 </PropertyGroup>
4040 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
4141 <PlatformTarget>AnyCPU</PlatformTarget>
42- <DebugType>pdbonly</DebugType>
42+ <DebugType>none</DebugType>
4343 <Optimize>true</Optimize>
4444 <OutputPath>bin\Release\</OutputPath>
4545 <DefineConstants>TRACE</DefineConstants>
--- a/readme.txt
+++ b/readme.txt
@@ -58,10 +58,11 @@ Rlease & modify
5858 2015/09/27 1.1.10 Improved code.
5959 2015/10/02 1.2.0 Improved code and eliminated 'Interop.VixCOM.dll'.
6060 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
6262 VMware Player 12.0.0 and VMware VIX 1.15.0
6363 Visual Studio Community 2015
6464 Windows10 Professional 64bit.
65+ 2016/01/06 1.2.3 Fixed some bugs.
6566
6667
6768