2018-05-09 20:23:17 +02:00
|
|
|
|
<?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="Release|Win32">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
|
<ProjectGuid>{68CFAB6D-AED3-4B8A-BCB3-EE4136CA00A3}</ProjectGuid>
|
|
|
|
|
|
<RootNamespace>TimerControl</RootNamespace>
|
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
2020-02-14 23:05:47 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2018-05-09 20:23:17 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2020-02-14 23:05:47 +01:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2018-05-09 20:23:17 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2020-02-14 23:05:47 +01:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2018-05-09 20:23:17 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2020-02-14 23:05:47 +01:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2018-05-09 20:23:17 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2020-02-14 23:05:47 +01:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2018-05-09 20:23:17 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
|
</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>14.0.24720.0</_ProjectFileVersion>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
<IncludePath>$(WXWIN)\include;$(WXWIN)\lib\vc_dll\mswud;$(IncludePath)</IncludePath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
<IncludePath>$(WXWIN)\include;$(WXWIN)\lib\vc_x64_dll\mswud;$(IncludePath)</IncludePath>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
|
|
|
<IntDir>$(Configuration)\</IntDir>
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2019-04-21 09:00:33 +02:00
|
|
|
|
<IncludePath>$(WXWIN)\include;$(WXWIN)\lib\vc_dll\mswu;$(IncludePath)</IncludePath>
|
2018-05-09 20:23:17 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2019-04-21 09:00:33 +02:00
|
|
|
|
<IncludePath>$(WXWIN)\include;$(WXWIN)\lib\vc_x64_dll\mswu;$(IncludePath)</IncludePath>
|
2018-05-09 20:23:17 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(WXWIN)\include\msvc;$(WXWIN)\include;../Common;../GUICommon;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;WINVER=0x0400;__WXMSW__;WXUSINGDLL;wxUSE_GUI=1;__WXDEBUG__;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<MinimalRebuild>true</MinimalRebuild>
|
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
|
<PrecompiledHeader />
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalLibraryDirectories>$(WXWIN)\lib\vc_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(WXWIN)\include\msvc;$(WXWIN)\include;../Common;../GUICommon;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;WINVER=0x0400;__WXMSW__;WXUSINGDLL;wxUSE_GUI=1;__WXDEBUG__;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalLibraryDirectories>$(WXWIN)\lib\vc_x64_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(WXWIN)\include\msvc;$(WXWIN)\include;../Common;../GUICommon;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;WINVER=0x0400;__WXMSW__;WXUSINGDLL;wxUSE_GUI=1;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
|
<PrecompiledHeader />
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalLibraryDirectories>$(WXWIN)\lib\vc_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<TargetMachine>MachineX86</TargetMachine>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
|
<AdditionalIncludeDirectories>$(WXWIN)\include\msvc;$(WXWIN)\include;../Common;../GUICommon;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;WINVER=0x0400;__WXMSW__;WXUSINGDLL;wxUSE_GUI=1;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<AdditionalDependencies>ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalLibraryDirectories>$(WXWIN)\lib\vc_x64_dll;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ClCompile Include="TimerControlApp.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlConfig.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlFrame.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlItemFile.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlPreferences.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlRemoteControlHandler.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlRemoteSet.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlRepeaterPanel.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlThread.cpp" />
|
|
|
|
|
|
<ClCompile Include="TimerControlThreadHelper.cpp" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ClInclude Include="TimerControlApp.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlConfig.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlDefs.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlFrame.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlItem.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlItemFile.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlPreferences.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlRemoteControlHandler.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlRemoteSet.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlRepeaterPanel.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlThread.h" />
|
|
|
|
|
|
<ClInclude Include="TimerControlThreadHelper.h" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ProjectReference Include="..\Common\Common.vcxproj">
|
|
|
|
|
|
<Project>{e793cb8e-2ac9-431a-bbfc-3f52537bb3cf}</Project>
|
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
<ProjectReference Include="..\GUICommon\GUICommon.vcxproj">
|
|
|
|
|
|
<Project>{02d03515-0bbe-4553-8c40-566a597478f8}</Project>
|
|
|
|
|
|
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
|
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
</Project>
|