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;FRAMEWORK</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;FRAMEWORK</DefineConstants >
35
+ <ErrorReport >prompt</ErrorReport >
36
+ <WarningLevel >4</WarningLevel >
37
+ </PropertyGroup >
38
+ <ItemGroup >
39
+ <PackageReference Include =" Syncfusion.PdfViewer.WPF" Version =" *" />
40
+ <PackageReference Include =" Syncfusion.SfSkinManager.WPF" Version =" *" />
41
+ <PackageReference Include =" Syncfusion.Themes.Office2019Colorful.WPF" Version =" *" />
42
+ <PackageReference Include =" Syncfusion.Tools.WPF" Version =" *" />
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Data" />
45
+ <Reference Include =" System.Windows.Controls.Ribbon" />
46
+ <Reference Include =" System.Xml" />
47
+ <Reference Include =" Microsoft.CSharp" />
48
+ <Reference Include =" System.Core" />
49
+ <Reference Include =" System.Xml.Linq" />
50
+ <Reference Include =" System.Data.DataSetExtensions" />
51
+ <Reference Include =" System.Net.Http" />
52
+ <Reference Include =" System.Xaml" >
53
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
54
+ </Reference >
55
+ <Reference Include =" WindowsBase" />
56
+ <Reference Include =" PresentationCore" />
57
+ <Reference Include =" PresentationFramework" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <ApplicationDefinition Include =" App.xaml" >
61
+ <Generator >MSBuild:Compile</Generator >
62
+ <SubType >Designer</SubType >
63
+ </ApplicationDefinition >
64
+ <Compile Include =" ViewModel\ViewModel.cs" />
65
+ <Page Include =" MainWindow.xaml" >
66
+ <Generator >MSBuild:Compile</Generator >
67
+ <SubType >Designer</SubType >
68
+ </Page >
69
+ <Compile Include =" App.xaml.cs" >
70
+ <DependentUpon >App.xaml</DependentUpon >
71
+ <SubType >Code</SubType >
72
+ </Compile >
73
+ <Compile Include =" Helper\PdfViewerEventAttachUtil.cs" />
74
+ <Compile Include =" MainWindow.xaml.cs" >
75
+ <DependentUpon >MainWindow.xaml</DependentUpon >
76
+ <SubType >Code</SubType >
77
+ </Compile >
78
+ </ItemGroup >
79
+ <ItemGroup >
80
+ <Compile Include =" Properties\AssemblyInfo.cs" >
81
+ <SubType >Code</SubType >
82
+ </Compile >
83
+ <Compile Include =" Properties\Resources.Designer.cs" >
84
+ <AutoGen >True</AutoGen >
85
+ <DesignTime >True</DesignTime >
86
+ <DependentUpon >Resources.resx</DependentUpon >
87
+ </Compile >
88
+ <Compile Include =" Properties\Settings.Designer.cs" >
89
+ <AutoGen >True</AutoGen >
90
+ <DependentUpon >Settings.settings</DependentUpon >
91
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
92
+ </Compile >
93
+ <EmbeddedResource Include =" Properties\Resources.resx" >
94
+ <Generator >ResXFileCodeGenerator</Generator >
95
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
96
+ </EmbeddedResource >
97
+ <None Include =" Data\F# Succinctly.pdf" />
98
+ <None Include =" Properties\Settings.settings" >
99
+ <Generator >SettingsSingleFileGenerator</Generator >
100
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
101
+ </None >
102
+ </ItemGroup >
103
+ <ItemGroup >
104
+ <None Include =" App.config" />
105
+ </ItemGroup >
106
+ <ItemGroup >
107
+ <Resource Include =" Data\PdfViewer\Approved.png" />
108
+ </ItemGroup >
109
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
110
+ </Project >
0 commit comments