|
|
@@ -0,0 +1,534 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Debug|x64">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="QSpy|x64">
|
|
|
+ <Configuration>QSpy</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="QSpy|Win32">
|
|
|
+ <Configuration>QSpy</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|x64">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>x64</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_block_allocate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_block_pool_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_block_pool_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_block_pool_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_block_pool_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_block_release.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_byte_allocate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_byte_pool_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_byte_pool_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_byte_pool_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_byte_pool_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_byte_release.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_event_flags_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_event_flags_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_event_flags_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_event_flags_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_event_flags_set.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_event_flags_set_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_mutex_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_mutex_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_mutex_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_mutex_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_mutex_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_mutex_put.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_flush.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_front_send.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_receive.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_send.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_queue_send_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_semaphore_ceiling_put.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_semaphore_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_semaphore_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_semaphore_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_semaphore_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_semaphore_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_semaphore_put.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_semaphore_put_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_entry_exit_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_preemption_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_priority_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_relinquish.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_reset.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_resume.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_suspend.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_terminate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_time_slice_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_thread_wait_abort.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_timer_activate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_timer_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_timer_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_timer_deactivate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_timer_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\txe_timer_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_allocate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_pool_cleanup.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_pool_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_pool_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_pool_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_pool_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_pool_performance_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_pool_performance_system_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_pool_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_block_release.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_allocate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_cleanup.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_performance_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_performance_system_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_pool_search.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_byte_release.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_cleanup.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_performance_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_performance_system_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_set.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_event_flags_set_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_initialize_high_level.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_initialize_kernel_enter.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_initialize_kernel_setup.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_misra.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_cleanup.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_performance_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_performance_system_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_priority_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_mutex_put.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_cleanup.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_flush.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_front_send.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_performance_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_performance_system_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_receive.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_send.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_queue_send_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_ceiling_put.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_cleanup.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_performance_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_performance_system_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_prioritize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_put.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_semaphore_put_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_entry_exit_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_identify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_performance_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_performance_system_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_preemption_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_priority_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_relinquish.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_reset.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_resume.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_shell_entry.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_sleep.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_stack_analyze.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_stack_error_handler.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_stack_error_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_suspend.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_system_preempt_check.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_system_resume.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_system_suspend.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_terminate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_timeout.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_time_slice.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_time_slice_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_thread_wait_abort.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_activate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_change.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_create.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_deactivate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_delete.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_expiration_process.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_performance_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_performance_system_info_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_system_activate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_system_deactivate.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_timer_thread_entry.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_time_get.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_time_set.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_buffer_full_notify.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_disable.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_enable.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_event_filter.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_event_unfilter.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_initialize.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_interrupt_control.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_isr_enter_insert.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_isr_exit_insert.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_object_register.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_object_unregister.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\common\src\tx_trace_user_event_insert.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\ports\win32\vs_2019\src\tx_initialize_low_level.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\ports\win32\vs_2019\src\tx_thread_context_restore.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\ports\win32\vs_2019\src\tx_thread_context_save.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\ports\win32\vs_2019\src\tx_thread_interrupt_control.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\ports\win32\vs_2019\src\tx_thread_schedule.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\ports\win32\vs_2019\src\tx_thread_stack_build.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\ports\win32\vs_2019\src\tx_thread_system_return.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\3rd_party\threadx\ports\win32\vs_2019\src\tx_timer_interrupt.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\include\qstamp.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\ports\threadx\qf_port.c">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ </ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ </ExcludedFromBuild>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qep_hsm.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qep_msm.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_act.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_defer.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_dyn.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_mem.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_ps.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_qact.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_qeq.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_qmact.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qf\qf_time.c" />
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qs\qs.c">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qs\qs_64bit.c">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qs\qs_fp.c">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="..\..\..\..\..\src\qs\qs_rx.c">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
|
|
+ </ClCompile>
|
|
|
+ <ClCompile Include="..\bsp.c" />
|
|
|
+ <ClCompile Include="..\main.c" />
|
|
|
+ <ClCompile Include="..\philo.c" />
|
|
|
+ <ClCompile Include="..\table.c" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="..\..\..\..\..\ports\threadx\qep_port.h">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ </ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ </ExcludedFromBuild>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="..\..\..\..\..\ports\threadx\qf_port.h">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ </ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ </ExcludedFromBuild>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="..\..\..\..\..\ports\threadx\qs_port.h">
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ </ExcludedFromBuild>
|
|
|
+ <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ </ExcludedFromBuild>
|
|
|
+ </ClInclude>
|
|
|
+ <ClInclude Include="..\bsp.h" />
|
|
|
+ <ClInclude Include="..\dpp.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <ProjectGuid>{8CC465F7-872E-4D03-B93C-1B64858B4E11}</ProjectGuid>
|
|
|
+ <RootNamespace>dpp</RootNamespace>
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='QSpy|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <CharacterSet>NotSet</CharacterSet>
|
|
|
+ <PlatformToolset>v142</PlatformToolset>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='QSpy|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</LinkIncremental>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkIncremental>
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">$(Configuration)\</IntDir>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">true</LinkIncremental>
|
|
|
+ <LinkIncremental Condition="'$(Configuration)|$(Platform)'=='QSpy|x64'">true</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..;../../../../../include;../../../../../src;../../../../../ports/threadx;../../../../../3rd_party/threadx/common/inc/;../../../../../3rd_party/threadx/ports/win32/vs_2019/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <DisableSpecificWarnings>4127</DisableSpecificWarnings>
|
|
|
+ <CompileAs>Default</CompileAs>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..;../../../../../include;../../../../../src;../../../../../ports/threadx;../../../../../3rd_party/threadx/common/inc/;../../../../../3rd_party/threadx/ports/win32/vs_2019/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <DisableSpecificWarnings>4127</DisableSpecificWarnings>
|
|
|
+ <CompileAs>Default</CompileAs>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ </Link>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <AdditionalIncludeDirectories>..;../../../../../include;../../../../../src;../../../../../ports/threadx;../../../../../3rd_party/threadx/common/inc/;../../../../../3rd_party/threadx/ports/win32/vs_2019/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <DisableSpecificWarnings>4127</DisableSpecificWarnings>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <AdditionalIncludeDirectories>..;../../../../../include;../../../../../src;../../../../../ports/threadx;../../../../../3rd_party/threadx/common/inc/;../../../../../3rd_party/threadx/ports/win32/vs_2019/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;WIN32;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <DisableSpecificWarnings>4127</DisableSpecificWarnings>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ </Link>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='QSpy|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..;../../../../../include;../../../../../src;../../../../../ports/threadx;../../../../../3rd_party/threadx/common/inc/;../../../../../3rd_party/threadx/ports/win32/vs_2019/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>Q_SPY;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <DisableSpecificWarnings>4127</DisableSpecificWarnings>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ <TargetMachine>MachineX86</TargetMachine>
|
|
|
+ </Link>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='QSpy|x64'">
|
|
|
+ <ClCompile>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <AdditionalIncludeDirectories>..;../../../../../include;../../../../../src;../../../../../ports/threadx;../../../../../3rd_party/threadx/common/inc/;../../../../../3rd_party/threadx/ports/win32/vs_2019/inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
+ <PreprocessorDefinitions>Q_SPY;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <MinimalRebuild>false</MinimalRebuild>
|
|
|
+ <ExceptionHandling>
|
|
|
+ </ExceptionHandling>
|
|
|
+ <BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
+ <WarningLevel>Level4</WarningLevel>
|
|
|
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
+ <DisableSpecificWarnings>4127</DisableSpecificWarnings>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <SubSystem>Console</SubSystem>
|
|
|
+ </Link>
|
|
|
+ <PreBuildEvent>
|
|
|
+ <Command>cmd /c "del $(OutDir)qstamp.obj"</Command>
|
|
|
+ </PreBuildEvent>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|