Skip to content

Commit

Permalink
Style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
beaugunderson committed Jun 4, 2011
1 parent 43b0730 commit 960ec63
Show file tree
Hide file tree
Showing 4 changed files with 2,062 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@
/_ReSharper.NotationalFerocity
/NotationalFerocity.6.0.ReSharper.user
/*.sln.docstates
/Themes.unused/
6 changes: 4 additions & 2 deletions NotationalFerocity/App.xaml
Expand Up @@ -2,5 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Windows\MainWindow.xaml">
<Application.Resources />
</Application>
<Application.Resources>
<ResourceDictionary Source="Style.xaml" />
</Application.Resources>
</Application>
4 changes: 4 additions & 0 deletions NotationalFerocity/NotationalFerocity.csproj
Expand Up @@ -100,6 +100,10 @@
<Compile Include="WPF\EditBox.cs" />
<Compile Include="WPF\EditBoxAdorner.cs" />
<Compile Include="WPF\SettingsFontDefinition.cs" />
<Page Include="Style.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Page Include="Windows\MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
Expand Down

0 comments on commit 960ec63

Please sign in to comment.