175 lines
8.3 KiB
XML
175 lines
8.3 KiB
XML
|
<?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>
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{B12702AD-ABFB-343A-A199-8E24837244A3}</ProjectGuid>
|
|||
|
<Keyword>QtVS_v301</Keyword>
|
|||
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>Application</ConfigurationType>
|
|||
|
<PlatformToolset>v141</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|||
|
<PropertyGroup Condition="'$(QtMsBuild)'=='' or !Exists('$(QtMsBuild)\qt.targets')">
|
|||
|
<QtMsBuild>$(MSBuildProjectDirectory)\QtMsBuild</QtMsBuild>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\Copy\</OutDir>
|
|||
|
<IntDir>$(SolutionDir)Intermed\$(Platform)\$(Configuration)\Copy\</IntDir>
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\Copy\</OutDir>
|
|||
|
<LinkIncremental>true</LinkIncremental>
|
|||
|
<IntDir>$(SolutionDir)Intermed\$(Platform)\$(Configuration)\Copy\</IntDir>
|
|||
|
</PropertyGroup>
|
|||
|
<Target Name="QtMsBuildNotFound" BeforeTargets="CustomBuild;ClCompile" Condition="!Exists('$(QtMsBuild)\qt.targets') or !Exists('$(QtMsBuild)\qt.props')">
|
|||
|
<Message Importance="High" Text="QtMsBuild: could not locate qt.targets, qt.props; project may not build correctly." />
|
|||
|
</Target>
|
|||
|
<ImportGroup Label="ExtensionSettings" />
|
|||
|
<ImportGroup Label="Shared" />
|
|||
|
<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>
|
|||
|
<PropertyGroup Label="UserMacros" />
|
|||
|
<ImportGroup Condition="Exists('$(QtMsBuild)\qt_defaults.props')">
|
|||
|
<Import Project="$(QtMsBuild)\qt_defaults.props" />
|
|||
|
</ImportGroup>
|
|||
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<QtInstall>msvc2017</QtInstall>
|
|||
|
<QtModules>core;gui;network;widgets</QtModules>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<QtInstall>msvc2017</QtInstall>
|
|||
|
<QtModules>core;gui;network;widgets</QtModules>
|
|||
|
</PropertyGroup>
|
|||
|
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">
|
|||
|
<Import Project="$(QtMsBuild)\qt.props" />
|
|||
|
</ImportGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|||
|
<Optimization>Disabled</Optimization>
|
|||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<OutputFile>$(OutDir)\$(ProjectName).exe</OutputFile>
|
|||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|||
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|||
|
<AdditionalDependencies>libfftw3f-3.lib;setupapi.lib;WS2_32.Lib;$(QtDir)\lib\Qt5SerialPort.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|||
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|||
|
<TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Windows</SubSystem>
|
|||
|
<OutputFile>$(OutDir)\$(ProjectName).exe</OutputFile>
|
|||
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|||
|
<ImageHasSafeExceptionHandlers>false</ImageHasSafeExceptionHandlers>
|
|||
|
<AdditionalDependencies>libfftw3f-3.lib;setupapi.lib;WS2_32.Lib;$(QtDir)\lib\Qt5SerialPort.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="ARDOPC.c" />
|
|||
|
<ClCompile Include="ardopSampleArrays.c" />
|
|||
|
<ClCompile Include="ax25.c">
|
|||
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsC</CompileAs>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="ax25_agw.c" />
|
|||
|
<ClCompile Include="ax25_demod.c" />
|
|||
|
<ClCompile Include="ax25_fec.c" />
|
|||
|
<ClCompile Include="ax25_l2.c" />
|
|||
|
<ClCompile Include="ax25_mod.c" />
|
|||
|
<ClCompile Include="berlekamp.c" />
|
|||
|
<ClCompile Include="BusyDetect.c" />
|
|||
|
<ClCompile Include="Config.cpp">
|
|||
|
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Default</CompileAs>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="galois.c" />
|
|||
|
<ClCompile Include="hid.c" />
|
|||
|
<ClCompile Include="kiss_mode.c" />
|
|||
|
<ClCompile Include="main.cpp" />
|
|||
|
<ClCompile Include="Modulate.c" />
|
|||
|
<ClCompile Include="ofdm.c" />
|
|||
|
<ClCompile Include="pktARDOP.c" />
|
|||
|
<ClCompile Include="QtSoundModem.cpp">
|
|||
|
<DynamicSource Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">input</DynamicSource>
|
|||
|
<QtMocFileName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(Filename).moc</QtMocFileName>
|
|||
|
<DynamicSource Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">input</DynamicSource>
|
|||
|
<QtMocFileName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(Filename).moc</QtMocFileName>
|
|||
|
</ClCompile>
|
|||
|
<ClCompile Include="rs.c" />
|
|||
|
<ClCompile Include="RSUnit.c" />
|
|||
|
<ClCompile Include="ShowFilter.cpp" />
|
|||
|
<ClCompile Include="SMMain.c" />
|
|||
|
<ClCompile Include="sm_main.c" />
|
|||
|
<ClCompile Include="SoundInput.c" />
|
|||
|
<ClCompile Include="tcpCode.cpp" />
|
|||
|
<ClCompile Include="UZ7HOUtils.c" />
|
|||
|
<ClCompile Include="Waveout.c" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<QtMoc Include="QtSoundModem.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<QtUic Include="calibrateDialog.ui" />
|
|||
|
<QtUic Include="devicesDialog.ui">
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</QtUic>
|
|||
|
<QtUic Include="filterWindow.ui" />
|
|||
|
<QtUic Include="ModemDialog.ui">
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</QtUic>
|
|||
|
<QtUic Include="QtSoundModem.ui">
|
|||
|
<SubType>Designer</SubType>
|
|||
|
</QtUic>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<QtRcc Include="QtSoundModem.qrc" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<QtMoc Include="tcpCode.h" />
|
|||
|
<ClInclude Include="resource.h" />
|
|||
|
<ClInclude Include="resource1.h" />
|
|||
|
<ClInclude Include="UZ7HOStuff.h" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ResourceCompile Include="QtSoundModem.rc" />
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<Image Include="icon1.ico" />
|
|||
|
<Image Include="soundmodem.ico" />
|
|||
|
</ItemGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.targets')">
|
|||
|
<Import Project="$(QtMsBuild)\qt.targets" />
|
|||
|
</ImportGroup>
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|