tx-gxx-linux/device/gxx-linux/usb/vcxprj/usb.vcxproj

216 lines
11 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" 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">
<VCProjectVersion>16.0</VCProjectVersion>
<Keyword>Win32Proj</Keyword>
<ProjectGuid>{76309dce-d691-47f9-8e21-21cecde35ded}</ProjectGuid>
<RootNamespace>usb</RootNamespace>
<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>$(VSInstallDir)linux\include\;$(VSInstallDir)linux\include\aarch64-linux-gnu\;$(ProjectDir)..\..\packages\common.pkg\include\;$(ProjectDir)..\..\applog\;$(ProjectDir)..\inc\;$(ProjectDir)..\src\common\;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(VSInstallDir)linux\include\;$(VSInstallDir)linux\include\aarch64-linux-gnu\;$(ProjectDir)..\..\packages\common.pkg\include\;$(ProjectDir)..\..\applog\;$(ProjectDir)..\inc\;$(ProjectDir)..\src\common\;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(VSInstallDir)linux\include\;$(VSInstallDir)linux\include\aarch64-linux-gnu\;$(ProjectDir)..\..\packages\common.pkg\include\;$(ProjectDir)..\..\applog\;$(ProjectDir)..\inc\;$(ProjectDir)..\src\common\;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(VSInstallDir)linux\include\;$(VSInstallDir)linux\include\aarch64-linux-gnu\;$(ProjectDir)..\..\packages\common.pkg\include\;$(ProjectDir)..\..\applog\;$(ProjectDir)..\inc\;$(ProjectDir)..\src\common\;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;ASYNC_EP;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClInclude Include="..\inc\buildconf.h" />
<ClInclude Include="..\inc\camtp.h" />
<ClInclude Include="..\inc\default_cfg.h" />
<ClInclude Include="..\inc\logs_out.h" />
<ClInclude Include="..\inc\usbdevice.h" />
<ClInclude Include="..\inc\usbstring.h" />
<ClInclude Include="..\inc\usb_gadget.h" />
<ClInclude Include="..\inotify.h" />
<ClInclude Include="..\ireceive.h" />
<ClInclude Include="..\itransmit.h" />
<ClInclude Include="..\src\common\cmd.h" />
<ClInclude Include="..\src\common\data.h" />
<ClInclude Include="..\src\common\event_monitor.h" />
<ClInclude Include="..\src\common\ipc_util.h" />
<ClInclude Include="..\src\common\ipc_wrapper.h" />
<ClInclude Include="..\src\common\json\cJSON.h" />
<ClInclude Include="..\src\common\json\gb_json.h" />
<ClInclude Include="..\src\common\log_util.h" />
<ClInclude Include="..\src\common\packet.h" />
<ClInclude Include="..\src\common\referer.h" />
<ClInclude Include="..\src\common\sane_cfg.h" />
<ClInclude Include="..\src\common\sys_util.h" />
<ClInclude Include="..\src\common\usb_io.h" />
<ClInclude Include="..\src\hardware\hardware.h" />
<ClInclude Include="..\src\img_process\cis_preproc.h" />
<ClInclude Include="..\src\img_process\img_algorithm.h" />
<ClInclude Include="..\src\img_process\img_param.h" />
<ClInclude Include="..\src\img_process\img_process.h" />
<ClInclude Include="..\usbimageprocqueue.h" />
<ClInclude Include="..\usbnotify.h" />
<ClInclude Include="..\usbreceive.h" />
<ClInclude Include="..\usbservice.h" />
<ClInclude Include="..\usbtransmit.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\src\common\cmd.cpp" />
<ClCompile Include="..\src\common\data.cpp" />
<ClCompile Include="..\src\common\event_monitor.cpp" />
<ClCompile Include="..\src\common\ipc_util.cpp" />
<ClCompile Include="..\src\common\ipc_wrapper.cpp" />
<ClCompile Include="..\src\common\json\cJSON.c" />
<ClCompile Include="..\src\common\json\gb_json.cpp" />
<ClCompile Include="..\src\common\log_util.cpp" />
<ClCompile Include="..\src\common\referer.cpp" />
<ClCompile Include="..\src\common\sane_cfg.cpp" />
<ClCompile Include="..\src\common\sys_util.cpp" />
<ClCompile Include="..\src\common\usb_io.cpp" />
<ClCompile Include="..\src\hardware\hardware.cpp" />
<ClCompile Include="..\src\img_process\cis_preproc.cpp" />
<ClCompile Include="..\src\img_process\img_algorithm.cpp" />
<ClCompile Include="..\src\img_process\img_param.cpp" />
<ClCompile Include="..\src\img_process\img_process.cpp" />
<ClCompile Include="..\src\logs_out.cpp" />
<ClCompile Include="..\src\usbdevice.cpp" />
<ClCompile Include="..\src\usbstring.cpp" />
<ClCompile Include="..\usbnotify.cpp" />
<ClCompile Include="..\usbreceive.cpp" />
<ClCompile Include="..\usbservice.cpp" />
<ClCompile Include="..\usbtransmit.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\xmake.lua" />
<None Include="cpp.hint" />
</ItemGroup>
<ItemGroup>
<Text Include="..\src\common\CMakeLists.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>