Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyuvn committed Mar 20, 2014
1 parent eb67eb3 commit 9ab1501
Show file tree
Hide file tree
Showing 29 changed files with 606 additions and 624 deletions.
4 changes: 0 additions & 4 deletions Grabacr07.Desktop.Metro/Desktop.Metro.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,6 @@
<Generator>MSBuild:Compile</Generator>
<DependentUpon>Controls.xaml</DependentUpon>
</Page>
<Page Include="Styles\Controls.TabView.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Styles\Controls.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down
86 changes: 0 additions & 86 deletions Grabacr07.Desktop.Metro/Styles/Controls.TabView.xaml

This file was deleted.

1 change: 0 additions & 1 deletion Grabacr07.Desktop.Metro/Styles/Controls.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Desktop.Metro;component/Styles/Controls.FlatSlider.xaml" />
<ResourceDictionary Source="pack://application:,,,/Desktop.Metro;component/Styles/Controls.MetroDialog.xaml" />
<ResourceDictionary Source="pack://application:,,,/Desktop.Metro;component/Styles/Controls.TabView.xaml" />
</ResourceDictionary.MergedDictionaries>

</ResourceDictionary>
2 changes: 1 addition & 1 deletion Grabacr07.KanColleViewer/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<value>37564</value>
</setting>
<setting name="KanColleUrl" serializeAs="String">
<value>http://www.dmm.com/netgame/social/application/-/detail/=/app_id=854854/</value>
<value><![CDATA[http://www.dmm.com/netgame/social/application/-/detail/=/app_id=854854/]]></value>
</setting>
<setting name="OverrideStyleSheet" serializeAs="String">
<value>body {
Expand Down
13 changes: 13 additions & 0 deletions Grabacr07.KanColleViewer/KanColleViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@
<Compile Include="Views\Controls\KanColleHost.cs" />
<Compile Include="Views\Controls\WebBrowserHelper.cs" />
<Compile Include="Views\Behaviors\ZoomAction.cs" />
<Compile Include="Views\Converters\AdjustConverter.cs" />
<Compile Include="Views\Converters\PreviewSizeConverter.cs" />
<Compile Include="Views\Info.xaml.cs">
<DependentUpon>Info.xaml</DependentUpon>
</Compile>
<Compile Include="Views\Settings\Updates.xaml.cs">
<DependentUpon>Updates.xaml</DependentUpon>
</Compile>
Expand Down Expand Up @@ -330,6 +335,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Themes\AdjustConverter.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Themes\Generic.AppIcon.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down Expand Up @@ -416,6 +425,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="Views\Info.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Views\Settings\Updates.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
Expand Down
117 changes: 63 additions & 54 deletions Grabacr07.KanColleViewer/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9ab1501

Please sign in to comment.