Skip to content

Commit

Permalink
Update packages, enable sally area filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuubari committed Nov 19, 2015
1 parent baeffef commit b34ef1d
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
using System.Linq;
using System.Threading.Tasks;
using Grabacr07.KanColleViewer.Models;
using Grabacr07.KanColleViewer.Properties;
using Grabacr07.KanColleWrapper;
using Grabacr07.KanColleWrapper.Models;
using Livet;
Expand Down Expand Up @@ -594,7 +595,7 @@ public SallyAreaFilterChild(SallyArea area, ShipSallyAreaFilter owner)
{
this.model = area ?? SallyArea.Default;
this.owner = owner;
this.Name = area?.Name ?? "出撃海域なし";
this.Name = area?.Name ?? Resources.ShipCatalog_Operation_Neither;
}

public bool Predicate(Ship ship)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,6 @@
</WrapPanel>
</Border>

<!--
<Border BorderThickness="1"
BorderBrush="{DynamicResource BorderBrushKey}"
Margin="0,8,0,0"
Expand All @@ -434,7 +433,6 @@
</ItemsControl>
</DockPanel>
</Border>
-->

</StackPanel>
</Expander>
Expand Down
6 changes: 3 additions & 3 deletions source/Plugins/Counter/Counter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<HintPath>..\..\packages\LivetCask.1.3.1.0\lib\net45\Microsoft.Expression.Interactions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Nekoxy, Version=1.3.1.16, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Nekoxy.1.3.1.16\lib\net45\Nekoxy.dll</HintPath>
<Reference Include="Nekoxy, Version=1.5.1.19, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Nekoxy.1.5.1.19\lib\net45\Nekoxy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down Expand Up @@ -95,7 +95,7 @@
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="TrotiNet, Version=0.8.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Nekoxy.1.3.1.16\lib\net45\TrotiNet.dll</HintPath>
<HintPath>..\..\packages\Nekoxy.1.5.1.19\lib\net45\TrotiNet.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WindowsBase" />
Expand Down
2 changes: 1 addition & 1 deletion source/Plugins/Counter/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="LivetCask" version="1.3.1.0" targetFramework="net45" />
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="Nekoxy" version="1.3.1.16" targetFramework="net45" />
<package id="Nekoxy" version="1.5.1.19" targetFramework="net45" />
<package id="Rx-Core" version="2.2.5" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
<package id="Rx-Linq" version="2.2.5" targetFramework="net45" />
Expand Down
4 changes: 2 additions & 2 deletions source/Plugins/Logger/Logger.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<HintPath>..\..\packages\LivetExtensions.1.1.0.0\lib\net45\Livet.Extensions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath>
<Reference Include="log4net, Version=1.2.14.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\..\packages\log4net.2.0.4\lib\net45-full\log4net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Expression.Interactions, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand Down
4 changes: 4 additions & 0 deletions source/Plugins/Logger/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<assemblyIdentity name="Livet" publicKeyToken="b0b1d3f711ef38cb" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.3.0.0" newVersion="1.3.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="log4net" publicKeyToken="669e0ddf0bb1aa2a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.2.14.0" newVersion="1.2.14.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
2 changes: 1 addition & 1 deletion source/Plugins/Logger/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<packages>
<package id="LivetCask" version="1.3.1.0" targetFramework="net45" />
<package id="LivetExtensions" version="1.1.0.0" targetFramework="net45" />
<package id="log4net" version="2.0.3" targetFramework="net45" />
<package id="log4net" version="2.0.4" targetFramework="net45" />
<package id="Nekoxy" version="1.5.1.19" targetFramework="net45" />
<package id="Rx-Core" version="2.2.5" targetFramework="net45" />
<package id="Rx-Interfaces" version="2.2.5" targetFramework="net45" />
Expand Down

0 comments on commit b34ef1d

Please sign in to comment.