|
@@ -28,6 +28,7 @@
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
<Prefer32Bit>false</Prefer32Bit>
|
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -37,6 +38,7 @@
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="ComOCRKit.Desk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
<Reference Include="ComOCRKit.Desk, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
@@ -193,6 +195,9 @@
|
|
<Compile Include="CustomControl\ColorDropBoxPop.xaml.cs">
|
|
<Compile Include="CustomControl\ColorDropBoxPop.xaml.cs">
|
|
<DependentUpon>ColorDropBoxPop.xaml</DependentUpon>
|
|
<DependentUpon>ColorDropBoxPop.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="CustomControl\CommonWritableComboBox.xaml.cs">
|
|
|
|
+ <DependentUpon>CommonWritableComboBox.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="CustomControl\CustomIconToggleBtn.cs" />
|
|
<Compile Include="CustomControl\CustomIconToggleBtn.cs" />
|
|
<Compile Include="CustomControl\DialogContent.cs" />
|
|
<Compile Include="CustomControl\DialogContent.cs" />
|
|
<Compile Include="CustomControl\IconAndTextTabItem.cs" />
|
|
<Compile Include="CustomControl\IconAndTextTabItem.cs" />
|
|
@@ -217,8 +222,10 @@
|
|
<Compile Include="DataConvert\PropertyPanelVisible.cs" />
|
|
<Compile Include="DataConvert\PropertyPanelVisible.cs" />
|
|
<Compile Include="DataConvert\StringToVisibleConvert.cs" />
|
|
<Compile Include="DataConvert\StringToVisibleConvert.cs" />
|
|
<Compile Include="DataConvert\UnVisivleConvert.cs" />
|
|
<Compile Include="DataConvert\UnVisivleConvert.cs" />
|
|
|
|
+ <Compile Include="EventAggregators\EditToolsEvent.cs" />
|
|
<Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
|
|
<Compile Include="EventAggregators\PageEditNotifyEvent.cs" />
|
|
<Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
|
|
<Compile Include="EventAggregators\PageEditRefreshEvent.cs" />
|
|
|
|
+ <Compile Include="Helper\ConverterHelper.cs" />
|
|
<Compile Include="Helper\AdvancedInvokeCommandAction.cs" />
|
|
<Compile Include="Helper\AdvancedInvokeCommandAction.cs" />
|
|
<Compile Include="Helper\ArrowHelper.cs" />
|
|
<Compile Include="Helper\ArrowHelper.cs" />
|
|
<Compile Include="Helper\HomePageEditHelper.cs" />
|
|
<Compile Include="Helper\HomePageEditHelper.cs" />
|
|
@@ -235,6 +242,27 @@
|
|
<Compile Include="CustomControl\LoadingControl.xaml.cs">
|
|
<Compile Include="CustomControl\LoadingControl.xaml.cs">
|
|
<DependentUpon>LoadingControl.xaml</DependentUpon>
|
|
<DependentUpon>LoadingControl.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterCSVDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterDialogsModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterExcelDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterHTMLDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterImgDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterPPTDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterRTFDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterTextDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\ConverterDialogs\ConverterWordDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSVModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialogModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterHTMLModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterPPTModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterRTFModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterTextModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordModel.cs" />
|
|
|
|
+ <Compile Include="Model\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogModel.cs" />
|
|
<Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
|
|
<Compile Include="Model\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialogModel.cs" />
|
|
<Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
|
|
<Compile Include="Model\Dialog\ToolsDialogs\CompressDialogModel\CompressDialogModel.cs" />
|
|
<Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
|
|
<Compile Include="Model\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialogModel.cs" />
|
|
@@ -262,17 +290,43 @@
|
|
<AutoGen>True</AutoGen>
|
|
<AutoGen>True</AutoGen>
|
|
</Compile>
|
|
</Compile>
|
|
<Compile Include="ViewModels\BOTA\BookmarkContentViewModel.cs" />
|
|
<Compile Include="ViewModels\BOTA\BookmarkContentViewModel.cs" />
|
|
- <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
|
|
|
|
- <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
|
|
|
|
<Compile Include="ViewModels\Dialog\BOTA\AddBookmarkDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\BOTA\AddBookmarkDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\BOTA\BookmarkInfoDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\BOTA\BookmarkInfoDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Background\BackgroundContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\BOTA\BOTAContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\BottomToolContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterProgressBarDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterCSVDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterExcelDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterHTMLDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterImgDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterPPTDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterRTFDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterTextDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\ConverterDialogs\ConverterWordDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSVViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcelViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImgViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWordViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Background\BackgroundCreateBaseContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Background\BackgroundCreateColorContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Background\BackgroundCreateFileContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListBaseContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListColorContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Background\BackgroundTemplateListFileContentViewModel.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" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContentViewModel.cs" />
|
|
- <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContentViewModel.cs" />
|
|
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialogViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePagePrinter\ModInfoSendEvent.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\HomePageToolsDialogs\HomePageSplitDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\PageEditDialogs\ExtractDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
|
|
<Compile Include="ViewModels\Dialog\PageEditDialogs\InsertDialogViewModel.cs" />
|
|
@@ -320,6 +374,13 @@
|
|
<Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Function.cs" />
|
|
<Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Function.cs" />
|
|
<Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Properties.cs" />
|
|
<Compile Include="ViewModels\Tools\AnnotToolContentViewModel.Properties.cs" />
|
|
<Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
|
|
<Compile Include="ViewModels\Tools\ToolsBarContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Watermark\WatermarkContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateBaseContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateFileContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Watermark\WatermarkCreateTextContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListBaseContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListFileContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\EditTools\Watermark\WatermarkTemplateListTextContentViewModel.cs" />
|
|
<Compile Include="Views\BOTA\BookmarkContent.xaml.cs">
|
|
<Compile Include="Views\BOTA\BookmarkContent.xaml.cs">
|
|
<DependentUpon>BookmarkContent.xaml</DependentUpon>
|
|
<DependentUpon>BookmarkContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -329,6 +390,33 @@
|
|
<Compile Include="Views\BottomToolContent.xaml.cs">
|
|
<Compile Include="Views\BottomToolContent.xaml.cs">
|
|
<DependentUpon>BottomToolContent.xaml</DependentUpon>
|
|
<DependentUpon>BottomToolContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterCSVDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterExcelDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterHTMLDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterImgDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterPPTDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterProgressBarDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterRTFDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterTextDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterWordDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml.cs">
|
|
<Compile Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml.cs">
|
|
<DependentUpon>AddBookmarkDialog.xaml</DependentUpon>
|
|
<DependentUpon>AddBookmarkDialog.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -338,6 +426,30 @@
|
|
<Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
|
|
<Compile Include="Views\Dialog\FullScreenWindow.xaml.cs">
|
|
<DependentUpon>FullScreenWindow.xaml</DependentUpon>
|
|
<DependentUpon>FullScreenWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePageBatchProcessingDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePageCompressDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSV.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePageConverterCSV.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePageConverterDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcel.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePageConverterExcel.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImg.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePageConverterImg.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWord.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePageConverterWord.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePageSetPasswordDialog.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml.cs">
|
|
<DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
|
|
<DependentUpon>HomePageExtractDialog.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -350,8 +462,8 @@
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml.cs">
|
|
<DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
|
|
<DependentUpon>HomePagePrinterModBookletContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
- <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml.cs">
|
|
|
|
- <DependentUpon>HomePagePrinterModMutipleContent.xaml</DependentUpon>
|
|
|
|
|
|
+ <Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml.cs">
|
|
|
|
+ <DependentUpon>HomePagePrinterModMultipleContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
|
|
<Compile Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml.cs">
|
|
<DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
|
|
<DependentUpon>HomePagePrinterModPosterContent.xaml</DependentUpon>
|
|
@@ -410,6 +522,48 @@
|
|
<Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
|
|
<Compile Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml.cs">
|
|
<DependentUpon>CloudDriveContent.xaml</DependentUpon>
|
|
<DependentUpon>CloudDriveContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Background\BackgroundContent.xaml.cs">
|
|
|
|
+ <DependentUpon>BackgroundContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Watermark\WatermarkContent.xaml.cs">
|
|
|
|
+ <DependentUpon>WatermarkContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml.cs">
|
|
|
|
+ <DependentUpon>WatermarkCreateBaseContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Watermark\WatermarkCreateFileContent.xaml.cs">
|
|
|
|
+ <DependentUpon>WatermarkCreateFileContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml.cs">
|
|
|
|
+ <DependentUpon>WatermarkCreateTextContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListBaseContent.xaml.cs">
|
|
|
|
+ <DependentUpon>WatermarkTemplateListBaseContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml.cs">
|
|
|
|
+ <DependentUpon>WatermarkTemplateListFileContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml.cs">
|
|
|
|
+ <DependentUpon>WatermarkTemplateListTextContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml.cs">
|
|
|
|
+ <DependentUpon>BackgroundCreateBaseContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml.cs">
|
|
|
|
+ <DependentUpon>BackgroundCreateColorContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml.cs">
|
|
|
|
+ <DependentUpon>BackgroundCreateFileContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml.cs">
|
|
|
|
+ <DependentUpon>BackgroundTemplateListBaseContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml.cs">
|
|
|
|
+ <DependentUpon>BackgroundTemplateListColorContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml.cs">
|
|
|
|
+ <DependentUpon>BackgroundTemplateListFileContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
|
|
<Compile Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml.cs">
|
|
<DependentUpon>CloudFilesContent.xaml</DependentUpon>
|
|
<DependentUpon>CloudFilesContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -501,6 +655,9 @@
|
|
<Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
|
|
<Compile Include="Views\Tools\AnnotToolContent.xaml.cs">
|
|
<DependentUpon>AnnotToolContent.xaml</DependentUpon>
|
|
<DependentUpon>AnnotToolContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Views\Tools\ConverterBarContent.xaml.cs">
|
|
|
|
+ <DependentUpon>ConverterBarContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
|
|
<Compile Include="Views\Tools\ToolsBarContent.xaml.cs">
|
|
<DependentUpon>ToolsBarContent.xaml</DependentUpon>
|
|
<DependentUpon>ToolsBarContent.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -519,6 +676,10 @@
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="CustomControl\CommonWritableComboBox.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
<Page Include="CustomControl\LoadingControl.xaml">
|
|
<Page Include="CustomControl\LoadingControl.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -623,6 +784,10 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterCSVDialog.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml">
|
|
<Page Include="Views\Dialog\BOTA\AddBookmarkDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -635,79 +800,75 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterExcelDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterHTMLDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterImgDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterPPTDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMutipleContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterProgressBarDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterRTFDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterTextDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ConverterDialogs\ConverterWordDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageBatchProcessingDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
- </Page>
|
|
|
|
- <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
- <SubType>Designer</SubType>
|
|
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\PageEditDialogs\SplitDialog.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageCompressDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterCSV.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterExcel.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterImg.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageConverter\HomePageConverterWord.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageBatchProcessing\HomePageSetPasswordDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageExtractDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
@@ -728,84 +889,73 @@
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
<Page Include="Views\HomeContent.xaml">
|
|
<Page Include="Views\HomeContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageInsertDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
<Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
|
|
<Page Include="Views\HomePanel\CloudDrive\CloudDriveContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePictureToPDFDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\HomeCloudContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\HomePanel\CloudDrive\CloudFilesContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\HomeGuidContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModBookletContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModMultipleContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\HomeToolsContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModPosterContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterModSizeContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterPageSetDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\PromotionContent.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePageSplitDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\PageEditDialogs\ExtractDialog.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\PageEditDialogs\InsertDialog.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Views\Dialog\HomePageToolsDialogs\HomePagePrinter\HomePagePrinterDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\MainContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\PropertyPanel\AnnotPanel\CommonControls\ColorContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\MainWindow.xaml">
|
|
|
|
- <Generator>MSBuild:Compile</Generator>
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
- </Page>
|
|
|
|
- <Compile Include="App.xaml.cs">
|
|
|
|
- <DependentUpon>App.xaml</DependentUpon>
|
|
|
|
- <SubType>Code</SubType>
|
|
|
|
- </Compile>
|
|
|
|
- <Compile Include="ViewModels\HomeContentViewModel.cs" />
|
|
|
|
- <Compile Include="ViewModels\MainWindowViewModel.cs" />
|
|
|
|
- <Compile Include="ViewModels\ViewContentViewModel.cs" />
|
|
|
|
- <Compile Include="Views\HomeContent.xaml.cs">
|
|
|
|
- <DependentUpon>HomeContent.xaml</DependentUpon>
|
|
|
|
- </Compile>
|
|
|
|
- <Compile Include="Views\MainWindow.xaml.cs">
|
|
|
|
- <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
- <SubType>Code</SubType>
|
|
|
|
- </Compile>
|
|
|
|
- <Page Include="Views\PageEdit\PageEditContent.xaml">
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\Dialog\ToolsDialogs\CompressDialogs\CompressProgressBarDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
- <Page Include="Views\PropertyPanel\AnnotPanel\CommonControls\ColorContent.xaml">
|
|
|
|
|
|
+ <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\CheckPasswordDialog.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
@@ -817,10 +967,22 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\DeleteSafetySettingsDialog.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml">
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\FreetextAnnotProperty.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\Dialog\ToolsDialogs\SaftyDialogs\SetPasswordDialog.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\Dialog\VerifyPassWordDialog.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml">
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\ImageAnnotProperty.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -829,24 +991,58 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundContent.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>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\EditTools\Watermark\WatermarkContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\StampAnnotProperty.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\EditTools\Watermark\WatermarkCreateBaseContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\EditTools\Watermark\WatermarkCreateFileContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml">
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\TextAnnotProperty.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\EditTools\Watermark\WatermarkCreateTextContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml">
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\TextEditProperty.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\EditTools\Watermark\WatermarkTemplateListBaseContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\CommonControls\SlidContent.xaml">
|
|
<Page Include="Views\PropertyPanel\AnnotPanel\CommonControls\SlidContent.xaml">
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\EditTools\Watermark\WatermarkTemplateListFileContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\EditTools\Watermark\WatermarkTemplateListTextContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundCreateBaseContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</Page>
|
|
<Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
|
|
<Page Include="Views\PropertyPanel\PropertyPanelContent.xaml">
|
|
@@ -861,6 +1057,14 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundCreateColorContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundCreateFileContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\PropertyPanel\ViewModular\ThemesContent.xaml">
|
|
<Page Include="Views\PropertyPanel\ViewModular\ThemesContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -869,10 +1073,92 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundTemplateListBaseContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundTemplateListColorContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\EditTools\Background\BackgroundTemplateListFileContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\HomeCloudContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\HomeGuidContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\PDFTools\PDFToolItem.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\HomeToolsContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\PDFTools\PDFToolsContent.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\PDFTools\QuickToolsContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\PromotionContent.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\RecentFiles\DocItemControl.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\RecentFiles\DocItemListViewControl.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\HomePanel\RecentFiles\RecentFilesView.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\MainContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
|
|
+ <Page Include="Views\MainWindow.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
|
|
+ <Compile Include="App.xaml.cs">
|
|
|
|
+ <DependentUpon>App.xaml</DependentUpon>
|
|
|
|
+ <SubType>Code</SubType>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="ViewModels\HomeContentViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\MainWindowViewModel.cs" />
|
|
|
|
+ <Compile Include="ViewModels\ViewContentViewModel.cs" />
|
|
|
|
+ <Compile Include="Views\HomeContent.xaml.cs">
|
|
|
|
+ <DependentUpon>HomeContent.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Compile Include="Views\MainWindow.xaml.cs">
|
|
|
|
+ <DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
+ <SubType>Code</SubType>
|
|
|
|
+ </Compile>
|
|
|
|
+ <Page Include="Views\PageEdit\PageEditContent.xaml">
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\Tools\AnnotToolContent.xaml">
|
|
<Page Include="Views\Tools\AnnotToolContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
</Page>
|
|
</Page>
|
|
|
|
+ <Page Include="Views\Tools\ConverterBarContent.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ <Generator>MSBuild:Compile</Generator>
|
|
|
|
+ </Page>
|
|
<Page Include="Views\Tools\ToolsBarContent.xaml">
|
|
<Page Include="Views\Tools\ToolsBarContent.xaml">
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
<Generator>MSBuild:Compile</Generator>
|
|
@@ -899,12 +1185,15 @@
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
</None>
|
|
</None>
|
|
|
|
+ <None Include="source\AnalysisWord\Res\word\_rels\document.xml.rels" />
|
|
|
|
+ <Content Include="source\AnalysisWord\Res\_rels\.rels">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="App.config" />
|
|
<None Include="App.config" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
- <Folder Include="Views\Dialog\Convertor\" />
|
|
|
|
<Folder Include="Views\Edit\" />
|
|
<Folder Include="Views\Edit\" />
|
|
<Folder Include="Views\Forms\" />
|
|
<Folder Include="Views\Forms\" />
|
|
<Folder Include="Views\Scan\" />
|
|
<Folder Include="Views\Scan\" />
|
|
@@ -964,6 +1253,63 @@
|
|
<Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
|
|
<Resource Include="Resources\ToolBarIcon\MyTools\Stamp.png" />
|
|
<Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
|
|
<Resource Include="Resources\ToolBarIcon\MyTools\Textbox.png" />
|
|
<Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
|
|
<Resource Include="Resources\ToolBarIcon\MyTools\wavyline2.png" />
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout1.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout10.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout11.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout2.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout3.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout4.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout5.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout6.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout7.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout8.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideLayouts\slideLayout9.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\slideMaster1.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\theme1.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisPPT\Res\thumbnail.jpeg">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisWord\Res\docProps\app.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Content Include="source\AnalysisWord\Res\docProps\core.xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
|
|
+ <Resource Include="source\AnalysisWord\Res\word\document.xml" />
|
|
|
|
+ <Resource Include="source\AnalysisWord\Res\word\document0.xml" />
|
|
|
|
+ <Resource Include="source\AnalysisWord\Res\word\endnotes.xml" />
|
|
|
|
+ <Resource Include="source\AnalysisWord\Res\word\footnotes.xml" />
|
|
|
|
+ <Resource Include="source\AnalysisWord\Res\word\settings.xml" />
|
|
|
|
+ <Resource Include="source\AnalysisWord\Res\word\theme\theme1.xml" />
|
|
|
|
+ <Content Include="source\AnalysisWord\Res\[Content_Types].xml">
|
|
|
|
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
+ </Content>
|
|
<Resource Include="Resources\BOTA\empty_bookmark.png" />
|
|
<Resource Include="Resources\BOTA\empty_bookmark.png" />
|
|
<Resource Include="Resources\PropertyPanel\colorIcon.png" />
|
|
<Resource Include="Resources\PropertyPanel\colorIcon.png" />
|
|
<Content Include="SystemService\PreviewHandler.dll">
|
|
<Content Include="SystemService\PreviewHandler.dll">
|