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.
286 lines
14 KiB
286 lines
14 KiB
|
7 months ago
|
<?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>17.0</VCProjectVersion>
|
||
|
|
<ProjectGuid>{44739900-23B0-7EA4-48FA-099C6C559D77}</ProjectGuid>
|
||
|
|
<Keyword>MFCProj</Keyword>
|
||
|
|
<RootNamespace>IncSourceTestDlg</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>v143</PlatformToolset>
|
||
|
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||
|
|
<ConfigurationType>Application</ConfigurationType>
|
||
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
|
<PlatformToolset>v143</PlatformToolset>
|
||
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||
|
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||
|
|
<ConfigurationType>Application</ConfigurationType>
|
||
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||
|
|
<PlatformToolset>v143</PlatformToolset>
|
||
|
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||
|
|
<ConfigurationType>Application</ConfigurationType>
|
||
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
|
<PlatformToolset>v143</PlatformToolset>
|
||
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||
|
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
|
<UseOfMfc>Dynamic</UseOfMfc>
|
||
|
|
</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>NotUsing</PrecompiledHeader>
|
||
|
|
<WarningLevel>Level3</WarningLevel>
|
||
|
|
<SDLCheck>true</SDLCheck>
|
||
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||
|
|
<AdditionalIncludeDirectories>C:\git_work\a2l\a2l_test\TestLibDlg\IncSourceTestDlg\include;C:\git_work\a2l\a2l_test\TestLibDlg\IncSourceTestDlg\src;C:\boost\include\boost-1_87;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
|
<LanguageStandard>stdcpp20</LanguageStandard>
|
||
|
|
</ClCompile>
|
||
|
|
<Link>
|
||
|
|
<SubSystem>Windows</SubSystem>
|
||
|
|
<RegisterOutput>true</RegisterOutput>
|
||
|
|
<AdditionalLibraryDirectories>C:\boost\x86_lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
|
</Link>
|
||
|
|
<Midl>
|
||
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
||
|
|
<ValidateAllParameters>true</ValidateAllParameters>
|
||
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<TypeLibraryName>$(IntDir)IncSourceTestDlg.tlb</TypeLibraryName>
|
||
|
|
<HeaderFileName>IncSourceTestDlg_h.h</HeaderFileName>
|
||
|
|
</Midl>
|
||
|
|
<ResourceCompile>
|
||
|
|
<Culture>0x0412</Culture>
|
||
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
|
</ResourceCompile>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
|
<ClCompile>
|
||
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
|
<WarningLevel>Level3</WarningLevel>
|
||
|
|
<SDLCheck>true</SDLCheck>
|
||
|
|
<PreprocessorDefinitions>_WINDOWS;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||
|
|
</ClCompile>
|
||
|
|
<Link>
|
||
|
|
<SubSystem>Windows</SubSystem>
|
||
|
|
<RegisterOutput>true</RegisterOutput>
|
||
|
|
</Link>
|
||
|
|
<Midl>
|
||
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
||
|
|
<ValidateAllParameters>true</ValidateAllParameters>
|
||
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<TypeLibraryName>$(IntDir)IncSourceTestDlg.tlb</TypeLibraryName>
|
||
|
|
<HeaderFileName>IncSourceTestDlg_h.h</HeaderFileName>
|
||
|
|
</Midl>
|
||
|
|
<ResourceCompile>
|
||
|
|
<Culture>0x0412</Culture>
|
||
|
|
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
|
</ResourceCompile>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
|
<ClCompile>
|
||
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
|
<WarningLevel>Level3</WarningLevel>
|
||
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
|
<SDLCheck>true</SDLCheck>
|
||
|
|
<PreprocessorDefinitions>WIN32;_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||
|
|
</ClCompile>
|
||
|
|
<Link>
|
||
|
|
<SubSystem>Windows</SubSystem>
|
||
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
|
<RegisterOutput>true</RegisterOutput>
|
||
|
|
</Link>
|
||
|
|
<Midl>
|
||
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
||
|
|
<ValidateAllParameters>true</ValidateAllParameters>
|
||
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<TypeLibraryName>$(IntDir)IncSourceTestDlg.tlb</TypeLibraryName>
|
||
|
|
<HeaderFileName>IncSourceTestDlg_h.h</HeaderFileName>
|
||
|
|
</Midl>
|
||
|
|
<ResourceCompile>
|
||
|
|
<Culture>0x0412</Culture>
|
||
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
|
</ResourceCompile>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
|
<ClCompile>
|
||
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
||
|
|
<WarningLevel>Level3</WarningLevel>
|
||
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
|
<SDLCheck>true</SDLCheck>
|
||
|
|
<PreprocessorDefinitions>_WINDOWS;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
|
||
|
|
</ClCompile>
|
||
|
|
<Link>
|
||
|
|
<SubSystem>Windows</SubSystem>
|
||
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
|
<RegisterOutput>true</RegisterOutput>
|
||
|
|
</Link>
|
||
|
|
<Midl>
|
||
|
|
<MkTypLibCompatible>false</MkTypLibCompatible>
|
||
|
|
<ValidateAllParameters>true</ValidateAllParameters>
|
||
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<TypeLibraryName>$(IntDir)IncSourceTestDlg.tlb</TypeLibraryName>
|
||
|
|
<HeaderFileName>IncSourceTestDlg_h.h</HeaderFileName>
|
||
|
|
</Midl>
|
||
|
|
<ResourceCompile>
|
||
|
|
<Culture>0x0412</Culture>
|
||
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<AdditionalIncludeDirectories>$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
|
</ResourceCompile>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClInclude Include="DlgProxy.h" />
|
||
|
|
<ClInclude Include="framework.h" />
|
||
|
|
<ClInclude Include="IncSourceTestDlg.h" />
|
||
|
|
<ClInclude Include="IncSourceTestDlgDlg.h" />
|
||
|
|
<ClInclude Include="pch.h" />
|
||
|
|
<ClInclude Include="Resource.h" />
|
||
|
|
<ClInclude Include="src\a2lhelper.h" />
|
||
|
|
<ClInclude Include="src\a2lparser.hpp" />
|
||
|
|
<ClInclude Include="src\a2lscanner.h" />
|
||
|
|
<ClInclude Include="src\a2mlparser.hpp" />
|
||
|
|
<ClInclude Include="src\a2mlscanner.h" />
|
||
|
|
<ClInclude Include="src\FlexLexer.h" />
|
||
|
|
<ClInclude Include="src\ifdataparser.hpp" />
|
||
|
|
<ClInclude Include="src\ifdatascanner.h" />
|
||
|
|
<ClInclude Include="targetver.h" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClCompile Include="DlgProxy.cpp" />
|
||
|
|
<ClCompile Include="IncSourceTestDlg.cpp" />
|
||
|
|
<ClCompile Include="IncSourceTestDlgDlg.cpp" />
|
||
|
|
<ClCompile Include="pch.cpp">
|
||
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
||
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
||
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
||
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||
|
|
</ClCompile>
|
||
|
|
<ClCompile Include="src\a2lenums.cpp" />
|
||
|
|
<ClCompile Include="src\a2lfile.cpp" />
|
||
|
|
<ClCompile Include="src\a2lflexer.cpp" />
|
||
|
|
<ClCompile Include="src\a2lhelper.cpp" />
|
||
|
|
<ClCompile Include="src\a2lobject.cpp" />
|
||
|
|
<ClCompile Include="src\a2lparser.cpp" />
|
||
|
|
<ClCompile Include="src\a2lproject.cpp" />
|
||
|
|
<ClCompile Include="src\a2lscanner.cpp" />
|
||
|
|
<ClCompile Include="src\a2mlblock.cpp" />
|
||
|
|
<ClCompile Include="src\a2mlflexer.cpp" />
|
||
|
|
<ClCompile Include="src\a2mlobject.cpp" />
|
||
|
|
<ClCompile Include="src\a2mlparser.cpp" />
|
||
|
|
<ClCompile Include="src\a2mlscanner.cpp" />
|
||
|
|
<ClCompile Include="src\axisdescr.cpp" />
|
||
|
|
<ClCompile Include="src\axispts.cpp" />
|
||
|
|
<ClCompile Include="src\blob.cpp" />
|
||
|
|
<ClCompile Include="src\characteristic.cpp" />
|
||
|
|
<ClCompile Include="src\compumethod.cpp" />
|
||
|
|
<ClCompile Include="src\computab.cpp" />
|
||
|
|
<ClCompile Include="src\compuvtab.cpp" />
|
||
|
|
<ClCompile Include="src\compuvtabrange.cpp" />
|
||
|
|
<ClCompile Include="src\frame.cpp" />
|
||
|
|
<ClCompile Include="src\function.cpp" />
|
||
|
|
<ClCompile Include="src\group.cpp" />
|
||
|
|
<ClCompile Include="src\ifdatablock.cpp" />
|
||
|
|
<ClCompile Include="src\ifdataflexer.cpp" />
|
||
|
|
<ClCompile Include="src\ifdataparser.cpp" />
|
||
|
|
<ClCompile Include="src\ifdatascanner.cpp" />
|
||
|
|
<ClCompile Include="src\instance.cpp" />
|
||
|
|
<ClCompile Include="src\measurement.cpp" />
|
||
|
|
<ClCompile Include="src\module.cpp" />
|
||
|
|
<ClCompile Include="src\overwrite.cpp" />
|
||
|
|
<ClCompile Include="src\recordlayout.cpp" />
|
||
|
|
<ClCompile Include="src\structure.cpp" />
|
||
|
|
<ClCompile Include="src\transformer.cpp" />
|
||
|
|
<ClCompile Include="src\unit.cpp" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Midl Include="IncSourceTestDlg.idl" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<None Include="IncSourceTestDlg.reg" />
|
||
|
|
<None Include="res\IncSourceTestDlg.rc2" />
|
||
|
|
<None Include="src\a2lflexer.l" />
|
||
|
|
<None Include="src\a2lparser.y" />
|
||
|
|
<None Include="src\a2mlflexer.l" />
|
||
|
|
<None Include="src\a2mlparser.y" />
|
||
|
|
<None Include="src\ifdataflexer.l" />
|
||
|
|
<None Include="src\ifdataparser.y" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ResourceCompile Include="IncSourceTestDlg.rc" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<Image Include="res\IncSourceTestDlg.ico" />
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
|
<ImportGroup Label="ExtensionTargets">
|
||
|
|
</ImportGroup>
|
||
|
|
</Project>
|