|
|
|
@ -40,7 +40,16 @@
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
<Compile Include="App.xaml.cs">
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
<DependentUpon>App.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
</Compile>
|
|
|
|
|
|
|
|
<Compile Include="Behaviors\EmailValidatorBehavior.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Behaviors\MaxLengthValidator.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Behaviors\DecimalValidatorBehavior.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Behaviors\PickerBehavior.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Behaviors\StarBehavior.cs" />
|
|
|
|
<Compile Include="Constants.cs" />
|
|
|
|
<Compile Include="Constants.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Converters\BooleanToObjectConverter.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Converters\GenderConverter.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Converters\RatingText.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Extensions\ImageResourceExtension.cs" />
|
|
|
|
<Compile Include="Factories\ViewFactory.cs" />
|
|
|
|
<Compile Include="Factories\ViewFactory.cs" />
|
|
|
|
<Compile Include="Helpers\DataManager.cs" />
|
|
|
|
<Compile Include="Helpers\DataManager.cs" />
|
|
|
|
<Compile Include="Helpers\ObservableString.cs" />
|
|
|
|
<Compile Include="Helpers\ObservableString.cs" />
|
|
|
|
@ -50,7 +59,7 @@
|
|
|
|
<Compile Include="Helpers\PageHelpers.cs" />
|
|
|
|
<Compile Include="Helpers\PageHelpers.cs" />
|
|
|
|
<Compile Include="Helpers\PropertySupport.cs" />
|
|
|
|
<Compile Include="Helpers\PropertySupport.cs" />
|
|
|
|
<Compile Include="Helpers\RemoteEntityRO.cs" />
|
|
|
|
<Compile Include="Helpers\RemoteEntityRO.cs" />
|
|
|
|
<Compile Include="Helpers\ServiceNotAvailable1.cs" />
|
|
|
|
<Compile Include="Helpers\ServiceNotAvailable.cs" />
|
|
|
|
<Compile Include="Helpers\Settings.cs" />
|
|
|
|
<Compile Include="Helpers\Settings.cs" />
|
|
|
|
<Compile Include="Helpers\UserHelpers.cs" />
|
|
|
|
<Compile Include="Helpers\UserHelpers.cs" />
|
|
|
|
<Compile Include="Interfaces\IComponentContext.cs" />
|
|
|
|
<Compile Include="Interfaces\IComponentContext.cs" />
|
|
|
|
@ -133,9 +142,6 @@
|
|
|
|
<Compile Include="ViewModels\EstimateViewModel.cs" />
|
|
|
|
<Compile Include="ViewModels\EstimateViewModel.cs" />
|
|
|
|
<Compile Include="ViewModels\UserLoginViewModel.cs" />
|
|
|
|
<Compile Include="ViewModels\UserLoginViewModel.cs" />
|
|
|
|
<Compile Include="ViewModels\ViewModelBase.cs" />
|
|
|
|
<Compile Include="ViewModels\ViewModelBase.cs" />
|
|
|
|
<Compile Include="Views\CommandLineEditor.xaml.cs">
|
|
|
|
|
|
|
|
<DependentUpon>CommandLineEditor.xaml</DependentUpon>
|
|
|
|
|
|
|
|
</Compile>
|
|
|
|
|
|
|
|
<Compile Include="Views\MarkdownView.cs" />
|
|
|
|
<Compile Include="Views\MarkdownView.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="Pages\SearchPage.xaml.cs">
|
|
|
|
<Compile Include="Pages\SearchPage.xaml.cs">
|
|
|
|
@ -145,6 +151,9 @@
|
|
|
|
<DependentUpon>AccountChooserPage.xaml</DependentUpon>
|
|
|
|
<DependentUpon>AccountChooserPage.xaml</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Model\Tag.cs" />
|
|
|
|
<Compile Include="Model\Tag.cs" />
|
|
|
|
|
|
|
|
<Compile Include="Views\RatingView.xaml.cs">
|
|
|
|
|
|
|
|
<DependentUpon>RatingView.xaml</DependentUpon>
|
|
|
|
|
|
|
|
</Compile>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="App.xaml">
|
|
|
|
<EmbeddedResource Include="App.xaml">
|
|
|
|
@ -279,33 +288,39 @@
|
|
|
|
</EmbeddedResource>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="Views\CommandLineEditor.xaml">
|
|
|
|
<EmbeddedResource Include="Pages\EditBillingLinePage.xaml">
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
|
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
|
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="Pages\EditBillingLinePage.xaml">
|
|
|
|
<EmbeddedResource Include="Pages\DashboardPage.xaml">
|
|
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="Pages\DashboardPage.xaml">
|
|
|
|
<EmbeddedResource Include="Images\Users\icon_add_user.png" />
|
|
|
|
|
|
|
|
<EmbeddedResource Include="Images\Users\icon_anon_user.png" />
|
|
|
|
|
|
|
|
<EmbeddedResource Include="Images\Users\icon_block_user.png" />
|
|
|
|
|
|
|
|
<EmbeddedResource Include="Images\Users\icon_remove_user.png" />
|
|
|
|
|
|
|
|
<EmbeddedResource Include="Images\Users\icon_user.png" />
|
|
|
|
|
|
|
|
<EmbeddedResource Include="Images\Users\icon_user_settings.png" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
|
|
<EmbeddedResource Include="Pages\HomePage.xaml">
|
|
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="Images\icon_add_user.png" />
|
|
|
|
<Content Include="Images\Validation\error.png" />
|
|
|
|
<EmbeddedResource Include="Images\icon_anon_user.png" />
|
|
|
|
<Content Include="Images\Validation\star_outline.png" />
|
|
|
|
<EmbeddedResource Include="Images\icon_block_user.png" />
|
|
|
|
<Content Include="Images\Validation\star_selected.png" />
|
|
|
|
<EmbeddedResource Include="Images\icon_remove_user.png" />
|
|
|
|
<Content Include="Images\Validation\success.png" />
|
|
|
|
<EmbeddedResource Include="Images\icon_user.png" />
|
|
|
|
|
|
|
|
<EmbeddedResource Include="Images\icon_user_settings.png" />
|
|
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<EmbeddedResource Include="Pages\HomePage.xaml">
|
|
|
|
<EmbeddedResource Include="Views\RatingView.xaml">
|
|
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
|
|
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
</EmbeddedResource>
|
|
|
|
</EmbeddedResource>
|
|
|
|
|