ANT+DisplaySimulator.vcxproj 13 KB

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