2016-01-14 18:45:04 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.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="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{1D34E8C1-CFA5-4D60-B509-9DB58DC4AE92}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>MMDVMHost</RootNamespace>
|
|
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<AdditionalDependencies>kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemGroup>
|
2016-01-19 20:13:20 +00:00
|
|
|
|
<ClInclude Include="AMBEFEC.h" />
|
2016-09-19 20:41:34 +00:00
|
|
|
|
<ClInclude Include="BCH.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="BPTC19696.h" />
|
|
|
|
|
<ClInclude Include="Conf.h" />
|
|
|
|
|
<ClInclude Include="CRC.h" />
|
|
|
|
|
<ClInclude Include="Defines.h" />
|
|
|
|
|
<ClInclude Include="Display.h" />
|
2016-07-11 16:41:53 +00:00
|
|
|
|
<ClInclude Include="DMRAccessControl.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="DMRControl.h" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClInclude Include="DMRCSBK.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="DMRData.h" />
|
2016-01-26 18:06:31 +00:00
|
|
|
|
<ClInclude Include="DMRDataHeader.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="DMRDefines.h" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClInclude Include="DMREMB.h" />
|
|
|
|
|
<ClInclude Include="DMREmbeddedLC.h" />
|
|
|
|
|
<ClInclude Include="DMRFullLC.h" />
|
|
|
|
|
<ClInclude Include="DMRLC.h" />
|
2016-09-14 06:41:37 +00:00
|
|
|
|
<ClInclude Include="DMRNetwork.h" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClInclude Include="DMRShortLC.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="DMRSlot.h" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClInclude Include="DMRSlotType.h" />
|
2016-07-07 19:23:30 +00:00
|
|
|
|
<ClInclude Include="DMRTrellis.h" />
|
2016-01-27 20:01:50 +00:00
|
|
|
|
<ClInclude Include="DStarControl.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="DStarDefines.h" />
|
2016-01-26 19:08:17 +00:00
|
|
|
|
<ClInclude Include="DStarHeader.h" />
|
2016-01-25 21:00:19 +00:00
|
|
|
|
<ClInclude Include="DStarNetwork.h" />
|
2016-01-26 19:52:21 +00:00
|
|
|
|
<ClInclude Include="DStarSlowData.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="Golay2087.h" />
|
|
|
|
|
<ClInclude Include="Golay24128.h" />
|
|
|
|
|
<ClInclude Include="Hamming.h" />
|
2016-04-11 10:52:21 +00:00
|
|
|
|
<ClInclude Include="DMRLookup.h" />
|
2016-10-31 17:52:27 +00:00
|
|
|
|
<ClInclude Include="LCDproc.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="Log.h" />
|
|
|
|
|
<ClInclude Include="MMDVMHost.h" />
|
|
|
|
|
<ClInclude Include="Modem.h" />
|
2016-10-06 17:38:16 +00:00
|
|
|
|
<ClInclude Include="ModemSerialPort.h" />
|
2016-10-06 19:06:57 +00:00
|
|
|
|
<ClInclude Include="Mutex.h" />
|
2016-04-06 18:53:25 +00:00
|
|
|
|
<ClInclude Include="Nextion.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="NullDisplay.h" />
|
2016-09-12 22:26:05 +00:00
|
|
|
|
<ClInclude Include="P25Audio.h" />
|
2016-09-08 20:27:21 +00:00
|
|
|
|
<ClInclude Include="P25Control.h" />
|
2016-09-08 17:38:59 +00:00
|
|
|
|
<ClInclude Include="P25Defines.h" />
|
2016-09-12 22:26:05 +00:00
|
|
|
|
<ClInclude Include="P25Data.h" />
|
2016-09-13 17:27:50 +00:00
|
|
|
|
<ClInclude Include="P25LowSpeedData.h" />
|
2016-09-14 06:41:37 +00:00
|
|
|
|
<ClInclude Include="P25Network.h" />
|
2016-09-12 22:26:05 +00:00
|
|
|
|
<ClInclude Include="P25NID.h" />
|
2016-09-13 17:27:50 +00:00
|
|
|
|
<ClInclude Include="P25Utils.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="QR1676.h" />
|
|
|
|
|
<ClInclude Include="RingBuffer.h" />
|
|
|
|
|
<ClInclude Include="RS129.h" />
|
2016-09-27 17:36:08 +00:00
|
|
|
|
<ClInclude Include="RS241213.h" />
|
2016-12-21 19:58:46 +00:00
|
|
|
|
<ClInclude Include="RSSIInterpolator.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="SerialController.h" />
|
2016-10-06 17:38:16 +00:00
|
|
|
|
<ClInclude Include="SerialPort.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="SHA256.h" />
|
|
|
|
|
<ClInclude Include="StopWatch.h" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClInclude Include="Sync.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="TFTSerial.h" />
|
2016-06-06 16:40:27 +00:00
|
|
|
|
<ClInclude Include="Thread.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="Timer.h" />
|
|
|
|
|
<ClInclude Include="UDPSocket.h" />
|
2016-11-03 19:07:44 +00:00
|
|
|
|
<ClInclude Include="UMP.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="Utils.h" />
|
2016-01-14 20:14:18 +00:00
|
|
|
|
<ClInclude Include="Version.h" />
|
2016-02-16 07:27:13 +00:00
|
|
|
|
<ClInclude Include="YSFControl.h" />
|
2016-02-04 19:17:39 +00:00
|
|
|
|
<ClInclude Include="YSFConvolution.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClInclude Include="YSFDefines.h" />
|
2016-02-04 19:17:39 +00:00
|
|
|
|
<ClInclude Include="YSFFICH.h" />
|
2016-05-16 20:57:32 +00:00
|
|
|
|
<ClInclude Include="YSFNetwork.h" />
|
2016-02-28 20:34:37 +00:00
|
|
|
|
<ClInclude Include="YSFPayload.h" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-01-19 20:13:20 +00:00
|
|
|
|
<ClCompile Include="AMBEFEC.cpp" />
|
2016-09-19 20:41:34 +00:00
|
|
|
|
<ClCompile Include="BCH.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="BPTC19696.cpp" />
|
|
|
|
|
<ClCompile Include="Conf.cpp" />
|
|
|
|
|
<ClCompile Include="CRC.cpp" />
|
|
|
|
|
<ClCompile Include="Display.cpp" />
|
2016-07-11 16:41:53 +00:00
|
|
|
|
<ClCompile Include="DMRAccessControl.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="DMRControl.cpp" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClCompile Include="DMRCSBK.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="DMRData.cpp" />
|
2016-01-26 18:06:31 +00:00
|
|
|
|
<ClCompile Include="DMRDataHeader.cpp" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClCompile Include="DMREMB.cpp" />
|
|
|
|
|
<ClCompile Include="DMREmbeddedLC.cpp" />
|
|
|
|
|
<ClCompile Include="DMRFullLC.cpp" />
|
|
|
|
|
<ClCompile Include="DMRLC.cpp" />
|
2016-04-11 10:52:21 +00:00
|
|
|
|
<ClCompile Include="DMRLookup.cpp" />
|
2016-09-14 06:41:37 +00:00
|
|
|
|
<ClCompile Include="DMRNetwork.cpp" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClCompile Include="DMRShortLC.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="DMRSlot.cpp" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClCompile Include="DMRSlotType.cpp" />
|
2016-07-07 19:23:30 +00:00
|
|
|
|
<ClCompile Include="DMRTrellis.cpp" />
|
2016-01-27 20:01:50 +00:00
|
|
|
|
<ClCompile Include="DStarControl.cpp" />
|
2016-01-26 19:08:17 +00:00
|
|
|
|
<ClCompile Include="DStarHeader.cpp" />
|
2016-01-25 21:00:19 +00:00
|
|
|
|
<ClCompile Include="DStarNetwork.cpp" />
|
2016-01-26 19:52:21 +00:00
|
|
|
|
<ClCompile Include="DStarSlowData.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="Golay2087.cpp" />
|
|
|
|
|
<ClCompile Include="Golay24128.cpp" />
|
|
|
|
|
<ClCompile Include="Hamming.cpp" />
|
2016-10-31 17:52:27 +00:00
|
|
|
|
<ClCompile Include="LCDproc.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="Log.cpp" />
|
|
|
|
|
<ClCompile Include="MMDVMHost.cpp" />
|
|
|
|
|
<ClCompile Include="Modem.cpp" />
|
2016-10-06 17:38:16 +00:00
|
|
|
|
<ClCompile Include="ModemSerialPort.cpp" />
|
2016-10-06 19:06:57 +00:00
|
|
|
|
<ClCompile Include="Mutex.cpp" />
|
2016-04-06 18:53:25 +00:00
|
|
|
|
<ClCompile Include="Nextion.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="NullDisplay.cpp" />
|
2016-09-12 22:26:05 +00:00
|
|
|
|
<ClCompile Include="P25Audio.cpp" />
|
2016-09-08 20:27:21 +00:00
|
|
|
|
<ClCompile Include="P25Control.cpp" />
|
2016-09-12 22:26:05 +00:00
|
|
|
|
<ClCompile Include="P25Data.cpp" />
|
2016-09-13 17:27:50 +00:00
|
|
|
|
<ClCompile Include="P25LowSpeedData.cpp" />
|
2016-09-14 06:41:37 +00:00
|
|
|
|
<ClCompile Include="P25Network.cpp" />
|
2016-09-12 22:26:05 +00:00
|
|
|
|
<ClCompile Include="P25NID.cpp" />
|
2016-09-13 17:27:50 +00:00
|
|
|
|
<ClCompile Include="P25Utils.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="QR1676.cpp" />
|
|
|
|
|
<ClCompile Include="RS129.cpp" />
|
2016-09-27 17:36:08 +00:00
|
|
|
|
<ClCompile Include="RS241213.cpp" />
|
2016-12-21 19:58:46 +00:00
|
|
|
|
<ClCompile Include="RSSIInterpolator.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="SerialController.cpp" />
|
2016-10-06 17:38:16 +00:00
|
|
|
|
<ClCompile Include="SerialPort.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="SHA256.cpp" />
|
|
|
|
|
<ClCompile Include="StopWatch.cpp" />
|
2016-02-15 18:45:57 +00:00
|
|
|
|
<ClCompile Include="Sync.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="TFTSerial.cpp" />
|
2016-06-06 16:40:27 +00:00
|
|
|
|
<ClCompile Include="Thread.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="Timer.cpp" />
|
|
|
|
|
<ClCompile Include="UDPSocket.cpp" />
|
2016-11-03 19:07:44 +00:00
|
|
|
|
<ClCompile Include="UMP.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
<ClCompile Include="Utils.cpp" />
|
2016-05-16 20:57:32 +00:00
|
|
|
|
<ClCompile Include="YSFNetwork.cpp" />
|
2016-02-28 20:34:37 +00:00
|
|
|
|
<ClCompile Include="YSFPayload.cpp" />
|
2016-02-16 07:27:13 +00:00
|
|
|
|
<ClCompile Include="YSFControl.cpp" />
|
2016-02-04 19:17:39 +00:00
|
|
|
|
<ClCompile Include="YSFConvolution.cpp" />
|
|
|
|
|
<ClCompile Include="YSFFICH.cpp" />
|
2016-01-14 18:45:04 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|