FormViewControl.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{F99794F3-872A-4A2A-91DD-E21ADBCCCB61}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>FormViewControl</RootNamespace>
  10. <AssemblyName>Forms_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. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <PlatformTarget>AnyCPU</PlatformTarget>
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <PlatformTarget>AnyCPU</PlatformTarget>
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="ComPDFKit.Desk, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  38. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Desk.dll</HintPath>
  39. </Reference>
  40. <Reference Include="ComPDFKit.Viewer, Version=1.9.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Viewer.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. <Reference Include="System.Xaml">
  48. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  49. </Reference>
  50. <Reference Include="WindowsBase" />
  51. <Reference Include="PresentationCore" />
  52. <Reference Include="PresentationFramework" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <ApplicationDefinition Include="App.xaml">
  56. <Generator>MSBuild:Compile</Generator>
  57. <SubType>Designer</SubType>
  58. </ApplicationDefinition>
  59. <Page Include="MainWindow.xaml">
  60. <Generator>MSBuild:Compile</Generator>
  61. <SubType>Designer</SubType>
  62. </Page>
  63. <Compile Include="App.xaml.cs">
  64. <DependentUpon>App.xaml</DependentUpon>
  65. <SubType>Code</SubType>
  66. </Compile>
  67. <Compile Include="MainWindow.xaml.cs">
  68. <DependentUpon>MainWindow.xaml</DependentUpon>
  69. <SubType>Code</SubType>
  70. </Compile>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <Compile Include="Properties\AssemblyInfo.cs">
  74. <SubType>Code</SubType>
  75. </Compile>
  76. <Compile Include="Properties\Resources.Designer.cs">
  77. <AutoGen>True</AutoGen>
  78. <DesignTime>True</DesignTime>
  79. <DependentUpon>Resources.resx</DependentUpon>
  80. </Compile>
  81. <EmbeddedResource Include="Properties\Resources.resx">
  82. <Generator>ResXFileCodeGenerator</Generator>
  83. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  84. </EmbeddedResource>
  85. </ItemGroup>
  86. <ItemGroup>
  87. <None Include="App.config" />
  88. <None Include="packages.config" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
  92. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  93. <Name>Compdfkit_Tools</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <ItemGroup>
  97. <Content Include="..\license_key_windows.xml">
  98. <Link>license_key_windows.xml</Link>
  99. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  100. </Content>
  101. <Content Include="..\TestFile\PDF32000_2008.pdf">
  102. <Link>PDF32000_2008.pdf</Link>
  103. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  104. </Content>
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <Import Project="..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" />
  108. <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
  109. <PropertyGroup>
  110. <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105.The missing file is {0}.</ErrorText>
  111. </PropertyGroup>
  112. <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets'))" />
  113. </Target>
  114. </Project>