refactoring
This commit is contained in:
parent
ef10ada11a
commit
e966f8face
6 changed files with 111 additions and 55 deletions
|
|
@ -110,7 +110,8 @@
|
|||
<Compile Include="Pages\ClientPages\ActivityPage.xaml.cs">
|
||||
<DependentUpon>ActivityPage.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\ClientPages\Workflow\WFBookPage.cs" />
|
||||
<Compile Include="Pages\Workflow\WorkflowProfilesPage.cs" />
|
||||
<Compile Include="Pages\Workflow\WorkflowDatesPage.cs" />
|
||||
<Compile Include="Pages\ClientPages\SearchPage.xaml.cs">
|
||||
<DependentUpon>SearchPage.xaml</DependentUpon>
|
||||
</Compile>
|
||||
|
|
@ -153,9 +154,6 @@
|
|||
<DependentUpon>Strings.en.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ViewModels\Validation\EditingViewModel.cs" />
|
||||
<Compile Include="Pages\DocSigning.xaml.cs">
|
||||
<DependentUpon>DocSigning.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="ViewModels\Signing\EstimateSigningViewModel.cs" />
|
||||
<Compile Include="ViewModels\Signing\SignaturePadConfigViewModel.cs" />
|
||||
<Compile Include="ViewModels\UserProfile\UserProfileViewModel.cs" />
|
||||
|
|
@ -205,7 +203,7 @@
|
|||
<Compile Include="Pages\UserProfile\DashboardPage.xaml.cs">
|
||||
<DependentUpon>DashboardPage.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Pages\Oooops\EventDetail.xaml.cs">
|
||||
<Compile Include="Pages\EventDetail.xaml.cs">
|
||||
<DependentUpon>EventDetail.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Settings\MainSettings.cs" />
|
||||
|
|
@ -297,7 +295,7 @@
|
|||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Pages\Oooops\EventDetail.xaml">
|
||||
<EmbeddedResource Include="Pages\EventDetail.xaml">
|
||||
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
|
|
@ -306,7 +304,9 @@
|
|||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Folder Include="Pages\Oooops\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="ExifLib, Version=1.0.1.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>..\..\packages\ExifLib.PCL.1.0.1\lib\portable-net45+sl50+win+WindowsPhoneApp81+wp80+Xamarin.iOS10+MonoAndroid10+MonoTouch10\ExifLib.dll</HintPath>
|
||||
|
|
@ -538,12 +538,6 @@
|
|||
<EmbeddedResource Include="Images\Chat\disconnected.png" />
|
||||
<EmbeddedResource Include="Images\Chat\reconnecting.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Pages\DocSigning.xaml">
|
||||
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Views\MDSigningView.xaml">
|
||||
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue