317 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			317 lines
		
	
	
		
			17 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_Static|Win32">
 | |
|       <Configuration>Debug_Static</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug_Static|x64">
 | |
|       <Configuration>Debug_Static</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|Win32">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|x64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release_Static|Win32">
 | |
|       <Configuration>Release_Static</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release_Static|x64">
 | |
|       <Configuration>Release_Static</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|Win32">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|x64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{1A234565-926D-49B2-83E4-D56E0C38C9F2}</ProjectGuid>
 | |
|     <RootNamespace>libconfig</RootNamespace>
 | |
|     <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>DynamicLibrary</ConfigurationType>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Static|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Static|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Static|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Static|x64'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <PropertyGroup Label="UserMacros" />
 | |
|   <PropertyGroup>
 | |
|     <_ProjectFileVersion>15.0.26919.1</_ProjectFileVersion>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <OutDir>$(SolutionDir)build\$(Platform)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)\temp\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)d</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <TargetName>$(ProjectName)d</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Platform)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)\temp\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Static|Win32'">
 | |
|     <OutDir>$(SolutionDir)build\$(Platform)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)\temp\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)ds</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <OutDir>$(SolutionDir)build\$(Platform)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)\temp\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
 | |
|     <OutDir>$(SolutionDir)build\$(Platform)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)\temp\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
 | |
|     <TargetName>$(ProjectName)s</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|x64'">
 | |
|     <TargetName>$(ProjectName)s</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Platform)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)\temp\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Static|x64'">
 | |
|     <TargetName>$(ProjectName)ds</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Platform)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)\temp\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <OutDir>$(SolutionDir)build\$(Platform)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)\temp\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>LIBCONFIG_EXPORTS;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | |
|       <CompileAs>CompileAsC</CompileAs>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <GenerateMapFile>true</GenerateMapFile>
 | |
|       <MapExports>true</MapExports>
 | |
|       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention />
 | |
|       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>WIN64;LIBCONFIG_EXPORTS;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
 | |
|       <CompileAs>CompileAsC</CompileAs>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
 | |
|       <OmitFramePointers>false</OmitFramePointers>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <GenerateMapFile>true</GenerateMapFile>
 | |
|       <MapExports>true</MapExports>
 | |
|       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention>
 | |
|       </DataExecutionPrevention>
 | |
|       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Static|Win32'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>LIBCONFIG_STATIC;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | |
|       <CompileAs>CompileAsC</CompileAs>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <OutputFile>$(OutDir)$(ProjectName)_d.dll</OutputFile>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <GenerateMapFile>true</GenerateMapFile>
 | |
|       <MapExports>true</MapExports>
 | |
|       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention>
 | |
|       </DataExecutionPrevention>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_Static|x64'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>WIN64;LIBCONFIG_STATIC;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | |
|       <CompileAs>CompileAsC</CompileAs>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
 | |
|       <OmitFramePointers>false</OmitFramePointers>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <OutputFile>$(OutDir)$(ProjectName)_d.dll</OutputFile>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <GenerateMapFile>true</GenerateMapFile>
 | |
|       <MapExports>true</MapExports>
 | |
|       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention>
 | |
|       </DataExecutionPrevention>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>LIBCONFIG_EXPORTS;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_STDLIB_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | |
|       <CompileAs>CompileAsC</CompileAs>
 | |
|       <OmitFramePointers>true</OmitFramePointers>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention />
 | |
|       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>WIN64;LIBCONFIG_EXPORTS;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_STDLIB_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
 | |
|       <CompileAs>CompileAsC</CompileAs>
 | |
|       <OmitFramePointers>true</OmitFramePointers>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention>
 | |
|       </DataExecutionPrevention>
 | |
|       <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|Win32'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>LIBCONFIG_STATIC;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_STDLIB_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | |
|       <CompileAs>CompileAsC</CompileAs>
 | |
|       <OmitFramePointers>true</OmitFramePointers>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention>
 | |
|       </DataExecutionPrevention>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_Static|x64'">
 | |
|     <ClCompile>
 | |
|       <PreprocessorDefinitions>WIN64;LIBCONFIG_STATIC;YY_NO_UNISTD_H;YY_USE_CONST;WIN32;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_STDLIB_H;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | |
|       <CompileAs>CompileAsC</CompileAs>
 | |
|       <OmitFramePointers>true</OmitFramePointers>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>Shlwapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <RandomizedBaseAddress>false</RandomizedBaseAddress>
 | |
|       <DataExecutionPrevention>
 | |
|       </DataExecutionPrevention>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="grammar.c" />
 | |
|     <ClCompile Include="libconfig.c" />
 | |
|     <ClCompile Include="scanctx.c" />
 | |
|     <ClCompile Include="scanner.c" />
 | |
|     <ClCompile Include="strbuf.c" />
 | |
|     <ClCompile Include="strvec.c" />
 | |
|     <ClCompile Include="util.c" />
 | |
|     <ClCompile Include="wincompat.c" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\ac_config.h" />
 | |
|     <ClInclude Include="grammar.h" />
 | |
|     <ClInclude Include="libconfig.h" />
 | |
|     <ClInclude Include="parsectx.h" />
 | |
|     <ClInclude Include="private.h" />
 | |
|     <ClInclude Include="scanctx.h" />
 | |
|     <ClInclude Include="scanner.h" />
 | |
|     <ClInclude Include="strbuf.h" />
 | |
|     <ClInclude Include="strvec.h" />
 | |
|     <ClInclude Include="util.h" />
 | |
|     <ClInclude Include="win32\stdint.h" />
 | |
|     <ClInclude Include="wincompat.h" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |