PowerRecordingLib.vcxproj 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{846DEAF9-B904-4E2C-9E62-F7199A894F86}</ProjectGuid>
  15. <RootNamespace>PowerRecordingLib</RootNamespace>
  16. </PropertyGroup>
  17. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  19. <ConfigurationType>StaticLibrary</ConfigurationType>
  20. <UseDebugLibraries>true</UseDebugLibraries>
  21. <PlatformToolset>v120</PlatformToolset>
  22. <CharacterSet>MultiByte</CharacterSet>
  23. </PropertyGroup>
  24. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  25. <ConfigurationType>StaticLibrary</ConfigurationType>
  26. <UseDebugLibraries>false</UseDebugLibraries>
  27. <PlatformToolset>v120</PlatformToolset>
  28. <WholeProgramOptimization>true</WholeProgramOptimization>
  29. <CharacterSet>MultiByte</CharacterSet>
  30. </PropertyGroup>
  31. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  32. <ImportGroup Label="ExtensionSettings">
  33. </ImportGroup>
  34. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  35. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  36. </ImportGroup>
  37. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <PropertyGroup Label="UserMacros" />
  41. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  42. <TargetExt>.lib</TargetExt>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  45. <TargetExt>.lib</TargetExt>
  46. </PropertyGroup>
  47. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  48. <ClCompile>
  49. <WarningLevel>Level3</WarningLevel>
  50. <Optimization>Disabled</Optimization>
  51. <SDLCheck>true</SDLCheck>
  52. </ClCompile>
  53. <Link>
  54. <GenerateDebugInformation>true</GenerateDebugInformation>
  55. </Link>
  56. </ItemDefinitionGroup>
  57. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  58. <ClCompile>
  59. <WarningLevel>Level3</WarningLevel>
  60. <Optimization>MaxSpeed</Optimization>
  61. <FunctionLevelLinking>true</FunctionLevelLinking>
  62. <IntrinsicFunctions>true</IntrinsicFunctions>
  63. <SDLCheck>true</SDLCheck>
  64. </ClCompile>
  65. <Link>
  66. <GenerateDebugInformation>true</GenerateDebugInformation>
  67. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  68. <OptimizeReferences>true</OptimizeReferences>
  69. </Link>
  70. </ItemDefinitionGroup>
  71. <ItemGroup>
  72. <ClCompile Include="DecodeCrankTorque.c" />
  73. <ClCompile Include="DecodeCrankTorqueFrequency.c" />
  74. <ClCompile Include="DecodePowerOnly.c" />
  75. <ClCompile Include="DecodeWheelTorque.c" />
  76. <ClCompile Include="RecordOutput.c" />
  77. <ClCompile Include="PowerDecoder.c" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <ClInclude Include="DecodeCrankTorque.h" />
  81. <ClInclude Include="DecodeCrankTorqueFrequency.h" />
  82. <ClInclude Include="DecodePowerOnly.h" />
  83. <ClInclude Include="DecodeWheelTorque.h" />
  84. <ClInclude Include="RecordOutput.h" />
  85. <ClInclude Include="PowerDecoder.h" />
  86. </ItemGroup>
  87. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  88. <ImportGroup Label="ExtensionTargets">
  89. </ImportGroup>
  90. </Project>