|
@@ -86,8 +86,16 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
</ApplicationDefinition>
|
|
<Compile Include="AuthState.cs" />
|
|
<Compile Include="AuthState.cs" />
|
|
|
|
+ <Compile Include="Pages\ServiceAdd.xaml.cs">
|
|
|
|
+ <DependentUpon>ServiceAdd.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Pages\Services.xaml.cs">
|
|
|
|
+ <DependentUpon>Services.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<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\ServicesViewModel.cs" />
|
|
<Page Include="Dictionaries\BrushesStyle.xaml">
|
|
<Page Include="Dictionaries\BrushesStyle.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -116,6 +124,14 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Pages\ServiceAdd.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Pages\Services.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Pages\UserInfoPage.xaml">
|
|
<Page Include="Pages\UserInfoPage.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|