Skip to content

Commit a0a0dc1

Browse files
903535 - Feed back changes
1 parent f2fe601 commit a0a0dc1

File tree

46 files changed

+52
-58
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+52
-58
lines changed

Annotations/AddAnnotation/AddAnnotation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

Annotations/AddCustomStampInCustomizedButton/AddCustomStampInCustomizedButton.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>

Annotations/Arrow/ArrowDemo/ArrowDemo.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

Annotations/Arrow/LoadArrow/LoadArrow.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

Annotations/Cloud/CloudSettings/CloudSettings.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

Annotations/Cloud/LoadCloud/LoadCloud.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>

Annotations/Comments/ExpandCommentsPane/ExpandCommentsPane.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

Annotations/Hide and Show Annotations/HideComments/HideComments.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

Annotations/HideAnnotationsInExportedPages/HideAnnotationsInExportedPages/HideAnnotationsInExportedPages.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

Annotations/HighlightTextAfterSelecting/HighlightTextAfterSelecting.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
@@ -103,7 +103,6 @@
103103
<None Include="App.config" />
104104
</ItemGroup>
105105
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106-
<Import Project="packages\Syncfusion.PdfToImageConverter.WPF.25.1.40\build\net462\Syncfusion.PdfToImageConverter.WPF.targets" Condition="Exists('packages\Syncfusion.PdfToImageConverter.WPF.25.1.40\build\net462\Syncfusion.PdfToImageConverter.WPF.targets')" />
107106
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
108107
<PropertyGroup>
109108
</PropertyGroup>

Annotations/Import and Export/ImportAndExport/ImportAndExport.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

Annotations/List Out Annotation/WPF_PDFViewer_Annotations/WPF_PDFViewer_Annotations.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
@@ -107,7 +107,6 @@
107107
<Resource Include="Data\HamBurgerIcon.png" />
108108
</ItemGroup>
109109
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110-
<Import Project="packages\Syncfusion.PdfToImageConverter.WPF.25.1.39\build\net462\Syncfusion.PdfToImageConverter.WPF.targets" Condition="Exists('packages\Syncfusion.PdfToImageConverter.WPF.25.1.39\build\net462\Syncfusion.PdfToImageConverter.WPF.targets')" />
111110
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
112111
<PropertyGroup>
113112
</PropertyGroup>

Annotations/Uri Annotation/UriAnnotation/UriAnnotation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

DisableSpellcheckTextbox/DisableSpellcheckTextbox/DisableSpellcheckTextbox.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

DisplayPDF/PdfViewerDemo.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<DebugType>pdbonly</DebugType>
3636
<Optimize>true</Optimize>
3737
<OutputPath>bin\Release\</OutputPath>
38-
<DefineConstants>TRACE</DefineConstants>
38+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3939
<ErrorReport>prompt</ErrorReport>
4040
<WarningLevel>4</WarningLevel>
4141
<Prefer32Bit>false</Prefer32Bit>

Export/PDFToImage/PDFToImage_2010.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>

Export/PDFToImage/PDFToImage_2012.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<DebugType>full</DebugType>
2727
<Optimize>false</Optimize>
2828
<OutputPath>bin\Debug\</OutputPath>
29-
<DefineConstants>DEBUG;TRACE</DefineConstants>
29+
<DefineConstants>DEBUG;TRACE;NETFRAMEWORK</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
<Prefer32Bit>false</Prefer32Bit>
@@ -35,7 +35,7 @@
3535
<DebugType>pdbonly</DebugType>
3636
<Optimize>true</Optimize>
3737
<OutputPath>bin\Release\</OutputPath>
38-
<DefineConstants>TRACE</DefineConstants>
38+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3939
<ErrorReport>prompt</ErrorReport>
4040
<WarningLevel>4</WarningLevel>
4141
<Prefer32Bit>false</Prefer32Bit>

Export/PDFToImage/PDFToImage_2017.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<DebugType>full</DebugType>
2727
<Optimize>false</Optimize>
2828
<OutputPath>bin\Debug\</OutputPath>
29-
<DefineConstants>DEBUG;TRACE</DefineConstants>
29+
<DefineConstants>DEBUG;TRACE;NETFRAMEWORK</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
3232
<Prefer32Bit>false</Prefer32Bit>
@@ -35,7 +35,7 @@
3535
<DebugType>pdbonly</DebugType>
3636
<Optimize>true</Optimize>
3737
<OutputPath>bin\Release\</OutputPath>
38-
<DefineConstants>TRACE</DefineConstants>
38+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3939
<ErrorReport>prompt</ErrorReport>
4040
<WarningLevel>4</WarningLevel>
4141
<Prefer32Bit>false</Prefer32Bit>

Export/PDFToTiff/PDFToTIFF.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

Layers/ToggleLayers/ToggleLayers/ToggleLayers.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

MVVM/ImportAndExportMVVM/ImportAndExport/ImportAndExport.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

Navigation/Bookmark_Navigation/Bookmark_Navigation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>

