ContentEditor.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  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>{05219D39-7AFF-48F0-93B9-178BC88D4D98}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <RootNamespace>ContentEditorViewControl</RootNamespace>
  10. <AssemblyName>Content Editor_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. <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</DefineConstants>
  27. <ErrorReport>prompt</ErrorReport>
  28. <WarningLevel>4</WarningLevel>
  29. <Prefer32Bit>false</Prefer32Bit>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  32. <PlatformTarget>AnyCPU</PlatformTarget>
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. </PropertyGroup>
  40. <PropertyGroup>
  41. <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
  42. </PropertyGroup>
  43. <ItemGroup>
  44. <Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  45. <HintPath>..\packages\PresentationFramework.Aero2.1.0.1\lib\PresentationFramework.Aero2.dll</HintPath>
  46. </Reference>
  47. <Reference Include="System" />
  48. <Reference Include="System.Data" />
  49. <Reference Include="System.Drawing" />
  50. <Reference Include="System.Xml" />
  51. <Reference Include="Microsoft.CSharp" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.Xml.Linq" />
  54. <Reference Include="System.Data.DataSetExtensions" />
  55. <Reference Include="System.Net.Http" />
  56. <Reference Include="System.Xaml">
  57. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  58. </Reference>
  59. <Reference Include="WindowsBase" />
  60. <Reference Include="PresentationCore" />
  61. <Reference Include="PresentationFramework" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ApplicationDefinition Include="App.xaml">
  65. <Generator>MSBuild:Compile</Generator>
  66. <SubType>Designer</SubType>
  67. </ApplicationDefinition>
  68. <Page Include="MainWindow.xaml">
  69. <Generator>MSBuild:Compile</Generator>
  70. <SubType>Designer</SubType>
  71. </Page>
  72. <Compile Include="App.xaml.cs">
  73. <DependentUpon>App.xaml</DependentUpon>
  74. <SubType>Code</SubType>
  75. </Compile>
  76. <Compile Include="MainWindow.xaml.cs">
  77. <DependentUpon>MainWindow.xaml</DependentUpon>
  78. <SubType>Code</SubType>
  79. </Compile>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="Properties\AssemblyInfo.cs">
  83. <SubType>Code</SubType>
  84. </Compile>
  85. <Compile Include="Properties\Resources.Designer.cs">
  86. <AutoGen>True</AutoGen>
  87. <DesignTime>True</DesignTime>
  88. <DependentUpon>Resources.resx</DependentUpon>
  89. </Compile>
  90. <Compile Include="Properties\Settings.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DependentUpon>Settings.settings</DependentUpon>
  93. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  94. </Compile>
  95. <EmbeddedResource Include="Properties\Resources.resx">
  96. <Generator>ResXFileCodeGenerator</Generator>
  97. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  98. </EmbeddedResource>
  99. <None Include="packages.config" />
  100. <None Include="Properties\Settings.settings">
  101. <Generator>SettingsSingleFileGenerator</Generator>
  102. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  103. </None>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="App.config" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\..\..\..\compdfkit_windows\ComPDFKit.Tool\ComPDFKit.Tool.csproj">
  110. <Project>{a061ee7a-6704-4bd9-86ee-48ed5df75e2f}</Project>
  111. <Name>ComPDFKit.Tool</Name>
  112. </ProjectReference>
  113. <ProjectReference Include="..\..\..\..\compdfkit_windows\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
  114. <Project>{783263cf-0da3-4095-9df8-2c4a6b3ff908}</Project>
  115. <Name>ComPDFKit.Viewer</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\..\..\compdfkit_windows\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
  118. <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
  119. <Name>ComPDFKit.Desk</Name>
  120. </ProjectReference>
  121. <ProjectReference Include="..\Compdfkit.Controls\Compdfkit.Controls.csproj">
  122. <Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
  123. <Name>Compdfkit.Controls</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <Resource Include="ComPDFKit_Logo.ico" />
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Content Include="..\..\..\..\x64\ComPDFKit.dll">
  131. <Link>x64\ComPDFKit.dll</Link>
  132. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  133. </Content>
  134. <None Include="..\license_key_windows.xml">
  135. <Link>license_key_windows.xml</Link>
  136. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  137. </None>
  138. <Content Include="..\TestFile\ComPDFKit_Sample_File_Windows.pdf">
  139. <Link>ComPDFKit_Sample_File_Windows.pdf</Link>
  140. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  141. </Content>
  142. </ItemGroup>
  143. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  144. </Project>