Skip to content

Commit

Permalink
建造ドック・入渠ドックタブを廃止し、新たに工廠タブとして再実装
Browse files Browse the repository at this point in the history
  • Loading branch information
Grabacr07 committed Aug 5, 2014
1 parent efff508 commit e9d713d
Show file tree
Hide file tree
Showing 26 changed files with 870 additions and 1,095 deletions.
26 changes: 10 additions & 16 deletions Grabacr07.KanColleViewer/KanColleViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@
<Compile Include="ViewModels\Catalogs\SortableColumnViewModel.cs" />
<Compile Include="ViewModels\Catalogs\ShipCatalogSortWorker.cs" />
<Compile Include="ViewModels\Contents\AdmiralViewModel.cs" />
<Compile Include="ViewModels\Contents\Docks\BuildingDockViewModel.cs" />
<Compile Include="ViewModels\Contents\Docks\RepairingDockViewModel.cs" />
<Compile Include="ViewModels\Contents\Docks\RepairyardViewModel.cs" />
<Compile Include="ViewModels\Contents\BuildingDockViewModel.cs" />
<Compile Include="ViewModels\Contents\CreatedSlotItemViewModel.cs" />
<Compile Include="ViewModels\Contents\RepairingDockViewModel.cs" />
<Compile Include="ViewModels\Contents\ExpeditionsViewModel.cs" />
<Compile Include="ViewModels\Contents\Fleets\ConditionViewModel.cs" />
<Compile Include="ViewModels\Contents\Fleets\ExpeditionViewModel.cs" />
Expand All @@ -164,12 +164,12 @@
<Compile Include="ViewModels\BindableTextViewModel.cs" />
<Compile Include="ViewModels\Catalogs\ShipTypeViewModel.cs" />
<Compile Include="ViewModels\Catalogs\ShipCatalogWindowViewModel.cs" />
<Compile Include="ViewModels\Contents\ShipyardViewModel.cs" />
<Compile Include="ViewModels\Dev\DebugTabViewModel.cs" />
<Compile Include="ViewModels\CultureViewModel.cs" />
<Compile Include="ViewModels\MainContentViewModel.cs" />
<Compile Include="Models\INavigator.cs" />
<Compile Include="ViewModels\Contents\MaterialsViewModel.cs" />
<Compile Include="ViewModels\Contents\Docks\DockyardViewModel.cs" />
<Compile Include="ViewModels\Messages\ScreenshotMessage.cs" />
<Compile Include="ViewModels\Messages\Response.cs" />
<Compile Include="ViewModels\Messages\SetWindowLocationMessage.cs" />
Expand Down Expand Up @@ -225,8 +225,8 @@
<Compile Include="Views\Controls\BuildingDock.cs" />
<Compile Include="Views\Controls\Quest.cs" />
<Compile Include="Views\Controls\SlotItemIcon.cs" />
<Compile Include="Views\Contents\Dockyard.xaml.cs">
<DependentUpon>Dockyard.xaml</DependentUpon>
<Compile Include="Views\Contents\Shipyard.xaml.cs">
<DependentUpon>Shipyard.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Contents\Expeditions.xaml.cs">
<DependentUpon>Expeditions.xaml</DependentUpon>
Expand Down Expand Up @@ -262,9 +262,6 @@
<Compile Include="Views\StartContent.xaml.cs">
<DependentUpon>StartContent.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Contents\Repairyard.xaml.cs">
<DependentUpon>Repairyard.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Settings\Settings.xaml.cs">
<DependentUpon>Settings.xaml</DependentUpon>
</Compile>
Expand Down Expand Up @@ -444,10 +441,6 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Contents\Repairyard.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Settings\Settings.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand All @@ -460,7 +453,7 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Contents\Dockyard.xaml">
<Page Include="Views\Contents\Shipyard.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
Expand Down Expand Up @@ -584,10 +577,11 @@
</COMReference>
</ItemGroup>
<ItemGroup>
<DesignData Include="SampleData\DockyardViewModelSampleData.xaml" />
<DesignData Include="SampleData\ShipyardViewModelSampleData.xaml">
<SubType>Designer</SubType>
</DesignData>
<DesignData Include="SampleData\FleetsViewModelSampleData.xaml" />
<DesignData Include="SampleData\FleetViewModelSampleData.xaml" />
<DesignData Include="SampleData\RepairyardViewModelSampleData.xaml" />
</ItemGroup>
<ItemGroup>
<Resource Include="Assets\app.ico" />
Expand Down
154 changes: 0 additions & 154 deletions Grabacr07.KanColleViewer/SampleData/DockyardViewModelSampleData.xaml

This file was deleted.

155 changes: 0 additions & 155 deletions Grabacr07.KanColleViewer/SampleData/RepairyardViewModelSampleData.xaml

This file was deleted.

Loading

0 comments on commit e9d713d

Please sign in to comment.