|
@@ -492,6 +492,7 @@
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageWatermark\HomePageWatermarkTemplateListTextContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageWatermark\HomePageWatermarkTemplateListTextContentViewModel.cs" />
|
|
<Compile Include="ViewModels\HomePanel\PDFTools\PDFToolsContentViewModel.cs" />
|
|
<Compile Include="ViewModels\HomePanel\PDFTools\PDFToolsContentViewModel.cs" />
|
|
<Compile Include="ViewModels\HomePanel\PDFTools\QuickToolsContentViewModel.cs" />
|
|
<Compile Include="ViewModels\HomePanel\PDFTools\QuickToolsContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\PropertyPanel\AnnotPanel\MultiSelectAnnotPropertyViewModel.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\AnnotPanel\SnapshotEditMenuViewModel.cs" />
|
|
<Compile Include="ViewModels\PropertyPanel\AnnotPanel\SnapshotEditMenuViewModel.cs" />
|
|
@@ -995,6 +996,9 @@
|
|
<Compile Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml.cs">
|
|
<Compile Include="Views\PropertyPanel\AnnotPanel\LinkAnnotProperty.xaml.cs">
|
|
<DependentUpon>LinkAnnotProperty.xaml</DependentUpon>
|
|
<DependentUpon>LinkAnnotProperty.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Views\PropertyPanel\AnnotPanel\MultiSelectAnnotProperty.xaml.cs">
|
|
|
|
+ <DependentUpon>MultiSelectAnnotProperty.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
|
|
<Compile Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml.cs">
|
|
<DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
|
|
<DependentUpon>SharpsAnnotProperty.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -1718,6 +1722,10 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\MultiSelectAnnotProperty.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml">
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\SharpsAnnotProperty.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|