Navigation/Horizontal_Thumbnails/WPFThumbnailSample/WPFThumbnailSample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

Navigation/Hyperlink_Navigation/Hyperlink_Navigation.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

Navigation/Mouse-KeyboardPageZoom/Mouse-KeyboardPageZoom.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

Navigation/ScrollPosition_Navigate/WPF_ScrollNavigateSample/WPF_ScrollNavigateSample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

Navigation/Scroll_PDF_Page/sample.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>

Navigation/TOC_Navigation/TOC_Navigation.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>
@@ -99,7 +99,6 @@
9999
<None Include="App.config" />
100100
</ItemGroup>
101101
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102-
<Import Project="packages\Syncfusion.PdfToImageConverter.WPF.26.1.35\build\net462\Syncfusion.PdfToImageConverter.WPF.targets" Condition="Exists('packages\Syncfusion.PdfToImageConverter.WPF.26.1.35\build\net462\Syncfusion.PdfToImageConverter.WPF.targets')" />
103102
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
104103
<PropertyGroup>
105104
</PropertyGroup>

Navigation/Thumbnail_Navigation/Thumbnail_Navigation.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>
@@ -100,7 +100,6 @@
100100
<None Include="App.config" />
101101
</ItemGroup>
102102
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103-
<Import Project="packages\Syncfusion.PdfToImageConverter.WPF.26.1.35\build\net462\Syncfusion.PdfToImageConverter.WPF.targets" Condition="Exists('packages\Syncfusion.PdfToImageConverter.WPF.26.1.35\build\net462\Syncfusion.PdfToImageConverter.WPF.targets')" />
104103
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
105104
<PropertyGroup>
106105
</PropertyGroup>

OrganzingPages-Examples/ExtractSelectedPages/ExtractSelectedPages.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<DebugType>pdbonly</DebugType>
3232
<Optimize>true</Optimize>
3333
<OutputPath>bin\Release\</OutputPath>
34-
<DefineConstants>TRACE</DefineConstants>
34+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3535
<ErrorReport>prompt</ErrorReport>
3636
<WarningLevel>4</WarningLevel>
3737
</PropertyGroup>

OrganzingPages-Examples/Get Selected pages information/PdfViewer/PdfViewer.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>

OrganzingPages-Examples/PageOrganizer/PdfViewerDemo_2010.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>

Printing-Examples/Batch-Printing/BatchPrinting/BatchPrinting.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
3232
<OutputPath>bin\Release\</OutputPath>
33-
<DefineConstants>TRACE</DefineConstants>
33+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>

Printing-Examples/PrintPDF/PrintPDF.csproj

+1-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<DebugType>pdbonly</DebugType>
3333
<Optimize>true</Optimize>
3434
<OutputPath>bin\Release\</OutputPath>
35-
<DefineConstants>TRACE</DefineConstants>
35+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3636
<ErrorReport>prompt</ErrorReport>
3737
<WarningLevel>4</WarningLevel>
3838
</PropertyGroup>
@@ -99,7 +99,6 @@
9999
<None Include="App.config" />
100100
</ItemGroup>
101101
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102-
<Import Project="packages\Syncfusion.PdfToImageConverter.WPF.26.1.35\build\net462\Syncfusion.PdfToImageConverter.WPF.targets" Condition="Exists('packages\Syncfusion.PdfToImageConverter.WPF.26.1.35\build\net462\Syncfusion.PdfToImageConverter.WPF.targets')" />
103102
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
104103
<PropertyGroup>
105104
</PropertyGroup>

Printing-Examples/Printing-From-Console-Application/PDFPrinter/PDFPrinter.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<DebugType>pdbonly</DebugType>
3131
<Optimize>true</Optimize>
3232
<OutputPath>bin\Release\</OutputPath>
33-
<DefineConstants>TRACE</DefineConstants>
33+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3434
<ErrorReport>prompt</ErrorReport>
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>

Redaction-Examples/FindText&Redact/FindText&Redact.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>

Redaction-Examples/Mark&Redact/Mark&Redact.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
<DebugType>full</DebugType>
2626
<Optimize>false</Optimize>
2727
<OutputPath>bin\Debug\</OutputPath>
28-
<DefineConstants>DEBUG;TRACE</DefineConstants>
28+
<DefineConstants>DEBUG;TRACE;NETFRAMEWORK</DefineConstants>
2929
<ErrorReport>prompt</ErrorReport>
3030
<WarningLevel>4</WarningLevel>
3131
</PropertyGroup>
3232
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3333
<DebugType>pdbonly</DebugType>
3434
<Optimize>true</Optimize>
3535
<OutputPath>bin\Release\</OutputPath>
36-
<DefineConstants>TRACE</DefineConstants>
36+
<DefineConstants>TRACE;NETFRAMEWORK</DefineConstants>
3737
<ErrorReport>prompt</ErrorReport>
3838
<WarningLevel>4</WarningLevel>
3939
</PropertyGroup>

0 commit comments

Comments
 (0)