1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{6AC69A74-7539-4C2C-BDFD-F436674A7FBD}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >CustomToolbar</RootNamespace >
10
+ <AssemblyName >CustomToolbar</AssemblyName >
11
+ <TargetFrameworkVersion >v4.6.2</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
+ <WarningLevel >4</WarningLevel >
15
+ <Deterministic >true</Deterministic >
16
+ <TargetFrameworkProfile />
17
+ </PropertyGroup >
18
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19
+ <PlatformTarget >AnyCPU</PlatformTarget >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ <Prefer32Bit >false</Prefer32Bit >
28
+ </PropertyGroup >
29
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30
+ <PlatformTarget >AnyCPU</PlatformTarget >
31
+ <DebugType >pdbonly</DebugType >
32
+ <Optimize >true</Optimize >
33
+ <OutputPath >bin\Release\</OutputPath >
34
+ <DefineConstants >TRACE</DefineConstants >
35
+ <ErrorReport >prompt</ErrorReport >
36
+ <WarningLevel >4</WarningLevel >
37
+ </PropertyGroup >
38
+ <ItemGroup >
39
+ <Reference Include =" Syncfusion.Compression.Base" >
40
+ <SpecificVersion >False</SpecificVersion >
41
+ <HintPath >..\..\..\..\..\..\..\Assemblies\Syncfusion.Compression.Base.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" Syncfusion.Licensing" >
44
+ <SpecificVersion >False</SpecificVersion >
45
+ <HintPath >..\..\..\..\..\..\..\Assemblies\Syncfusion.Licensing.dll</HintPath >
46
+ </Reference >
47
+ <Reference Include =" Syncfusion.Pdf.Base" >
48
+ <SpecificVersion >False</SpecificVersion >
49
+ <HintPath >..\..\..\..\..\..\..\Assemblies\Syncfusion.Pdf.Base.dll</HintPath >
50
+ </Reference >
51
+ <Reference Include =" Syncfusion.PdfViewer.WPF" >
52
+ <SpecificVersion >False</SpecificVersion >
53
+ <HintPath >..\..\..\..\..\..\..\Assemblies\Syncfusion.PdfViewer.WPF.dll</HintPath >
54
+ </Reference >
55
+ <Reference Include =" Syncfusion.SfSkinManager.WPF" >
56
+ <SpecificVersion >False</SpecificVersion >
57
+ <HintPath >..\..\..\..\..\..\..\Assemblies\Syncfusion.SfSkinManager.WPF.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" Syncfusion.Shared.Wpf" >
60
+ <SpecificVersion >False</SpecificVersion >
61
+ <HintPath >..\..\..\..\..\..\..\Assemblies\Syncfusion.Shared.Wpf.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" Syncfusion.Themes.Office2019Colorful.WPF" >
64
+ <SpecificVersion >False</SpecificVersion >
65
+ <HintPath >..\..\..\..\..\..\..\Assemblies\Syncfusion.Themes.Office2019Colorful.WPF.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" Syncfusion.Tools.WPF" >
68
+ <SpecificVersion >False</SpecificVersion >
69
+ <HintPath >..\..\..\..\..\..\..\Assemblies\Syncfusion.Tools.WPF.dll</HintPath >
70
+ </Reference >
71
+ <Reference Include =" System" />
72
+ <Reference Include =" System.Data" />
73
+ <Reference Include =" System.Windows.Controls.Ribbon" />
74
+ <Reference Include =" System.Xml" />
75
+ <Reference Include =" Microsoft.CSharp" />
76
+ <Reference Include =" System.Core" />
77
+ <Reference Include =" System.Xml.Linq" />
78
+ <Reference Include =" System.Data.DataSetExtensions" />
79
+ <Reference Include =" System.Net.Http" />
80
+ <Reference Include =" System.Xaml" >
81
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
82
+ </Reference >
83
+ <Reference Include =" WindowsBase" />
84
+ <Reference Include =" PresentationCore" />
85
+ <Reference Include =" PresentationFramework" />
86
+ </ItemGroup >
87
+ <ItemGroup >
88
+ <ApplicationDefinition Include =" App.xaml" >
89
+ <Generator >MSBuild:Compile</Generator >
90
+ <SubType >Designer</SubType >
91
+ </ApplicationDefinition >
92
+ <Compile Include =" ViewModel\ViewModel.cs" />
93
+ <Page Include =" MainWindow.xaml" >
94
+ <Generator >MSBuild:Compile</Generator >
95
+ <SubType >Designer</SubType >
96
+ </Page >
97
+ <Compile Include =" App.xaml.cs" >
98
+ <DependentUpon >App.xaml</DependentUpon >
99
+ <SubType >Code</SubType >
100
+ </Compile >
101
+ <Compile Include =" Helper\PdfViewerEventAttachUtil.cs" />
102
+ <Compile Include =" MainWindow.xaml.cs" >
103
+ <DependentUpon >MainWindow.xaml</DependentUpon >
104
+ <SubType >Code</SubType >
105
+ </Compile >
106
+ </ItemGroup >
107
+ <ItemGroup >
108
+ <Compile Include =" Properties\AssemblyInfo.cs" >
109
+ <SubType >Code</SubType >
110
+ </Compile >
111
+ <Compile Include =" Properties\Resources.Designer.cs" >
112
+ <AutoGen >True</AutoGen >
113
+ <DesignTime >True</DesignTime >
114
+ <DependentUpon >Resources.resx</DependentUpon >
115
+ </Compile >
116
+ <Compile Include =" Properties\Settings.Designer.cs" >
117
+ <AutoGen >True</AutoGen >
118
+ <DependentUpon >Settings.settings</DependentUpon >
119
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
120
+ </Compile >
121
+ <EmbeddedResource Include =" Properties\Resources.resx" >
122
+ <Generator >ResXFileCodeGenerator</Generator >
123
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
124
+ </EmbeddedResource >
125
+ <None Include =" Properties\Settings.settings" >
126
+ <Generator >SettingsSingleFileGenerator</Generator >
127
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
128
+ </None >
129
+ </ItemGroup >
130
+ <ItemGroup >
131
+ <None Include =" App.config" />
132
+ </ItemGroup >
133
+ <ItemGroup >
134
+ <Resource Include =" Icon\Data-Find.png" />
135
+ <Resource Include =" Icon\Fit-To-Size.png" />
136
+ <Resource Include =" Icon\Folder-Open-01.png" />
137
+ <Resource Include =" Icon\Folder-Open.png" />
138
+ <Resource Include =" Icon\Icons_Backward.png" />
139
+ <Resource Include =" Icon\Icons_FitPage.png" />
140
+ <Resource Include =" Icon\Icons_FitWidth.png" />
141
+ <Resource Include =" Icon\Icons_Forward.png" />
142
+ <Resource Include =" Icon\Icons_Front.png" />
143
+ <Resource Include =" Icon\Icons_Last.png" />
144
+ <Resource Include =" Icon\Icons_Open.png" />
145
+ <Resource Include =" Icon\Icons_Print.png" />
146
+ <Resource Include =" Icon\Icons_Save.png" />
147
+ <Resource Include =" Icon\Icons_Search.png" />
148
+ <Resource Include =" Icon\Icons_Stamp.png" />
149
+ <Resource Include =" Icon\Icons_Zoom In.png" />
150
+ <Resource Include =" Icon\Icons_Zoom Out.png" />
151
+ <Resource Include =" Icon\Media Fast-forward.png" />
152
+ <Resource Include =" Icon\Media Next.png" />
153
+ <Resource Include =" Icon\Media Previous.png" />
154
+ <Resource Include =" Icon\Media Rewind.png" />
155
+ <Resource Include =" Icon\Open32.png" />
156
+ <Resource Include =" Icon\OpenFile.png" />
157
+ <Resource Include =" Icon\openHS.png" />
158
+ <Resource Include =" Icon\PrintArea.png" />
159
+ <Resource Include =" Icon\Printer New.png" />
160
+ <Resource Include =" Icon\PrintHS.png" />
161
+ <Resource Include =" Icon\Save As.png" />
162
+ <Resource Include =" Icon\SaveAs32.png" />
163
+ <Resource Include =" Icon\saveHS.png" />
164
+ <Resource Include =" Icon\Scale-To-Fit.png" />
165
+ <Resource Include =" Icon\Zoom-In.png" />
166
+ <Resource Include =" Icon\Zoom-Out.png" />
167
+ </ItemGroup >
168
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
169
+ </Project >
0 commit comments