mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-30 19:48:38 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			310 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			310 lines
		
	
	
		
			18 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.common.props))/build.common.props" />
 | |
|   <ItemGroup Label="ProjectConfigurations">
 | |
|     <ProjectConfiguration Include="Debug|ARM64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>ARM64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Debug|Win32">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|ARM64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>ARM64</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>{262DF8CC-E7A8-4460-A22C-683CBA322C32}</ProjectGuid>
 | |
|     <Keyword>Win32Proj</Keyword>
 | |
|     <RootNamespace>winfsptests</RootNamespace>
 | |
|     <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
 | |
|     <WholeProgramOptimization>true</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
 | |
|     <ConfigurationType>Application</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>$(DefaultPlatformToolset)</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 Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="PropertySheets">
 | |
|     <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>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" 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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <TargetName>$(ProjectName)-$(MyProductFileArch)</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(MyProductFileArch)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <TargetName>$(ProjectName)-$(MyProductFileArch)</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(MyProductFileArch)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <TargetName>$(ProjectName)-$(MyProductFileArch)</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(MyProductFileArch)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <TargetName>$(ProjectName)-$(MyProductFileArch)</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(MyProductFileArch)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <TargetName>$(ProjectName)-$(MyProductFileArch)</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(MyProductFileArch)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <TargetName>$(ProjectName)-$(MyProductFileArch)</TargetName>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(MyProductFileArch)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>__func__=__FUNCTION__;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <AdditionalIncludeDirectories>..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext</AdditionalIncludeDirectories>
 | |
|       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <AdditionalDependencies>ntdll.lib;netapi32.lib;dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>__func__=__FUNCTION__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <AdditionalIncludeDirectories>..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext</AdditionalIncludeDirectories>
 | |
|       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <AdditionalDependencies>ntdll.lib;netapi32.lib;dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>__func__=__FUNCTION__;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <AdditionalIncludeDirectories>..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext</AdditionalIncludeDirectories>
 | |
|       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <AdditionalDependencies>ntdll.lib;netapi32.lib;dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <FunctionLevelLinking>true</FunctionLevelLinking>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>__func__=__FUNCTION__;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <AdditionalIncludeDirectories>..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext</AdditionalIncludeDirectories>
 | |
|       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <AdditionalDependencies>ntdll.lib;netapi32.lib;dbghelp.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>__func__=__FUNCTION__;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <AdditionalIncludeDirectories>..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext</AdditionalIncludeDirectories>
 | |
|       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <AdditionalDependencies>ntdll.lib;netapi32.lib;dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
 | |
|     <ClCompile>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <PrecompiledHeader>
 | |
|       </PrecompiledHeader>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <FunctionLevelLinking>true</FunctionLevelLinking>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>__func__=__FUNCTION__;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <AdditionalIncludeDirectories>..\..\..\tst\memfs;..\..\..\src;..\..\..\inc;..\..\..\ext</AdditionalIncludeDirectories>
 | |
|       <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <AdditionalDependencies>ntdll.lib;netapi32.lib;dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\..\..\ext\tlib\testsuite.c">
 | |
|       <SDLCheck Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</SDLCheck>
 | |
|       <SDLCheck Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</SDLCheck>
 | |
|       <SDLCheck Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</SDLCheck>
 | |
|       <SDLCheck Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">false</SDLCheck>
 | |
|       <SDLCheck Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</SDLCheck>
 | |
|       <SDLCheck Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">false</SDLCheck>
 | |
|       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">TurnOffAllWarnings</WarningLevel>
 | |
|       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">TurnOffAllWarnings</WarningLevel>
 | |
|       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">TurnOffAllWarnings</WarningLevel>
 | |
|       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">TurnOffAllWarnings</WarningLevel>
 | |
|       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|x64'">TurnOffAllWarnings</WarningLevel>
 | |
|       <WarningLevel Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">TurnOffAllWarnings</WarningLevel>
 | |
|     </ClCompile>
 | |
|     <ClCompile Include="..\..\..\tst\memfs\memfs.cpp" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\create-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\devctl-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\dirbuf-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\dirctl-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\ea-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\eventlog-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\exec-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\flush-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\fuse-opt-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\fuse-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\hooks.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\info-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\launch-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\launcher-ptrans-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\lock-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\memfs-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\mount-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\notify-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\oplock-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\path-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\posix-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\rdwr-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\reparse-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\resilient.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\security-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\stream-tests.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\timeout-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\loadun-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\uuid5-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\version-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\volpath-test.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\winfsp-tests.c" />
 | |
|     <ClCompile Include="..\..\..\tst\winfsp-tests\wsl-test.c" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\..\..\ext\tlib\testsuite.h" />
 | |
|     <ClInclude Include="..\..\..\tst\memfs\memfs.h" />
 | |
|     <ClInclude Include="..\..\..\tst\winfsp-tests\winfsp-tests.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\winfsp_dll.vcxproj">
 | |
|       <Project>{4a7c0b21-9e10-4c81-92de-1493efcf24eb}</Project>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ResourceCompile Include="..\..\..\tst\winfsp-tests\helper\winfsp-tests-helper.rc" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |