You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
322 lines
15 KiB
322 lines
15 KiB
<?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="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>DVMHost</RootNamespace>
|
|
<ProjectName>dvmhost</ProjectName>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Application</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</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>
|
|
<IncludePath>$(ProjectDir);$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
<IncludePath>$(ProjectDir);$(IncludePath)</IncludePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>false</LinkIncremental>
|
|
<IncludePath>$(ProjectDir);$(IncludePath)</IncludePath>
|
|
</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>
|
|
<ObjectFileName>$(IntDir)%(RelativeDir)</ObjectFileName>
|
|
</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>
|
|
<PreBuildEvent />
|
|
<PreBuildEvent />
|
|
</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>
|
|
<ObjectFileName>$(IntDir)%(RelativeDir)</ObjectFileName>
|
|
</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>
|
|
<ClInclude Include="dmr\acl\AccessControl.h" />
|
|
<ClInclude Include="dmr\data\Data.h" />
|
|
<ClInclude Include="dmr\data\DataHeader.h" />
|
|
<ClInclude Include="dmr\data\EMB.h" />
|
|
<ClInclude Include="dmr\data\EmbeddedData.h" />
|
|
<ClInclude Include="dmr\Control.h" />
|
|
<ClInclude Include="dmr\DataPacket.h" />
|
|
<ClInclude Include="dmr\DMRDefines.h" />
|
|
<ClInclude Include="dmr\Slot.h" />
|
|
<ClInclude Include="dmr\SlotType.h" />
|
|
<ClInclude Include="dmr\Sync.h" />
|
|
<ClInclude Include="dmr\VoicePacket.h" />
|
|
<ClInclude Include="dmr\edac\Trellis.h" />
|
|
<ClInclude Include="dmr\lc\CSBK.h" />
|
|
<ClInclude Include="dmr\lc\FullLC.h" />
|
|
<ClInclude Include="dmr\lc\LC.h" />
|
|
<ClInclude Include="dmr\lc\ShortLC.h" />
|
|
<ClInclude Include="edac\AMBEFEC.h" />
|
|
<ClInclude Include="edac\BCH.h" />
|
|
<ClInclude Include="edac\BPTC19696.h" />
|
|
<ClInclude Include="edac\CRC.h" />
|
|
<ClInclude Include="edac\Golay2087.h" />
|
|
<ClInclude Include="edac\Golay24128.h" />
|
|
<ClInclude Include="edac\Hamming.h" />
|
|
<ClInclude Include="edac\QR1676.h" />
|
|
<ClInclude Include="edac\RS129.h" />
|
|
<ClInclude Include="edac\RS634717.h" />
|
|
<ClInclude Include="edac\SHA256.h" />
|
|
<ClInclude Include="Defines.h" />
|
|
<ClInclude Include="HostMain.h" />
|
|
<ClInclude Include="host\calibrate\Console.h" />
|
|
<ClInclude Include="host\calibrate\HostCal.h" />
|
|
<ClInclude Include="host\Host.h" />
|
|
<ClInclude Include="lookups\IdenTableLookup.h" />
|
|
<ClInclude Include="lookups\LookupTable.h" />
|
|
<ClInclude Include="lookups\RadioIdLookup.h" />
|
|
<ClInclude Include="lookups\RSSIInterpolator.h" />
|
|
<ClInclude Include="lookups\TalkgroupIdLookup.h" />
|
|
<ClInclude Include="modem\Modem.h" />
|
|
<ClInclude Include="modem\NullModem.h" />
|
|
<ClInclude Include="modem\SerialController.h" />
|
|
<ClInclude Include="network\BaseNetwork.h" />
|
|
<ClInclude Include="network\Network.h" />
|
|
<ClInclude Include="network\RemoteControl.h" />
|
|
<ClInclude Include="network\UDPSocket.h" />
|
|
<ClInclude Include="p25\acl\AccessControl.h" />
|
|
<ClInclude Include="p25\data\DataBlock.h" />
|
|
<ClInclude Include="p25\data\DataHeader.h" />
|
|
<ClInclude Include="p25\data\DataRspHeader.h" />
|
|
<ClInclude Include="p25\data\LowSpeedData.h" />
|
|
<ClInclude Include="p25\edac\Trellis.h" />
|
|
<ClInclude Include="p25\lc\LC.h" />
|
|
<ClInclude Include="p25\lc\TDULC.h" />
|
|
<ClInclude Include="p25\lc\TSBK.h" />
|
|
<ClInclude Include="p25\Audio.h" />
|
|
<ClInclude Include="p25\Control.h" />
|
|
<ClInclude Include="p25\DataPacket.h" />
|
|
<ClInclude Include="p25\VoicePacket.h" />
|
|
<ClInclude Include="p25\TrunkPacket.h" />
|
|
<ClInclude Include="p25\P25Defines.h" />
|
|
<ClInclude Include="p25\NID.h" />
|
|
<ClInclude Include="p25\SiteData.h" />
|
|
<ClInclude Include="p25\P25Utils.h" />
|
|
<ClInclude Include="p25\Sync.h" />
|
|
<ClInclude Include="Log.h" />
|
|
<ClInclude Include="Mutex.h" />
|
|
<ClInclude Include="RingBuffer.h" />
|
|
<ClInclude Include="StopWatch.h" />
|
|
<ClInclude Include="Thread.h" />
|
|
<ClInclude Include="Timer.h" />
|
|
<ClInclude Include="Utils.h" />
|
|
<ClInclude Include="yaml\Yaml.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="dmr\acl\AccessControl.cpp" />
|
|
<ClCompile Include="dmr\data\Data.cpp" />
|
|
<ClCompile Include="dmr\data\DataHeader.cpp" />
|
|
<ClCompile Include="dmr\data\EMB.cpp" />
|
|
<ClCompile Include="dmr\data\EmbeddedData.cpp" />
|
|
<ClCompile Include="dmr\Control.cpp" />
|
|
<ClCompile Include="dmr\DataPacket.cpp" />
|
|
<ClCompile Include="dmr\Slot.cpp" />
|
|
<ClCompile Include="dmr\SlotType.cpp" />
|
|
<ClCompile Include="dmr\Sync.cpp" />
|
|
<ClCompile Include="dmr\VoicePacket.cpp" />
|
|
<ClCompile Include="dmr\edac\Trellis.cpp" />
|
|
<ClCompile Include="dmr\lc\CSBK.cpp" />
|
|
<ClCompile Include="dmr\lc\FullLC.cpp" />
|
|
<ClCompile Include="dmr\lc\LC.cpp" />
|
|
<ClCompile Include="dmr\lc\ShortLC.cpp" />
|
|
<ClCompile Include="edac\AMBEFEC.cpp" />
|
|
<ClCompile Include="edac\BCH.cpp" />
|
|
<ClCompile Include="edac\BPTC19696.cpp" />
|
|
<ClCompile Include="edac\CRC.cpp" />
|
|
<ClCompile Include="edac\Golay2087.cpp" />
|
|
<ClCompile Include="edac\Golay24128.cpp" />
|
|
<ClCompile Include="edac\Hamming.cpp" />
|
|
<ClCompile Include="edac\QR1676.cpp" />
|
|
<ClCompile Include="edac\RS129.cpp" />
|
|
<ClCompile Include="edac\RS634717.cpp" />
|
|
<ClCompile Include="edac\SHA256.cpp" />
|
|
<ClCompile Include="HostMain.cpp" />
|
|
<ClCompile Include="host\calibrate\Console.cpp" />
|
|
<ClCompile Include="host\calibrate\HostCal.cpp" />
|
|
<ClCompile Include="host\Host.cpp" />
|
|
<ClCompile Include="lookups\IdenTableLookup.cpp" />
|
|
<ClCompile Include="lookups\RadioIdLookup.cpp" />
|
|
<ClCompile Include="lookups\RSSIInterpolator.cpp" />
|
|
<ClCompile Include="lookups\TalkgroupIdLookup.cpp" />
|
|
<ClCompile Include="modem\Modem.cpp" />
|
|
<ClCompile Include="modem\NullModem.cpp" />
|
|
<ClCompile Include="modem\SerialController.cpp" />
|
|
<ClCompile Include="network\BaseNetwork.cpp" />
|
|
<ClCompile Include="network\Network.cpp" />
|
|
<ClCompile Include="network\RemoteControl.cpp" />
|
|
<ClCompile Include="network\UDPSocket.cpp" />
|
|
<ClCompile Include="p25\acl\AccessControl.cpp" />
|
|
<ClCompile Include="p25\data\DataBlock.cpp" />
|
|
<ClCompile Include="p25\data\DataHeader.cpp" />
|
|
<ClCompile Include="p25\data\DataRspHeader.cpp" />
|
|
<ClCompile Include="p25\data\LowSpeedData.cpp" />
|
|
<ClCompile Include="p25\edac\Trellis.cpp" />
|
|
<ClCompile Include="p25\lc\LC.cpp" />
|
|
<ClCompile Include="p25\lc\TDULC.cpp" />
|
|
<ClCompile Include="p25\lc\TSBK.cpp" />
|
|
<ClCompile Include="p25\Audio.cpp" />
|
|
<ClCompile Include="p25\Control.cpp" />
|
|
<ClCompile Include="p25\DataPacket.cpp" />
|
|
<ClCompile Include="p25\TrunkPacket.cpp" />
|
|
<ClCompile Include="p25\VoicePacket.cpp" />
|
|
<ClCompile Include="p25\NID.cpp" />
|
|
<ClCompile Include="p25\P25Utils.cpp" />
|
|
<ClCompile Include="p25\Sync.cpp" />
|
|
<ClCompile Include="Log.cpp" />
|
|
<ClCompile Include="Mutex.cpp" />
|
|
<ClCompile Include="StopWatch.cpp" />
|
|
<ClCompile Include="Thread.cpp" />
|
|
<ClCompile Include="Timer.cpp" />
|
|
<ClCompile Include="Utils.cpp" />
|
|
<ClCompile Include="yaml\Yaml.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<CopyFileToFolders Include="iden_table.dat">
|
|
<FileType>Document</FileType>
|
|
</CopyFileToFolders>
|
|
<CopyFileToFolders Include="config.yml">
|
|
<FileType>Document</FileType>
|
|
</CopyFileToFolders>
|
|
<None Include="cpp.hint" />
|
|
<None Include="Makefile" />
|
|
<None Include="Makefile.arm" />
|
|
<None Include="Makefile.rpi-arm" />
|
|
<CopyFileToFolders Include="rid_acl.dat">
|
|
<FileType>Document</FileType>
|
|
</CopyFileToFolders>
|
|
<CopyFileToFolders Include="RSSI.dat">
|
|
<FileType>Document</FileType>
|
|
</CopyFileToFolders>
|
|
<CopyFileToFolders Include="tg_acl.dat">
|
|
<FileType>Document</FileType>
|
|
</CopyFileToFolders>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |