Measure.csproj 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  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>{75A0C673-E1D8-4FCE-8804-95E4F0630200}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>Measure</RootNamespace>
  10. <AssemblyName>ComPDFKit.Demo</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. <NuGetPackageImportStamp>
  18. </NuGetPackageImportStamp>
  19. <PublishUrl>publish\</PublishUrl>
  20. <Install>true</Install>
  21. <InstallFrom>Disk</InstallFrom>
  22. <UpdateEnabled>false</UpdateEnabled>
  23. <UpdateMode>Foreground</UpdateMode>
  24. <UpdateInterval>7</UpdateInterval>
  25. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  26. <UpdatePeriodically>false</UpdatePeriodically>
  27. <UpdateRequired>false</UpdateRequired>
  28. <MapFileExtensions>true</MapFileExtensions>
  29. <ApplicationRevision>0</ApplicationRevision>
  30. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  31. <IsWebBootstrapper>false</IsWebBootstrapper>
  32. <UseApplicationTrust>false</UseApplicationTrust>
  33. <BootstrapperEnabled>true</BootstrapperEnabled>
  34. </PropertyGroup>
  35. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  36. <PlatformTarget>x64</PlatformTarget>
  37. <DebugSymbols>true</DebugSymbols>
  38. <DebugType>full</DebugType>
  39. <Optimize>false</Optimize>
  40. <OutputPath>bin\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. <Prefer32Bit>false</Prefer32Bit>
  45. </PropertyGroup>
  46. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  47. <PlatformTarget>AnyCPU</PlatformTarget>
  48. <DebugType>pdbonly</DebugType>
  49. <Optimize>true</Optimize>
  50. <OutputPath>bin\Release\</OutputPath>
  51. <DefineConstants>TRACE</DefineConstants>
  52. <ErrorReport>prompt</ErrorReport>
  53. <WarningLevel>4</WarningLevel>
  54. </PropertyGroup>
  55. <PropertyGroup>
  56. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Drawing" />
  62. <Reference Include="System.Windows.Forms" />
  63. <Reference Include="System.Xml" />
  64. <Reference Include="Microsoft.CSharp" />
  65. <Reference Include="System.Core" />
  66. <Reference Include="System.Xml.Linq" />
  67. <Reference Include="System.Data.DataSetExtensions" />
  68. <Reference Include="System.Net.Http" />
  69. <Reference Include="System.Xaml">
  70. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  71. </Reference>
  72. <Reference Include="WindowsBase" />
  73. <Reference Include="PresentationCore" />
  74. <Reference Include="PresentationFramework" />
  75. </ItemGroup>
  76. <ItemGroup>
  77. <ApplicationDefinition Include="App.xaml">
  78. <Generator>MSBuild:Compile</Generator>
  79. <SubType>Designer</SubType>
  80. </ApplicationDefinition>
  81. <Page Include="MainWindow.xaml">
  82. <Generator>MSBuild:Compile</Generator>
  83. <SubType>Designer</SubType>
  84. </Page>
  85. <Compile Include="App.xaml.cs">
  86. <DependentUpon>App.xaml</DependentUpon>
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="MainWindow.xaml.cs">
  90. <DependentUpon>MainWindow.xaml</DependentUpon>
  91. <SubType>Code</SubType>
  92. </Compile>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <Compile Include="Properties\AssemblyInfo.cs">
  96. <SubType>Code</SubType>
  97. </Compile>
  98. <Compile Include="Properties\Resources.Designer.cs">
  99. <AutoGen>True</AutoGen>
  100. <DesignTime>True</DesignTime>
  101. <DependentUpon>Resources.resx</DependentUpon>
  102. </Compile>
  103. <Compile Include="Properties\Settings.Designer.cs">
  104. <AutoGen>True</AutoGen>
  105. <DependentUpon>Settings.settings</DependentUpon>
  106. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  107. </Compile>
  108. <EmbeddedResource Include="Properties\Resources.resx">
  109. <Generator>ResXFileCodeGenerator</Generator>
  110. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  111. </EmbeddedResource>
  112. <None Include="PDF32000_2008.pdf">
  113. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  114. </None>
  115. <None Include="Properties\Settings.settings">
  116. <Generator>SettingsSingleFileGenerator</Generator>
  117. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  118. </None>
  119. </ItemGroup>
  120. <ItemGroup>
  121. <None Include="App.config" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  125. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  126. <Name>ComPDFKit.Desk</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitDesktop\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
  129. <Project>{18ec356d-8130-49d4-b4e6-ac290e1065b7}</Project>
  130. <Name>ComPDFKit.Viewer</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  133. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  134. <Name>Compdfkit_Tools</Name>
  135. </ProjectReference>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <None Include="license_key_windows.xml">
  139. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  140. </None>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Resource Include="ComPDFKit_Logo.ico" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
  147. <Visible>False</Visible>
  148. <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
  149. <Install>true</Install>
  150. </BootstrapperPackage>
  151. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  152. <Visible>False</Visible>
  153. <ProductName>.NET Framework 3.5 SP1</ProductName>
  154. <Install>false</Install>
  155. </BootstrapperPackage>
  156. </ItemGroup>
  157. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  158. <Import Project="..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" />
  159. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  160. <PropertyGroup>
  161. <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
  162. </PropertyGroup>
  163. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets'))" />
  164. </Target>
  165. </Project>