PDFViewer.csproj 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221
  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>{C38954D1-7490-4D96-8AE7-67468EA3E638}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>PDFViewer</RootNamespace>
  10. <AssemblyName>ComPDFKit</AssemblyName>
  11. <TargetFrameworkVersion>v4.6.1</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. <LangVersion>7</LangVersion>
  18. <NuGetPackageImportStamp>
  19. </NuGetPackageImportStamp>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  22. <PlatformTarget>AnyCPU</PlatformTarget>
  23. <DebugSymbols>true</DebugSymbols>
  24. <DebugType>full</DebugType>
  25. <Optimize>false</Optimize>
  26. <OutputPath>bin\Debug\</OutputPath>
  27. <DefineConstants>TRACE;DEBUG;Windows</DefineConstants>
  28. <ErrorReport>prompt</ErrorReport>
  29. <WarningLevel>4</WarningLevel>
  30. <Prefer32bit>false</Prefer32bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <PlatformTarget>AnyCPU</PlatformTarget>
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. <Prefer32bit>false</Prefer32bit>
  41. </PropertyGroup>
  42. <PropertyGroup>
  43. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  46. <DebugSymbols>true</DebugSymbols>
  47. <OutputPath>bin\x64\Debug\</OutputPath>
  48. <DefineConstants>DEBUG;TRACE;Windows</DefineConstants>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>x64</PlatformTarget>
  51. <LangVersion>7</LangVersion>
  52. <ErrorReport>prompt</ErrorReport>
  53. <Prefer32Bit>false</Prefer32Bit>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  56. <OutputPath>bin\x64\Release\</OutputPath>
  57. <DefineConstants>TRACE</DefineConstants>
  58. <Optimize>true</Optimize>
  59. <DebugType>pdbonly</DebugType>
  60. <PlatformTarget>x64</PlatformTarget>
  61. <LangVersion>7</LangVersion>
  62. <ErrorReport>prompt</ErrorReport>
  63. </PropertyGroup>
  64. <ItemGroup>
  65. <Reference Include="Dragablz">
  66. <HintPath>.\Dragablz.dll</HintPath>
  67. </Reference>
  68. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  69. <HintPath>..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System" />
  72. <Reference Include="System.Data" />
  73. <Reference Include="System.Xml" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Core" />
  76. <Reference Include="System.Xml.Linq" />
  77. <Reference Include="System.Data.DataSetExtensions" />
  78. <Reference Include="System.Net.Http" />
  79. <Reference Include="System.Xaml">
  80. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  81. </Reference>
  82. <Reference Include="WindowsBase" />
  83. <Reference Include="PresentationCore" />
  84. <Reference Include="PresentationFramework" />
  85. </ItemGroup>
  86. <ItemGroup>
  87. <ApplicationDefinition Include="App.xaml">
  88. <Generator>MSBuild:Compile</Generator>
  89. <SubType>Designer</SubType>
  90. </ApplicationDefinition>
  91. <Compile Include="SettingsDialog.xaml.cs">
  92. <DependentUpon>SettingsDialog.xaml</DependentUpon>
  93. </Compile>
  94. <Compile Include="Strings\SettingDialog.Designer.cs">
  95. <DesignTime>True</DesignTime>
  96. <AutoGen>True</AutoGen>
  97. <DependentUpon>SettingDialog.resx</DependentUpon>
  98. </Compile>
  99. <Page Include="MainPage.xaml">
  100. <SubType>Designer</SubType>
  101. <Generator>MSBuild:Compile</Generator>
  102. </Page>
  103. <Page Include="MainWindow.xaml">
  104. <Generator>MSBuild:Compile</Generator>
  105. <SubType>Designer</SubType>
  106. </Page>
  107. <Compile Include="App.xaml.cs">
  108. <DependentUpon>App.xaml</DependentUpon>
  109. <SubType>Code</SubType>
  110. </Compile>
  111. <Compile Include="MainPage.xaml.cs">
  112. <DependentUpon>MainPage.xaml</DependentUpon>
  113. </Compile>
  114. <Compile Include="MainWindow.xaml.cs">
  115. <DependentUpon>MainWindow.xaml</DependentUpon>
  116. <SubType>Code</SubType>
  117. </Compile>
  118. <Page Include="SettingsDialog.xaml">
  119. <SubType>Designer</SubType>
  120. <Generator>MSBuild:Compile</Generator>
  121. </Page>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Compile Include="Properties\AssemblyInfo.cs">
  125. <SubType>Code</SubType>
  126. </Compile>
  127. <Compile Include="Properties\Resources.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DesignTime>True</DesignTime>
  130. <DependentUpon>Resources.resx</DependentUpon>
  131. </Compile>
  132. <Compile Include="Properties\Settings.Designer.cs">
  133. <AutoGen>True</AutoGen>
  134. <DependentUpon>Settings.settings</DependentUpon>
  135. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  136. </Compile>
  137. <EmbeddedResource Include="Properties\Resources.resx">
  138. <Generator>ResXFileCodeGenerator</Generator>
  139. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  140. </EmbeddedResource>
  141. <EmbeddedResource Include="Strings\SettingDialog.resx">
  142. <Generator>ResXFileCodeGenerator</Generator>
  143. <LastGenOutput>SettingDialog.Designer.cs</LastGenOutput>
  144. </EmbeddedResource>
  145. <EmbeddedResource Include="Strings\SettingDialog.zh.resx">
  146. <DependentUpon>SettingDialog.resx</DependentUpon>
  147. </EmbeddedResource>
  148. <None Include="packages.config" />
  149. <None Include="Properties\Settings.settings">
  150. <Generator>SettingsSingleFileGenerator</Generator>
  151. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  152. </None>
  153. </ItemGroup>
  154. <ItemGroup>
  155. <None Include="App.config" />
  156. </ItemGroup>
  157. <ItemGroup>
  158. <Content Include="..\TestFile\PDF32000_2008.pdf">
  159. <Link>TestFile\PDF32000_2008.pdf</Link>
  160. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  161. </Content>
  162. <None Include="..\license_key_windows.txt">
  163. <Link>license_key_windows.txt</Link>
  164. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  165. </None>
  166. <Content Include="..\TestFile\ComPDFKit_Annotations_Sample_File.pdf">
  167. <Link>TestFile\ComPDFKit_Annotations_Sample_File.pdf</Link>
  168. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  169. </Content>
  170. <Content Include="..\TestFile\ComPDFKit_Forms_Sample_File.pdf">
  171. <Link>TestFile\ComPDFKit_Forms_Sample_File.pdf</Link>
  172. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  173. </Content>
  174. <Content Include="..\TestFile\ComPDFKit_Measurement_Sample_File.pdf">
  175. <Link>TestFile\ComPDFKit_Measurement_Sample_File.pdf</Link>
  176. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  177. </Content>
  178. <Content Include="..\TestFile\ComPDFKit_Sample_File_Windows.pdf">
  179. <Link>TestFile\ComPDFKit_Sample_File_Windows.pdf</Link>
  180. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  181. </Content>
  182. <Content Include="..\TestFile\ComPDFKit_Signatures_Sample_File.pdf">
  183. <Link>TestFile\ComPDFKit_Signatures_Sample_File.pdf</Link>
  184. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  185. </Content>
  186. <Content Include="..\TestFile\ComPDFKit_Watermark_Sample_File.pdf">
  187. <Link>TestFile\ComPDFKit_Watermark_Sample_File.pdf</Link>
  188. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  189. </Content>
  190. <Content Include="..\TestFile\Password_compdfkit_Security_Sample_File.pdf">
  191. <Link>TestFile\Password_compdfkit_Security_Sample_File.pdf</Link>
  192. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  193. </Content>
  194. <None Include="Logo.png">
  195. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  196. </None>
  197. <None Include="Logo_opa40.png">
  198. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  199. </None>
  200. <Resource Include="ComPDFKit_Logo.ico" />
  201. </ItemGroup>
  202. <ItemGroup>
  203. <ProjectReference Include="..\..\..\..\compdfkit_windows\ComPDFKit.Tool\ComPDFKit.Tool.csproj">
  204. <Project>{A061EE7A-6704-4BD9-86EE-48ED5DF75E2F}</Project>
  205. <Name>ComPDFKit.Tool</Name>
  206. </ProjectReference>
  207. <ProjectReference Include="..\..\..\..\compdfkit_windows\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
  208. <Project>{783263CF-0DA3-4095-9DF8-2C4A6B3FF908}</Project>
  209. <Name>ComPDFKit.Viewer</Name>
  210. </ProjectReference>
  211. <ProjectReference Include="..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  212. <Project>{56E518AD-C126-4B48-9A09-0A64C87020E4}</Project>
  213. <Name>ComPDFKit.Desk</Name>
  214. </ProjectReference>
  215. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  216. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  217. <Name>Compdfkit_Tools</Name>
  218. </ProjectReference>
  219. </ItemGroup>
  220. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  221. </Project>