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 >{A2875CB0-F595-4EF4-B8AD-84C16DA2575C}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >PdfCoordinateDetection</RootNamespace >
10
+ <AssemblyName >PdfCoordinateDetection</AssemblyName >
11
+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
+ <WarningLevel >4</WarningLevel >
15
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
+ <Deterministic >true</Deterministic >
17
+ <NuGetPackageImportStamp >
18
+ </NuGetPackageImportStamp >
19
+ </PropertyGroup >
20
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
21
+ <PlatformTarget >AnyCPU</PlatformTarget >
22
+ <DebugSymbols >true</DebugSymbols >
23
+ <DebugType >full</DebugType >
24
+ <Optimize >false</Optimize >
25
+ <OutputPath >bin\Debug\</OutputPath >
26
+ <DefineConstants >DEBUG;TRACE;NETFRAMEWORK</DefineConstants >
27
+ <ErrorReport >prompt</ErrorReport >
28
+ <WarningLevel >4</WarningLevel >
29
+ </PropertyGroup >
30
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31
+ <PlatformTarget >AnyCPU</PlatformTarget >
32
+ <DebugType >pdbonly</DebugType >
33
+ <Optimize >true</Optimize >
34
+ <OutputPath >bin\Release\</OutputPath >
35
+ <DefineConstants >TRACE;NETFRAMEWORK</DefineConstants >
36
+ <ErrorReport >prompt</ErrorReport >
37
+ <WarningLevel >4</WarningLevel >
38
+ </PropertyGroup >
39
+ <ItemGroup >
40
+ <packageReference Include =" Syncfusion.PdfViewer.WPF" version =" *" />
41
+ <Reference Include =" System" />
42
+ <Reference Include =" System.Data" />
43
+ <Reference Include =" System.Drawing" />
44
+ <Reference Include =" System.Xml" />
45
+ <Reference Include =" Microsoft.CSharp" />
46
+ <Reference Include =" System.Core" />
47
+ <Reference Include =" System.Xml.Linq" />
48
+ <Reference Include =" System.Data.DataSetExtensions" />
49
+ <Reference Include =" System.Net.Http" />
50
+ <Reference Include =" System.Xaml" >
51
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
52
+ </Reference >
53
+ <Reference Include =" WindowsBase" />
54
+ <Reference Include =" PresentationCore" />
55
+ <Reference Include =" PresentationFramework" />
56
+ </ItemGroup >
57
+ <ItemGroup >
58
+ <ApplicationDefinition Include =" App.xaml" >
59
+ <Generator >MSBuild:Compile</Generator >
60
+ <SubType >Designer</SubType >
61
+ </ApplicationDefinition >
62
+ <Page Include =" MainWindow.xaml" >
63
+ <Generator >MSBuild:Compile</Generator >
64
+ <SubType >Designer</SubType >
65
+ </Page >
66
+ <Compile Include =" App.xaml.cs" >
67
+ <DependentUpon >App.xaml</DependentUpon >
68
+ <SubType >Code</SubType >
69
+ </Compile >
70
+ <Compile Include =" MainWindow.xaml.cs" >
71
+ <DependentUpon >MainWindow.xaml</DependentUpon >
72
+ <SubType >Code</SubType >
73
+ </Compile >
74
+ </ItemGroup >
75
+ <ItemGroup >
76
+ <Compile Include =" Properties\AssemblyInfo.cs" >
77
+ <SubType >Code</SubType >
78
+ </Compile >
79
+ <Compile Include =" Properties\Resources.Designer.cs" >
80
+ <AutoGen >True</AutoGen >
81
+ <DesignTime >True</DesignTime >
82
+ <DependentUpon >Resources.resx</DependentUpon >
83
+ </Compile >
84
+ <Compile Include =" Properties\Settings.Designer.cs" >
85
+ <AutoGen >True</AutoGen >
86
+ <DependentUpon >Settings.settings</DependentUpon >
87
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
88
+ </Compile >
89
+ <EmbeddedResource Include =" Properties\Resources.resx" >
90
+ <Generator >ResXFileCodeGenerator</Generator >
91
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
92
+ </EmbeddedResource >
93
+ <None Include =" packages.config" />
94
+ <None Include =" Properties\Settings.settings" >
95
+ <Generator >SettingsSingleFileGenerator</Generator >
96
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
97
+ </None >
98
+ </ItemGroup >
99
+ <ItemGroup >
100
+ <None Include =" App.config" />
101
+ </ItemGroup >
102
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
104
+ <PropertyGroup >
105
+ </PropertyGroup >
106
+ </Target >
107
+ </Project >
0 commit comments