javaviewer.vcxproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectGuid>{FB8DC595-90A5-44D6-9FFF-2BDFA912FD8C}</ProjectGuid>
  23. <RootNamespace>javaviewer</RootNamespace>
  24. <Keyword>MakeFileProj</Keyword>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>Makefile</ConfigurationType>
  30. <PlatformToolset>v142</PlatformToolset>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  33. <ConfigurationType>Makefile</ConfigurationType>
  34. <PlatformToolset>v142</PlatformToolset>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  37. <ConfigurationType>Makefile</ConfigurationType>
  38. <PlatformToolset>v142</PlatformToolset>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  41. <ConfigurationType>Makefile</ConfigurationType>
  42. <PlatformToolset>v142</PlatformToolset>
  43. </PropertyGroup>
  44. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  45. <ImportGroup Label="ExtensionSettings">
  46. </ImportGroup>
  47. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  48. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  49. </ImportGroup>
  50. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  51. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  52. </ImportGroup>
  53. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  54. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. </ImportGroup>
  59. <PropertyGroup Label="UserMacros" />
  60. <PropertyGroup>
  61. <_ProjectFileVersion>15.0.28307.799</_ProjectFileVersion>
  62. </PropertyGroup>
  63. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  64. <OutDir>$(Configuration)\</OutDir>
  65. <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
  66. <NMakeBuildCommandLine>cd ..\java &amp;&amp; winmake.bat $(Platform)\$(Configuration)</NMakeBuildCommandLine>
  67. <NMakeReBuildCommandLine>cd ..\java &amp;&amp; winmake.bat $(Platform)\$(Configuration)</NMakeReBuildCommandLine>
  68. <NMakeCleanCommandLine />
  69. <NMakeOutput>javaviewer.jar</NMakeOutput>
  70. <NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  73. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  74. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  75. <NMakeBuildCommandLine>cd ..\java &amp;&amp; winmake.bat $(Platform)\$(Configuration)</NMakeBuildCommandLine>
  76. <NMakeReBuildCommandLine>cd ..\java &amp;&amp; winmake.bat $(Platform)\$(Configuration)</NMakeReBuildCommandLine>
  77. <NMakeCleanCommandLine />
  78. <NMakeOutput>javaviewer.jar</NMakeOutput>
  79. <NMakePreprocessorDefinitions>WIN64;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
  80. </PropertyGroup>
  81. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  82. <OutDir>$(Configuration)\</OutDir>
  83. <IntDir>$(Configuration)\$(ProjectName)\</IntDir>
  84. <NMakeBuildCommandLine>cd ..\java &amp;&amp; winmake.bat $(Platform)\$(Configuration)</NMakeBuildCommandLine>
  85. <NMakeReBuildCommandLine>cd ..\java &amp;&amp; winmake.bat $(Platform)\$(Configuration)</NMakeReBuildCommandLine>
  86. <NMakeCleanCommandLine />
  87. <NMakeOutput>javaviewer.exe</NMakeOutput>
  88. <NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
  89. </PropertyGroup>
  90. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  91. <OutDir>$(Platform)\$(Configuration)\</OutDir>
  92. <IntDir>$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
  93. <NMakeBuildCommandLine>cd ..\java &amp;&amp; winmake.bat $(Platform)\$(Configuration)</NMakeBuildCommandLine>
  94. <NMakeReBuildCommandLine>cd ..\java &amp;&amp; winmake.bat $(Platform)\$(Configuration)</NMakeReBuildCommandLine>
  95. <NMakeCleanCommandLine />
  96. <NMakeOutput>javaviewer.exe</NMakeOutput>
  97. <NMakePreprocessorDefinitions>WIN64;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
  98. </PropertyGroup>
  99. <ItemDefinitionGroup>
  100. </ItemDefinitionGroup>
  101. <ItemGroup>
  102. <None Include="..\java\example\PageCanvas.java" />
  103. <None Include="..\java\example\Viewer.java" />
  104. <None Include="..\java\example\ViewerCore.java" />
  105. <None Include="..\java\example\Worker.java" />
  106. </ItemGroup>
  107. <ItemGroup>
  108. <ProjectReference Include="javaviewerlib.vcxproj">
  109. <Project>{3db35f2d-9679-4ded-ba0c-240a4e6e6674}</Project>
  110. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  111. </ProjectReference>
  112. <ProjectReference Include="libmupdf.vcxproj">
  113. <Project>{5f615f91-dff8-4f05-bf48-6222b7d86519}</Project>
  114. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  115. </ProjectReference>
  116. <ProjectReference Include="libresources.vcxproj">
  117. <Project>{52dcab29-c8ee-4422-954c-29afa6b33e22}</Project>
  118. <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
  119. </ProjectReference>
  120. </ItemGroup>
  121. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  122. <ImportGroup Label="ExtensionTargets">
  123. </ImportGroup>
  124. </Project>