aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcinzelent <marcin@zelent.net>2017-04-28 18:16:32 +0200
committermarcinzelent <marcin@zelent.net>2017-04-28 18:16:32 +0200
commitcfe01fa9547f38a7d8fef22da4e3874bb046f9b6 (patch)
treeaa7660953f8f99d0f209a0d93c5be6051961ab80
parent3cb0ba5cd9ad1b52d66e06aab6fe6aac1b29a66e (diff)
Fixed styles.
-rw-r--r--ApartmentManager/ApartmentManager/ApartmentManager.csproj9
-rw-r--r--ApartmentManager/ApartmentManager/App.xaml2
-rw-r--r--ApartmentManager/ApartmentManager/Style/Styles.xaml (renamed from ApartmentManager/ApartmentManager/Styles/Styles.xaml)0
3 files changed, 9 insertions, 2 deletions
diff --git a/ApartmentManager/ApartmentManager/ApartmentManager.csproj b/ApartmentManager/ApartmentManager/ApartmentManager.csproj
index 23935b1..f5ef9d3 100644
--- a/ApartmentManager/ApartmentManager/ApartmentManager.csproj
+++ b/ApartmentManager/ApartmentManager/ApartmentManager.csproj
@@ -118,7 +118,6 @@
<AppxManifest Include="Package.appxmanifest">
<SubType>Designer</SubType>
</AppxManifest>
- <None Include="ApartmentManager_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<Content Include="Properties\Default.rd.xml" />
@@ -135,6 +134,14 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
+ <Page Include="AppShell.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
+ <Page Include="Style\Styles.xaml">
+ <Generator>MSBuild:Compile</Generator>
+ <SubType>Designer</SubType>
+ </Page>
<Page Include="View\ApartmentPage.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
diff --git a/ApartmentManager/ApartmentManager/App.xaml b/ApartmentManager/ApartmentManager/App.xaml
index 37c4add..fc70d21 100644
--- a/ApartmentManager/ApartmentManager/App.xaml
+++ b/ApartmentManager/ApartmentManager/App.xaml
@@ -9,7 +9,7 @@
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
- <ResourceDictionary Source="/Styles/Styles.xaml" />
+ <ResourceDictionary Source="/Style/Styles.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
diff --git a/ApartmentManager/ApartmentManager/Styles/Styles.xaml b/ApartmentManager/ApartmentManager/Style/Styles.xaml
index 0b53355..0b53355 100644
--- a/ApartmentManager/ApartmentManager/Styles/Styles.xaml
+++ b/ApartmentManager/ApartmentManager/Style/Styles.xaml