Skip to content

Commit

Permalink
TTBaseHost: v0.7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tapetums committed Apr 16, 2016
1 parent 92bca8f commit 4da8a80
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 281 deletions.
2 changes: 1 addition & 1 deletion Hook/Hook.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{2039D502-3748-4B19-8B14-3E5DD7614FBD}</ProjectGuid>
<ProjectGuid>{F0B20A65-859B-4B3E-A7C7-1CB8DB84B0BD}</ProjectGuid>
<RootNamespace>Hook</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
Expand Down
63 changes: 0 additions & 63 deletions TTBaseHost/.gitattributes

This file was deleted.

213 changes: 0 additions & 213 deletions TTBaseHost/.gitignore

This file was deleted.

5 changes: 5 additions & 0 deletions TTBaseHost/README.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,11 @@ http://ttbase.coresv.com/uploader/


【更新履歴】
2016.04.16 v0.7.2.0
・エクスプローラが落ちた時にアイコンを再登録するようにした
・Windowsセッション終了時に設定を保存するようにした
・安定性の向上

2016.03.23 v0.7.1.0
・特定のプラグインの組み合わせでクラッシュする問題に対処

Expand Down
Binary file modified TTBaseHost/TTBaseHost.rc
Binary file not shown.
5 changes: 3 additions & 2 deletions TTBaseHost/TTBaseHost.sln
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Microsoft Visual Studio Solution File, Format Version 12.00

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TTBaseHost", "TTBaseHost.vcxproj", "{2039D502-3748-4B19-8B14-3E5DD7614FBD}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions TTBaseHost/TTBaseHost.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<Optimization>Full</Optimization>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<AdditionalIncludeDirectories>
Expand All @@ -156,7 +156,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level4</WarningLevel>
<Optimization>Full</Optimization>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<AdditionalIncludeDirectories>
Expand Down
Binary file modified TTBaseHost/ss/Plugins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4da8a80

Please sign in to comment.