mirror of
				https://github.com/winfsp/winfsp.git
				synced 2025-10-31 03:58:38 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			180 lines
		
	
	
		
			9.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			180 lines
		
	
	
		
			9.2 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="12.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>
 | |
|     <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>{C85C26BA-8C22-4D30-83DA-46C3548E6332}</ProjectGuid>
 | |
|     <TemplateGuid>{dd38f7fc-d7bd-488b-9242-7d8754cde80d}</TemplateGuid>
 | |
|     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
 | |
|     <MinimumVisualStudioVersion>12.0</MinimumVisualStudioVersion>
 | |
|     <Configuration>Debug</Configuration>
 | |
|     <Platform Condition="'$(Platform)' == ''">Win32</Platform>
 | |
|     <RootNamespace>winfsp</RootNamespace>
 | |
|     <WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
 | |
|     <ProjectName>winfsp.sys</ProjectName>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | |
|     <TargetVersion>Windows10</TargetVersion>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 | |
|     <ConfigurationType>Driver</ConfigurationType>
 | |
|     <DriverType>WDM</DriverType>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | |
|     <TargetVersion>Windows10</TargetVersion>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 | |
|     <ConfigurationType>Driver</ConfigurationType>
 | |
|     <DriverType>WDM</DriverType>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <TargetVersion>Windows10</TargetVersion>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 | |
|     <ConfigurationType>Driver</ConfigurationType>
 | |
|     <DriverType>WDM</DriverType>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <TargetVersion>Windows10</TargetVersion>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
 | |
|     <ConfigurationType>Driver</ConfigurationType>
 | |
|     <DriverType>WDM</DriverType>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup 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 />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(PlatformTarget)\</IntDir>
 | |
|     <TargetName>$(SolutionName)-$(PlatformTarget)</TargetName>
 | |
|     <EnableInf2cat>false</EnableInf2cat>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(PlatformTarget)\</IntDir>
 | |
|     <TargetName>$(SolutionName)-$(PlatformTarget)</TargetName>
 | |
|     <EnableInf2cat>false</EnableInf2cat>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(PlatformTarget)\</IntDir>
 | |
|     <TargetName>$(SolutionName)-$(PlatformTarget)</TargetName>
 | |
|     <EnableInf2cat>false</EnableInf2cat>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
 | |
|     <OutDir>$(SolutionDir)build\$(Configuration)\</OutDir>
 | |
|     <IntDir>$(SolutionDir)build\$(ProjectName).build\$(Configuration)\$(PlatformTarget)\</IntDir>
 | |
|     <TargetName>$(SolutionName)-$(PlatformTarget)</TargetName>
 | |
|     <EnableInf2cat>false</EnableInf2cat>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <ClCompile>
 | |
|       <AdditionalIncludeDirectories>..\..\src;..\..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions> _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>wdmsec.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <GenerateMapFile>true</GenerateMapFile>
 | |
|       <ProgramDatabaseFile>$(OutDir)$(TargetFileName).pdb</ProgramDatabaseFile>
 | |
|       <MapFileName>$(OutDir)$(TargetFileName).map</MapFileName>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <ClCompile>
 | |
|       <AdditionalIncludeDirectories>..\..\src;..\..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions> _X86_=1;i386=1;STD_CALL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>wdmsec.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <GenerateMapFile>true</GenerateMapFile>
 | |
|       <ProgramDatabaseFile>$(OutDir)$(TargetFileName).pdb</ProgramDatabaseFile>
 | |
|       <MapFileName>$(OutDir)$(TargetFileName).map</MapFileName>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <AdditionalIncludeDirectories>..\..\src;..\..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions> _WIN64;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>wdmsec.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <GenerateMapFile>true</GenerateMapFile>
 | |
|       <ProgramDatabaseFile>$(OutDir)$(TargetFileName).pdb</ProgramDatabaseFile>
 | |
|       <MapFileName>$(OutDir)$(TargetFileName).map</MapFileName>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <ClCompile>
 | |
|       <AdditionalIncludeDirectories>..\..\src;..\..\inc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | |
|       <PreprocessorDefinitions> _WIN64;_AMD64_;AMD64;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <AdditionalDependencies>wdmsec.lib;%(AdditionalDependencies)</AdditionalDependencies>
 | |
|       <GenerateMapFile>true</GenerateMapFile>
 | |
|       <ProgramDatabaseFile>$(OutDir)$(TargetFileName).pdb</ProgramDatabaseFile>
 | |
|       <MapFileName>$(OutDir)$(TargetFileName).map</MapFileName>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <FilesToPackage Include="$(TargetPath)" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\..\src\sys\cleanup.c" />
 | |
|     <ClCompile Include="..\..\src\sys\close.c" />
 | |
|     <ClCompile Include="..\..\src\sys\create.c" />
 | |
|     <ClCompile Include="..\..\src\sys\debug.c" />
 | |
|     <ClCompile Include="..\..\src\sys\devctl.c" />
 | |
|     <ClCompile Include="..\..\src\sys\device.c" />
 | |
|     <ClCompile Include="..\..\src\sys\dirctl.c" />
 | |
|     <ClCompile Include="..\..\src\sys\driver.c" />
 | |
|     <ClCompile Include="..\..\src\sys\ea.c" />
 | |
|     <ClCompile Include="..\..\src\sys\fastio.c" />
 | |
|     <ClCompile Include="..\..\src\sys\fileinfo.c" />
 | |
|     <ClCompile Include="..\..\src\sys\flush.c" />
 | |
|     <ClCompile Include="..\..\src\sys\fsctl.c" />
 | |
|     <ClCompile Include="..\..\src\sys\iop.c" />
 | |
|     <ClCompile Include="..\..\src\sys\ioq.c" />
 | |
|     <ClCompile Include="..\..\src\sys\lockctl.c" />
 | |
|     <ClCompile Include="..\..\src\sys\read.c" />
 | |
|     <ClCompile Include="..\..\src\sys\security.c" />
 | |
|     <ClCompile Include="..\..\src\sys\shutdown.c" />
 | |
|     <ClCompile Include="..\..\src\sys\util.c" />
 | |
|     <ClCompile Include="..\..\src\sys\volinfo.c" />
 | |
|     <ClCompile Include="..\..\src\sys\volume.c" />
 | |
|     <ClCompile Include="..\..\src\sys\write.c" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\..\inc\winfsp\fsctl.h" />
 | |
|     <ClInclude Include="..\..\src\sys\driver.h" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |