|
@@ -484,6 +484,8 @@
|
|
<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\ImageEditPropertyViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\PDFEdit\ImageTextEditPropertyViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\PDFEdit\PDFEditVM.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\PDFEdit\TextEditPropertyViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\PDFEdit\TextEditPropertyViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\Scan\ScanPropertyPanelViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\Scan\ScanPropertyPanelViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\ViewModular\ReadViewContentViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\ViewModular\ReadViewContentViewModel.cs" />
|
|
@@ -991,6 +993,9 @@
|
|
<Compile Include="Views\PropertyPanel\PDFEdit\ImageEditProperty.xaml.cs">
|
|
<Compile Include="Views\PropertyPanel\PDFEdit\ImageEditProperty.xaml.cs">
|
|
<DependentUpon>ImageEditProperty.xaml</DependentUpon>
|
|
<DependentUpon>ImageEditProperty.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Views\PropertyPanel\PDFEdit\ImageTextEditProperty.xaml.cs">
|
|
|
|
+ <DependentUpon>ImageTextEditProperty.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Views\PropertyPanel\PDFEdit\TextEditProperty.xaml.cs">
|
|
<Compile Include="Views\PropertyPanel\PDFEdit\TextEditProperty.xaml.cs">
|
|
<DependentUpon>TextEditProperty.xaml</DependentUpon>
|
|
<DependentUpon>TextEditProperty.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -1721,6 +1726,10 @@
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\PropertyPanel\PDFEdit\ImageTextEditProperty.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\PDFEdit\TextEditProperty.xaml">
|
|
<Page Include="Views\PropertyPanel\PDFEdit\TextEditProperty.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|