superdirectivity.vcxproj 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. <PropertyGroup Label="Globals">
  22. <VCProjectVersion>16.0</VCProjectVersion>
  23. <ProjectGuid>{3200BA27-FDBD-444C-971B-D359DFBEC711}</ProjectGuid>
  24. <RootNamespace>superdirectivity</RootNamespace>
  25. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  29. <ConfigurationType>Application</ConfigurationType>
  30. <UseDebugLibraries>true</UseDebugLibraries>
  31. <PlatformToolset>v142</PlatformToolset>
  32. <CharacterSet>Unicode</CharacterSet>
  33. </PropertyGroup>
  34. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  35. <ConfigurationType>Application</ConfigurationType>
  36. <UseDebugLibraries>false</UseDebugLibraries>
  37. <PlatformToolset>v142</PlatformToolset>
  38. <WholeProgramOptimization>true</WholeProgramOptimization>
  39. <CharacterSet>Unicode</CharacterSet>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  42. <ConfigurationType>Application</ConfigurationType>
  43. <UseDebugLibraries>true</UseDebugLibraries>
  44. <PlatformToolset>v142</PlatformToolset>
  45. <CharacterSet>Unicode</CharacterSet>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  48. <ConfigurationType>Application</ConfigurationType>
  49. <UseDebugLibraries>false</UseDebugLibraries>
  50. <PlatformToolset>v142</PlatformToolset>
  51. <WholeProgramOptimization>true</WholeProgramOptimization>
  52. <CharacterSet>Unicode</CharacterSet>
  53. </PropertyGroup>
  54. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  55. <ImportGroup Label="ExtensionSettings">
  56. </ImportGroup>
  57. <ImportGroup Label="Shared">
  58. </ImportGroup>
  59. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  60. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  61. </ImportGroup>
  62. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  63. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  64. </ImportGroup>
  65. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  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|x64'">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. </ImportGroup>
  71. <PropertyGroup Label="UserMacros" />
  72. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <LinkIncremental>true</LinkIncremental>
  74. </PropertyGroup>
  75. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  76. <LinkIncremental>true</LinkIncremental>
  77. <IncludePath>C:\Program Files %28x86%29\Microsoft SDKs\MPI\Include;$(IncludePath)</IncludePath>
  78. <LibraryPath>C:\Program Files %28x86%29\Microsoft SDKs\MPI\Lib\x64;$(LibraryPath)</LibraryPath>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  81. <LinkIncremental>false</LinkIncremental>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  84. <LinkIncremental>false</LinkIncremental>
  85. <IncludePath>C:\Program Files %28x86%29\Microsoft SDKs\MPI\Include;$(IncludePath)</IncludePath>
  86. <LibraryPath>C:\Program Files %28x86%29\Microsoft SDKs\MPI\Lib\x64;$(LibraryPath)</LibraryPath>
  87. </PropertyGroup>
  88. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  89. <ClCompile>
  90. <WarningLevel>Level3</WarningLevel>
  91. <SDLCheck>true</SDLCheck>
  92. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  93. <ConformanceMode>true</ConformanceMode>
  94. </ClCompile>
  95. <Link>
  96. <SubSystem>Console</SubSystem>
  97. <GenerateDebugInformation>true</GenerateDebugInformation>
  98. </Link>
  99. </ItemDefinitionGroup>
  100. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  101. <ClCompile>
  102. <WarningLevel>Level3</WarningLevel>
  103. <SDLCheck>true</SDLCheck>
  104. <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  105. <ConformanceMode>true</ConformanceMode>
  106. </ClCompile>
  107. <Link>
  108. <SubSystem>Console</SubSystem>
  109. <GenerateDebugInformation>true</GenerateDebugInformation>
  110. <AdditionalDependencies>msmpi.lib;%(AdditionalDependencies)</AdditionalDependencies>
  111. </Link>
  112. </ItemDefinitionGroup>
  113. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  114. <ClCompile>
  115. <WarningLevel>Level3</WarningLevel>
  116. <FunctionLevelLinking>true</FunctionLevelLinking>
  117. <IntrinsicFunctions>true</IntrinsicFunctions>
  118. <SDLCheck>true</SDLCheck>
  119. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  120. <ConformanceMode>true</ConformanceMode>
  121. </ClCompile>
  122. <Link>
  123. <SubSystem>Console</SubSystem>
  124. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  125. <OptimizeReferences>true</OptimizeReferences>
  126. <GenerateDebugInformation>true</GenerateDebugInformation>
  127. </Link>
  128. </ItemDefinitionGroup>
  129. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  130. <ClCompile>
  131. <WarningLevel>Level3</WarningLevel>
  132. <FunctionLevelLinking>true</FunctionLevelLinking>
  133. <IntrinsicFunctions>true</IntrinsicFunctions>
  134. <SDLCheck>true</SDLCheck>
  135. <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  136. <ConformanceMode>true</ConformanceMode>
  137. </ClCompile>
  138. <Link>
  139. <SubSystem>Console</SubSystem>
  140. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  141. <OptimizeReferences>true</OptimizeReferences>
  142. <GenerateDebugInformation>true</GenerateDebugInformation>
  143. <AdditionalDependencies>msmpi.lib;%(AdditionalDependencies)</AdditionalDependencies>
  144. </Link>
  145. </ItemDefinitionGroup>
  146. <ItemGroup>
  147. <ClInclude Include="jade.h" />
  148. <ClInclude Include="sph_bessel.h" />
  149. <ClInclude Include="superdirectivity.h" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <ClCompile Include="jade.cpp" />
  153. <ClCompile Include="main.cpp" />
  154. <ClCompile Include="sph_bessel.cpp" />
  155. <ClCompile Include="superdirectivity.cpp" />
  156. </ItemGroup>
  157. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  158. <ImportGroup Label="ExtensionTargets">
  159. </ImportGroup>
  160. </Project>