Skip to content

Commit

Permalink
drop 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sayurin committed Aug 26, 2018
1 parent 03c14a4 commit cf6608e
Show file tree
Hide file tree
Showing 11 changed files with 289 additions and 233 deletions.
1 change: 0 additions & 1 deletion App.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
</configSections>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client" />
<supportedRuntime version="v2.0.50727" />
</startup>
<appSettings>
<add key="LocalizedPerfCounter" value="false" />
Expand Down
7 changes: 5 additions & 2 deletions KanHQ-open.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
# Visual Studio 15
VisualStudioVersion = 15.0.28010.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "KanHQ", "KanHQ.fsproj", "{8987BD19-CC77-4959-A4E3-203714C613D5}"
EndProject
Expand Down Expand Up @@ -32,4 +32,7 @@ Global
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5A45B70B-07ED-4A65-9E47-E9B741022595}
EndGlobalSection
EndGlobal
145 changes: 59 additions & 86 deletions KanHQ.fs

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions KanHQ.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<OutputType>WinExe</OutputType>
<RootNamespace>KanHQ</RootNamespace>
<AssemblyName>KanHQ</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<TargetFSharpCoreVersion>2.3.0.0</TargetFSharpCoreVersion>
<Name>KanHQ</Name>
<Win32Resource>KanHQ.res</Win32Resource>
<WarningLevel>3</WarningLevel>
Expand All @@ -25,13 +24,15 @@
<Tailcalls>false</Tailcalls>
<DefineConstants>TRACE;DEBUG</DefineConstants>
<OutputPath>bin\Debug\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<Tailcalls>true</Tailcalls>
<DefineConstants>TRACE</DefineConstants>
<OutputPath>bin\Release\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'LightRelease|AnyCPU' ">
<AssemblyName>KanHQLight</AssemblyName>
Expand All @@ -40,6 +41,7 @@
<Tailcalls>true</Tailcalls>
<DefineConstants>TRACE;LIGHT</DefineConstants>
<OutputPath>bin\LightRelease\</OutputPath>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<MinimumVisualStudioVersion Condition="'$(MinimumVisualStudioVersion)' == ''">11</MinimumVisualStudioVersion>
Expand Down Expand Up @@ -98,12 +100,13 @@
<EmbeddedResource Include="d3d9-64.dll" />
<EmbeddedResource Include="WININET-32.dll" />
<EmbeddedResource Include="WININET-64.dll" />
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Reference Include="mscorlib" />
<Reference Include="FSharp.Core, Version=$(TargetFSharpCoreVersion), Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<Private>True</Private>
<Reference Include="FSharp.Core">
<HintPath>packages\FSharp.Core.4.5.2\lib\net45\FSharp.Core.dll</HintPath>
</Reference>
<Reference Include="mscorlib" />
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Drawing" />
Expand Down
15 changes: 9 additions & 6 deletions Readme.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
艦これ 司令部室
Version 1.1.0.0
2016/09/25
Version 2.0.0.0
2018/08/25

このソフトは艦これ専用ブラウザーです。

.NET Framework 2.0以降を使用しています。
IEコンポーネントを使用しています。そのため、IE向けFlash Playerをインストールする必要があります。
エラーが発生した場合、デスクトップにKanHQ.txtというファイル名で情報を書き出します。この内容を
教えてもらえると原因究明がはかどります。
Windows 7以降で動作します。Windows Updateで提供されている次のコンポーネントを事
前にインストールしてください。
.NET Framework 4.7.2
Internet Explorer 11(Windows 7の場合)
本バージョンでは動画保存、消音機能は未実装となります。
エラーが発生した場合、デスクトップにKanHQ.txtというファイル名で情報を書き出しま
す。この内容を教えてもらえると原因究明がはかどります。
欲しい物リストを公開しています。応援してもらえるといろいろはかどります。
<http://www.amazon.co.jp/registry/wishlist/9QZQ2PEKD8KB/>

Expand Down
Loading

0 comments on commit cf6608e

Please sign in to comment.