|
@@ -397,11 +397,12 @@
|
|
<Compile Include="ViewModels\HomePanel\PDFTools\QuickToolsContentViewModel.cs" />
|
|
<Compile Include="ViewModels\HomePanel\PDFTools\QuickToolsContentViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\SignatureAnnotPropertyViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\SignatureAnnotPropertyViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\SignatureCreateDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\SignatureCreateDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\PDFEdit\ImageEditPropertyViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\PDFEdit\TextEditPropertyViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\ViewModular\ReadViewContentViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\ViewModular\ReadViewContentViewModel.cs" />
|
|
<Compile Include="ViewModels\HomePanel\RecentFiles\RecentFilesContentViewModel.cs" />
|
|
<Compile Include="ViewModels\HomePanel\RecentFiles\RecentFilesContentViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\CustomCreateDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\CustomCreateDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\DynamicPropertyDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\DynamicPropertyDialogViewModel.cs" />
|
|
- <Compile Include="ViewModels\PropertyPanel\TextEditPropertyViewModel.cs" />
|
|
|
|
<Compile Include="ViewModels\Tools\ConverterBarContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Tools\ConverterBarContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\ExtractDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\FullScreenWindowViewModel.cs" />
|
|
@@ -816,12 +817,15 @@
|
|
<Compile Include="CustomControl\CompositeControl\SlidContent.xaml.cs">
|
|
<Compile Include="CustomControl\CompositeControl\SlidContent.xaml.cs">
|
|
<DependentUpon>SlidContent.xaml</DependentUpon>
|
|
<DependentUpon>SlidContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
- <Compile Include="Views\PropertyPanel\PropertyPanelContent.xaml.cs">
|
|
|
|
- <DependentUpon>PropertyPanelContent.xaml</DependentUpon>
|
|
|
|
|
|
+ <Compile Include="Views\PropertyPanel\PDFEdit\ImageEditProperty.xaml.cs">
|
|
|
|
+ <DependentUpon>ImageEditProperty.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
- <Compile Include="Views\PropertyPanel\TextEditProperty.xaml.cs">
|
|
|
|
|
|
+ <Compile Include="Views\PropertyPanel\PDFEdit\TextEditProperty.xaml.cs">
|
|
<DependentUpon>TextEditProperty.xaml</DependentUpon>
|
|
<DependentUpon>TextEditProperty.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Views\PropertyPanel\PropertyPanelContent.xaml.cs">
|
|
|
|
+ <DependentUpon>PropertyPanelContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml.cs">
|
|
<Compile Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml.cs">
|
|
<DependentUpon>ReadModeContent.xaml</DependentUpon>
|
|
<DependentUpon>ReadModeContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -1393,14 +1397,18 @@
|
|
<Page Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml">
|
|
<Page Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
|
|
|
|
- <SubType>Designer</SubType>
|
|
|
|
|
|
+ <Page Include="Views\PropertyPanel\PDFEdit\ImageEditProperty.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\PropertyPanel\TextEditProperty.xaml">
|
|
|
|
|
|
+ <Page Include="Views\PropertyPanel\PDFEdit\TextEditProperty.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml">
|
|
<Page Include="Views\PropertyPanel\ViewModular\ReadModeContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|