|
@@ -380,6 +380,7 @@
|
|
|
<Compile Include="ViewModels\Form\FormsToolContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\HomePanel\PDFTools\PDFToolsContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\HomePanel\PDFTools\QuickToolsContentViewModel.cs" />
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\SignatureAnnotPropertyViewModel.cs" />
|
|
|
<Compile Include="ViewModels\PropertyPanel\ViewModular\ReadViewContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\HomePanel\RecentFiles\RecentFilesContentViewModel.cs" />
|
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\CustomCreateDialogViewModel.cs" />
|
|
@@ -784,6 +785,9 @@
|
|
|
<Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
|
|
|
<DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\SignatureAnnotProperty.xaml.cs">
|
|
|
+ <DependentUpon>SignatureAnnotProperty.xaml</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml.cs">
|
|
|
<DependentUpon>StampAnnotProperty.xaml</DependentUpon>
|
|
|
</Compile>
|
|
@@ -1312,6 +1316,10 @@
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
</Page>
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\SignatureAnnotProperty.xaml">
|
|
|
+ <SubType>Designer</SubType>
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
+ </Page>
|
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
|
|
|
<SubType>Designer</SubType>
|
|
|
<Generator>MSBuild:Compile</Generator>
|