|
@@ -86,9 +86,13 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
</ApplicationDefinition>
|
|
<Compile Include="AuthState.cs" />
|
|
<Compile Include="AuthState.cs" />
|
|
|
|
+ <Compile Include="Navigation.cs" />
|
|
<Compile Include="Pages\ServiceAdd.xaml.cs">
|
|
<Compile Include="Pages\ServiceAdd.xaml.cs">
|
|
<DependentUpon>ServiceAdd.xaml</DependentUpon>
|
|
<DependentUpon>ServiceAdd.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Pages\ServiceEdit.xaml.cs">
|
|
|
|
+ <DependentUpon>ServiceEdit.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Pages\Services.xaml.cs">
|
|
<Compile Include="Pages\Services.xaml.cs">
|
|
<DependentUpon>Services.xaml</DependentUpon>
|
|
<DependentUpon>Services.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -96,6 +100,7 @@
|
|
<Compile Include="ViewModels\AuthViewModel.cs" />
|
|
<Compile Include="ViewModels\AuthViewModel.cs" />
|
|
<Compile Include="ViewModels\MainViewModel.cs" />
|
|
<Compile Include="ViewModels\MainViewModel.cs" />
|
|
<Compile Include="ViewModels\ServiceAddViewModel.cs" />
|
|
<Compile Include="ViewModels\ServiceAddViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\ServiceEditViewModel.cs" />
|
|
<Compile Include="ViewModels\ServicesViewModel.cs" />
|
|
<Compile Include="ViewModels\ServicesViewModel.cs" />
|
|
<Page Include="Dictionaries\BrushesStyle.xaml">
|
|
<Page Include="Dictionaries\BrushesStyle.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
@@ -105,6 +110,14 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Dictionaries\Forms.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Dictionaries\Headings.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Dictionaries\MainStyle.xaml">
|
|
<Page Include="Dictionaries\MainStyle.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -133,6 +146,10 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Pages\ServiceEdit.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Pages\Services.xaml">
|
|
<Page Include="Pages\Services.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|