AdmittanceControl.vcxproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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|x64">
  5. <Configuration>Debug</Configuration>
  6. <Platform>x64</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Release|x64">
  9. <Configuration>Release</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <ItemGroup>
  14. <ClInclude Include="..\..\Common\FileUtils.h" />
  15. <ClInclude Include="..\..\Common\logger\RusLog.h" />
  16. <ClInclude Include="AdmittanceBasic.h" />
  17. <ClInclude Include="AdmittanceControl.h" />
  18. <ClInclude Include="CartForceScan.h" />
  19. <ClInclude Include="CartFreeDrag.h" />
  20. <ClInclude Include="IAdmittanceControl.h" />
  21. <ClInclude Include="JointForceScan.h" />
  22. <ClInclude Include="JointFreeDrag.h" />
  23. </ItemGroup>
  24. <ItemGroup>
  25. <ClCompile Include="..\..\Common\FileUtils.cpp" />
  26. <ClCompile Include="..\..\Common\logger\RusLog.cpp" />
  27. <ClCompile Include="AdmittanceControl.cpp" />
  28. <ClCompile Include="CartForceScan.cpp" />
  29. <ClCompile Include="CartFreeDrag.cpp" />
  30. <ClCompile Include="IAdmittanceControl.cpp" />
  31. <ClCompile Include="JointForceScan.cpp" />
  32. <ClCompile Include="JointFreeDrag.cpp" />
  33. </ItemGroup>
  34. <PropertyGroup Label="Globals">
  35. <VCProjectVersion>17.0</VCProjectVersion>
  36. <Keyword>Win32Proj</Keyword>
  37. <ProjectGuid>{04662017-b411-4f0f-9080-4525f2f884b2}</ProjectGuid>
  38. <RootNamespace>AdmittanceControl</RootNamespace>
  39. <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
  40. </PropertyGroup>
  41. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  42. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  43. <ConfigurationType>DynamicLibrary</ConfigurationType>
  44. <UseDebugLibraries>true</UseDebugLibraries>
  45. <PlatformToolset>v143</PlatformToolset>
  46. <CharacterSet>Unicode</CharacterSet>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  49. <ConfigurationType>DynamicLibrary</ConfigurationType>
  50. <UseDebugLibraries>false</UseDebugLibraries>
  51. <PlatformToolset>v143</PlatformToolset>
  52. <WholeProgramOptimization>true</WholeProgramOptimization>
  53. <CharacterSet>Unicode</CharacterSet>
  54. </PropertyGroup>
  55. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  56. <ImportGroup Label="ExtensionSettings">
  57. </ImportGroup>
  58. <ImportGroup Label="Shared">
  59. </ImportGroup>
  60. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. </ImportGroup>
  63. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  64. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  65. </ImportGroup>
  66. <PropertyGroup Label="UserMacros" />
  67. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  68. <OutDir>$(SolutionDir)Bin\</OutDir>
  69. </PropertyGroup>
  70. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  71. <ClCompile>
  72. <WarningLevel>Level3</WarningLevel>
  73. <SDLCheck>true</SDLCheck>
  74. <PreprocessorDefinitions>_DEBUG;ADMITTANCECONTROL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <ConformanceMode>true</ConformanceMode>
  76. <PrecompiledHeader>Use</PrecompiledHeader>
  77. <PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
  78. </ClCompile>
  79. <Link>
  80. <SubSystem>Windows</SubSystem>
  81. <GenerateDebugInformation>true</GenerateDebugInformation>
  82. <EnableUAC>false</EnableUAC>
  83. </Link>
  84. </ItemDefinitionGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  86. <ClCompile>
  87. <WarningLevel>Level3</WarningLevel>
  88. <FunctionLevelLinking>true</FunctionLevelLinking>
  89. <IntrinsicFunctions>true</IntrinsicFunctions>
  90. <SDLCheck>true</SDLCheck>
  91. <PreprocessorDefinitions>NDEBUG;ADMITTANCECONTROL_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  92. <ConformanceMode>true</ConformanceMode>
  93. <PrecompiledHeader>NotUsing</PrecompiledHeader>
  94. <PrecompiledHeaderFile>
  95. </PrecompiledHeaderFile>
  96. <AdditionalIncludeDirectories>..\..\Common;..\..\..\..\ThirdpartyLibs\eigen3;..\..\..\..\ThirdpartyLibs\fmt\include;..\..\..\..\ThirdpartyLibs\sophus\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  97. <Optimization>Disabled</Optimization>
  98. </ClCompile>
  99. <Link>
  100. <SubSystem>Windows</SubSystem>
  101. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  102. <OptimizeReferences>true</OptimizeReferences>
  103. <GenerateDebugInformation>true</GenerateDebugInformation>
  104. <EnableUAC>false</EnableUAC>
  105. <AdditionalLibraryDirectories>..\..\..\..\ThirdpartyLibs\fmt\lib\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  106. <AdditionalDependencies>fmt.lib;%(AdditionalDependencies)</AdditionalDependencies>
  107. </Link>
  108. </ItemDefinitionGroup>
  109. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  110. <ImportGroup Label="ExtensionTargets">
  111. </ImportGroup>
  112. </Project>