ANT+SensorSimulator.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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="Release|Win32">
  9. <Configuration>Release</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. </ItemGroup>
  13. <PropertyGroup Label="Globals">
  14. <ProjectGuid>{DFD76A38-70B5-4AD9-AEA0-28F45AEA12AE}</ProjectGuid>
  15. <RootNamespace>ANTPlusSim</RootNamespace>
  16. <Keyword>ManagedCProj</Keyword>
  17. </PropertyGroup>
  18. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  19. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  20. <ConfigurationType>Application</ConfigurationType>
  21. <PlatformToolset>v142</PlatformToolset>
  22. <UseOfMfc>Dynamic</UseOfMfc>
  23. <CharacterSet>Unicode</CharacterSet>
  24. <CLRSupport>true</CLRSupport>
  25. <WholeProgramOptimization>true</WholeProgramOptimization>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  28. <ConfigurationType>Application</ConfigurationType>
  29. <PlatformToolset>v142</PlatformToolset>
  30. <UseOfMfc>Dynamic</UseOfMfc>
  31. <CharacterSet>Unicode</CharacterSet>
  32. <CLRSupport>true</CLRSupport>
  33. </PropertyGroup>
  34. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  35. <ImportGroup Label="ExtensionSettings">
  36. </ImportGroup>
  37. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  38. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  39. </ImportGroup>
  40. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  41. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  42. </ImportGroup>
  43. <PropertyGroup Label="UserMacros" />
  44. <PropertyGroup>
  45. <_ProjectFileVersion>16.0.30427.251</_ProjectFileVersion>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  48. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  49. <IntDir>$(OutDir)$(ProjectName)\</IntDir>
  50. <LinkIncremental>true</LinkIncremental>
  51. </PropertyGroup>
  52. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  53. <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
  54. <IntDir>$(OutDir)$(ProjectName)\</IntDir>
  55. <LinkIncremental>false</LinkIncremental>
  56. </PropertyGroup>
  57. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  58. <ClCompile>
  59. <Optimization>Disabled</Optimization>
  60. <AdditionalIncludeDirectories>basesim;common;sensorsim;devices;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  61. <PreprocessorDefinitions>WIN32;_DEBUG; SIMULATOR_SENSOR;REFERENCE_DESIGN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  62. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  63. <PrecompiledHeader>Use</PrecompiledHeader>
  64. <WarningLevel>Level3</WarningLevel>
  65. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  66. </ClCompile>
  67. <EmbeddedResource>
  68. <LogicalName>$(IntDir)ANTPlusSim.%(Filename).resources</LogicalName>
  69. </EmbeddedResource>
  70. <Link>
  71. <AdditionalDependencies />
  72. <AdditionalLibraryDirectories>$(ProjectDir)common;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
  73. <GenerateDebugInformation>true</GenerateDebugInformation>
  74. <AssemblyDebug>true</AssemblyDebug>
  75. <SubSystem>Windows</SubSystem>
  76. <EntryPointSymbol>main</EntryPointSymbol>
  77. <TargetMachine>MachineX86</TargetMachine>
  78. <CLRThreadAttribute>DefaultThreadingAttribute</CLRThreadAttribute>
  79. </Link>
  80. <PostBuildEvent>
  81. <Command>copy "$(ProjectDir)\common\*.dll" "$(OutDir)"</Command>
  82. </PostBuildEvent>
  83. </ItemDefinitionGroup>
  84. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  85. <ClCompile>
  86. <AdditionalIncludeDirectories>basesim;common;sensorsim;devices;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
  87. <PreprocessorDefinitions>WIN32;NDEBUG; SIMULATOR_SENSOR;REFERENCE_DESIGN;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  88. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  89. <PrecompiledHeader>Use</PrecompiledHeader>
  90. <WarningLevel>Level3</WarningLevel>
  91. <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
  92. </ClCompile>
  93. <Link>
  94. <AdditionalDependencies />
  95. <GenerateDebugInformation>true</GenerateDebugInformation>
  96. <SubSystem>Windows</SubSystem>
  97. <EntryPointSymbol>main</EntryPointSymbol>
  98. <TargetMachine>MachineX86</TargetMachine>
  99. </Link>
  100. <PostBuildEvent>
  101. <Command>copy "$(ProjectDir)\common\*.dll" "$(OutDir)"</Command>
  102. </PostBuildEvent>
  103. </ItemDefinitionGroup>
  104. <ItemGroup>
  105. <Reference Include="System">
  106. <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
  107. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  108. </Reference>
  109. <Reference Include="System.Data">
  110. <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
  111. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  112. </Reference>
  113. <Reference Include="System.Drawing">
  114. <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
  115. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  116. </Reference>
  117. <Reference Include="System.Windows.Forms">
  118. <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
  119. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  120. </Reference>
  121. <Reference Include="System.Xml">
  122. <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
  123. <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
  124. </Reference>
  125. </ItemGroup>
  126. <ItemGroup>
  127. <ClCompile Include="basesim\ANTChannel.cpp" />
  128. <ClCompile Include="basesim\ANTClass.cpp" />
  129. <ClCompile Include="basesim\MainForm.cpp" />
  130. <ClCompile Include="basesim\SimMain.cpp" />
  131. <ClCompile Include="basesim\stdafx.cpp">
  132. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
  133. <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
  134. </ClCompile>
  135. <ClCompile Include="common\ant_dll.cpp" />
  136. <ClCompile Include="devices\BikeCadenceSensor.cpp" />
  137. <ClCompile Include="devices\BikePowerSensor.cpp" />
  138. <ClCompile Include="devices\BikeSpdCadSensor.cpp" />
  139. <ClCompile Include="devices\BikeSpeedSensor.cpp" />
  140. <ClCompile Include="devices\CustomSensor.cpp" />
  141. <ClCompile Include="devices\GeocacheSensor.cpp" />
  142. <ClCompile Include="devices\HRMSensor.cpp" />
  143. <ClCompile Include="devices\LEVSensor.cpp" />
  144. <ClCompile Include="devices\MSMSensor.cpp" />
  145. <ClCompile Include="devices\RacquetSensor.cpp" />
  146. <ClCompile Include="devices\SDMSensor.cpp" />
  147. <ClCompile Include="devices\TemperatureSensor.cpp" />
  148. <ClCompile Include="devices\WeightScaleSensor.cpp" />
  149. <ClCompile Include="sensorsim\AssemblyInfo.cpp" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <ClInclude Include="basesim\AboutSim.h">
  153. <FileType>CppForm</FileType>
  154. </ClInclude>
  155. <ClInclude Include="basesim\ANTChannel.h">
  156. <FileType>CppForm</FileType>
  157. </ClInclude>
  158. <ClInclude Include="basesim\ANTClass.h" />
  159. <ClInclude Include="basesim\antplus.h" />
  160. <ClInclude Include="basesim\MainForm.h">
  161. <FileType>CppForm</FileType>
  162. </ClInclude>
  163. <ClInclude Include="basesim\SimTypes.h" />
  164. <CustomBuild Include="basesim\stdafx.h" />
  165. <ClInclude Include="common\antdefines.h" />
  166. <ClInclude Include="common\antmessage.h" />
  167. <ClInclude Include="common\ant_dll.h" />
  168. <ClInclude Include="common\types.h" />
  169. <ClInclude Include="devices\antplus_bikepower.h" />
  170. <ClInclude Include="devices\antplus_common.h" />
  171. <ClInclude Include="devices\antPlus_Geocache.h" />
  172. <ClInclude Include="devices\antplus_lev.h" />
  173. <ClInclude Include="devices\antPlus_MSM.h" />
  174. <ClInclude Include="devices\antplus_racquet.h" />
  175. <ClInclude Include="devices\antplus_temperature.h" />
  176. <ClInclude Include="devices\antplus_weight.h" />
  177. <ClInclude Include="devices\bc.h" />
  178. <ClInclude Include="devices\BikeCadenceSensor.h">
  179. <FileType>CppForm</FileType>
  180. </ClInclude>
  181. <ClInclude Include="devices\BikePowerSensor.h">
  182. <FileType>CppForm</FileType>
  183. </ClInclude>
  184. <ClInclude Include="devices\BikeSpdCadSensor.h">
  185. <FileType>CppForm</FileType>
  186. </ClInclude>
  187. <ClInclude Include="devices\BikeSpeedSensor.h">
  188. <FileType>CppForm</FileType>
  189. </ClInclude>
  190. <ClInclude Include="devices\bs.h" />
  191. <ClInclude Include="devices\bsc.h" />
  192. <ClInclude Include="devices\custom.h" />
  193. <ClInclude Include="devices\CustomSensor.h">
  194. <FileType>CppForm</FileType>
  195. </ClInclude>
  196. <ClInclude Include="devices\GeocacheSensor.h">
  197. <FileType>CppForm</FileType>
  198. </ClInclude>
  199. <ClInclude Include="devices\hrm.h" />
  200. <ClInclude Include="devices\HRMSensor.h">
  201. <FileType>CppForm</FileType>
  202. </ClInclude>
  203. <ClInclude Include="devices\ISimBase.h" />
  204. <ClInclude Include="devices\LEVSensor.h">
  205. <FileType>CppForm</FileType>
  206. </ClInclude>
  207. <ClInclude Include="devices\MSMSensor.h">
  208. <FileType>CppForm</FileType>
  209. </ClInclude>
  210. <ClInclude Include="devices\RacquetSensor.h">
  211. <FileType>CppForm</FileType>
  212. </ClInclude>
  213. <ClInclude Include="devices\sdm.h" />
  214. <ClInclude Include="devices\SDMSensor.h">
  215. <FileType>CppForm</FileType>
  216. </ClInclude>
  217. <ClInclude Include="devices\TemperatureSensor.h">
  218. <FileType>CppForm</FileType>
  219. </ClInclude>
  220. <ClInclude Include="devices\WeightScaleSensor.h">
  221. <FileType>CppForm</FileType>
  222. </ClInclude>
  223. <ClInclude Include="sensorsim\config.h" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <Image Include="basesim\antplus.ico" />
  227. </ItemGroup>
  228. <ItemGroup>
  229. <ResourceCompile Include="basesim\app.rc" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <EmbeddedResource Include="basesim\AboutSim.resx">
  233. <DependentUpon>basesim\AboutSim.h</DependentUpon>
  234. <SubType>Designer</SubType>
  235. </EmbeddedResource>
  236. <EmbeddedResource Include="basesim\ANTChannel.resx">
  237. <DependentUpon>basesim\ANTChannel.h</DependentUpon>
  238. <SubType>Designer</SubType>
  239. </EmbeddedResource>
  240. <EmbeddedResource Include="basesim\MainForm.resX">
  241. <DependentUpon>basesim\MainForm.h</DependentUpon>
  242. <SubType>Designer</SubType>
  243. </EmbeddedResource>
  244. <EmbeddedResource Include="devices\BikeCadenceSensor.resx">
  245. <DependentUpon>devices\BikeCadenceSensor.h</DependentUpon>
  246. <SubType>Designer</SubType>
  247. </EmbeddedResource>
  248. <EmbeddedResource Include="devices\BikePowerSensor.resx">
  249. <DependentUpon>devices\BikePowerSensor.h</DependentUpon>
  250. <SubType>Designer</SubType>
  251. </EmbeddedResource>
  252. <EmbeddedResource Include="devices\BikeSpdCadSensor.resx">
  253. <DependentUpon>devices\BikeSpdCadSensor.h</DependentUpon>
  254. <SubType>Designer</SubType>
  255. </EmbeddedResource>
  256. <EmbeddedResource Include="devices\BikeSpeedSensor.resx">
  257. <DependentUpon>devices\BikeSpeedSensor.h</DependentUpon>
  258. <SubType>Designer</SubType>
  259. </EmbeddedResource>
  260. <EmbeddedResource Include="devices\CustomSensor.resx">
  261. <DependentUpon>devices\CustomSensor.h</DependentUpon>
  262. <SubType>Designer</SubType>
  263. </EmbeddedResource>
  264. <EmbeddedResource Include="devices\GeocacheSensor.resx">
  265. <DependentUpon>devices\GeocacheSensor.h</DependentUpon>
  266. <SubType>Designer</SubType>
  267. </EmbeddedResource>
  268. <EmbeddedResource Include="devices\HRMSensor.resx">
  269. <DependentUpon>devices\HRMSensor.h</DependentUpon>
  270. <SubType>Designer</SubType>
  271. </EmbeddedResource>
  272. <EmbeddedResource Include="devices\LEVSensor.resx">
  273. <DependentUpon>devices\LEVSensor.h</DependentUpon>
  274. <SubType>Designer</SubType>
  275. </EmbeddedResource>
  276. <EmbeddedResource Include="devices\MSMSensor.resx">
  277. <DependentUpon>devices\MSMSensor.h</DependentUpon>
  278. <SubType>Designer</SubType>
  279. </EmbeddedResource>
  280. <EmbeddedResource Include="devices\RacquetSensor.resx">
  281. <DependentUpon>devices\RacquetSensor.h</DependentUpon>
  282. <SubType>Designer</SubType>
  283. </EmbeddedResource>
  284. <EmbeddedResource Include="devices\SDMSensor.resx">
  285. <DependentUpon>devices\SDMSensor.h</DependentUpon>
  286. <SubType>Designer</SubType>
  287. </EmbeddedResource>
  288. <EmbeddedResource Include="devices\TemperatureSensor.resx">
  289. <DependentUpon>devices\TemperatureSensor.h</DependentUpon>
  290. <SubType>Designer</SubType>
  291. </EmbeddedResource>
  292. <EmbeddedResource Include="devices\WeightScaleSensor.resx">
  293. <DependentUpon>devices\WeightScaleSensor.h</DependentUpon>
  294. <SubType>Designer</SubType>
  295. </EmbeddedResource>
  296. </ItemGroup>
  297. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  298. <ImportGroup Label="ExtensionTargets">
  299. </ImportGroup>
  300. </Project>