backprojectionDD_mex.vcxproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" 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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <ItemGroup>
  22. <ClCompile Include="backprojectionDD_mex.cpp" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ClInclude Include="backprojectionDD_mex.h" />
  26. </ItemGroup>
  27. <PropertyGroup Label="Globals">
  28. <VCProjectVersion>16.0</VCProjectVersion>
  29. <ProjectGuid>{54c3ec8a-8e69-49e1-9146-49f1023fdfe5}</ProjectGuid>
  30. <RootNamespace>backprojectionDD_mex</RootNamespace>
  31. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  32. </PropertyGroup>
  33. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>true</UseDebugLibraries>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <CharacterSet>MultiByte</CharacterSet>
  39. </PropertyGroup>
  40. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  41. <ConfigurationType>Application</ConfigurationType>
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <PlatformToolset>v142</PlatformToolset>
  44. <WholeProgramOptimization>true</WholeProgramOptimization>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  48. <ConfigurationType>DynamicLibrary</ConfigurationType>
  49. <UseDebugLibraries>true</UseDebugLibraries>
  50. <PlatformToolset>v142</PlatformToolset>
  51. <CharacterSet>MultiByte</CharacterSet>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  54. <ConfigurationType>DynamicLibrary</ConfigurationType>
  55. <UseDebugLibraries>false</UseDebugLibraries>
  56. <PlatformToolset>v142</PlatformToolset>
  57. <WholeProgramOptimization>true</WholeProgramOptimization>
  58. <CharacterSet>MultiByte</CharacterSet>
  59. </PropertyGroup>
  60. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  61. <ImportGroup Label="ExtensionSettings">
  62. </ImportGroup>
  63. <ImportGroup Label="Shared">
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  66. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  72. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  73. </ImportGroup>
  74. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  75. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  76. </ImportGroup>
  77. <PropertyGroup Label="UserMacros" />
  78. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  79. <TargetExt>.mexw64</TargetExt>
  80. <IncludePath>C:\Program Files\MATLAB\R2017b\extern\include;$(IncludePath)</IncludePath>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  83. <TargetExt>.mexw64</TargetExt>
  84. <IncludePath>C:\Program Files\MATLAB\R2017b\extern\include;$(IncludePath)</IncludePath>
  85. </PropertyGroup>
  86. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  87. <ClCompile>
  88. <WarningLevel>Level3</WarningLevel>
  89. <Optimization>Disabled</Optimization>
  90. <SDLCheck>true</SDLCheck>
  91. <ConformanceMode>true</ConformanceMode>
  92. </ClCompile>
  93. <Link>
  94. <SubSystem>Console</SubSystem>
  95. </Link>
  96. </ItemDefinitionGroup>
  97. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  98. <ClCompile>
  99. <WarningLevel>Level3</WarningLevel>
  100. <Optimization>Disabled</Optimization>
  101. <SDLCheck>true</SDLCheck>
  102. <ConformanceMode>true</ConformanceMode>
  103. </ClCompile>
  104. <Link>
  105. <SubSystem>Console</SubSystem>
  106. <AdditionalLibraryDirectories>C:\Program Files\MATLAB\R2017b\extern\lib\win64\microsoft;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  107. <AdditionalDependencies>libut.lib;libmx.lib;libmex.lib;libmat.lib;%(AdditionalDependencies)</AdditionalDependencies>
  108. <AdditionalOptions>/export:mexFunction %(AdditionalOptions)</AdditionalOptions>
  109. </Link>
  110. </ItemDefinitionGroup>
  111. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  112. <ClCompile>
  113. <WarningLevel>Level3</WarningLevel>
  114. <Optimization>MaxSpeed</Optimization>
  115. <FunctionLevelLinking>true</FunctionLevelLinking>
  116. <IntrinsicFunctions>true</IntrinsicFunctions>
  117. <SDLCheck>true</SDLCheck>
  118. <ConformanceMode>true</ConformanceMode>
  119. </ClCompile>
  120. <Link>
  121. <SubSystem>Console</SubSystem>
  122. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  123. <OptimizeReferences>true</OptimizeReferences>
  124. </Link>
  125. </ItemDefinitionGroup>
  126. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  127. <ClCompile>
  128. <WarningLevel>Level3</WarningLevel>
  129. <Optimization>MaxSpeed</Optimization>
  130. <FunctionLevelLinking>true</FunctionLevelLinking>
  131. <IntrinsicFunctions>true</IntrinsicFunctions>
  132. <SDLCheck>true</SDLCheck>
  133. <ConformanceMode>true</ConformanceMode>
  134. </ClCompile>
  135. <Link>
  136. <SubSystem>Console</SubSystem>
  137. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  138. <OptimizeReferences>true</OptimizeReferences>
  139. <AdditionalLibraryDirectories>C:\Program Files\MATLAB\R2017b\extern\lib\win64\microsoft;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  140. <AdditionalDependencies>libut.lib;libmx.lib;libmex.lib;libmat.lib;%(AdditionalDependencies)</AdditionalDependencies>
  141. <AdditionalOptions>/export:mexFunction %(AdditionalOptions)</AdditionalOptions>
  142. </Link>
  143. </ItemDefinitionGroup>
  144. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  145. <ImportGroup Label="ExtensionTargets">
  146. </ImportGroup>
  147. </Project>