mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-29 05:08:32 -05:00
New project files for Visual Studio
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ext2Mgr", "Ext2Mgr.vcproj", "{F0E304B5-AF20-49F7-8183-5994C6EA889D}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{F0E304B5-AF20-49F7-8183-5994C6EA889D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F0E304B5-AF20-49F7-8183-5994C6EA889D}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F0E304B5-AF20-49F7-8183-5994C6EA889D}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F0E304B5-AF20-49F7-8183-5994C6EA889D}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -1,914 +0,0 @@
|
||||
<?xml version="1.0" encoding="gb2312"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="Ext2Mgr"
|
||||
ProjectGUID="{F0E304B5-AF20-49F7-8183-5994C6EA889D}"
|
||||
RootNamespace="Ext2Mgr"
|
||||
Keyword="MFCProj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\Debug"
|
||||
IntermediateDirectory=".\Debug"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
||||
UseOfMFC="2"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
MkTypLibCompatible="true"
|
||||
SuppressStartupBanner="true"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\Debug/Ext2Mgr.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalOptions="/I /Zm500 "
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="$(WDKINC)"
|
||||
PreprocessorDefinitions="_DEBUG;_WINDOWS;_WIN32_WINNT=0x0500;"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="stdafx.h"
|
||||
PrecompiledHeaderFile=".\Debug/Ext2Mgr.pch"
|
||||
AssemblerListingLocation=".\Debug/"
|
||||
ObjectFile=".\Debug/"
|
||||
ProgramDataBaseFileName=".\Debug/"
|
||||
BrowseInformation="1"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="_DEBUG"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="ntdll.lib setupapi.lib"
|
||||
OutputFile=".\Debug/Ext2Mgr.exe"
|
||||
LinkIncremental="2"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="$(WDKLIBX86)"
|
||||
GenerateManifest="true"
|
||||
UACExecutionLevel="2"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile=".\Debug/Ext2Mgr.pdb"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Debug/Ext2Mgr.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\Release"
|
||||
IntermediateDirectory=".\Release"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
||||
UseOfMFC="2"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
MkTypLibCompatible="true"
|
||||
SuppressStartupBanner="true"
|
||||
TargetEnvironment="1"
|
||||
TypeLibraryName=".\Release/Ext2Mgr.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="$(WDKINC)"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_WIN32_WINNT=0x0500;_CRT_SECURE_NO_WARNINGS=1;"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
PrecompiledHeaderThrough="stdafx.h"
|
||||
PrecompiledHeaderFile=".\Release/Ext2Mgr.pch"
|
||||
AssemblerListingLocation=".\Release/"
|
||||
ObjectFile=".\Release/"
|
||||
ProgramDataBaseFileName=".\Release/"
|
||||
BrowseInformation="1"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="1033"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="ntdll.lib setupapi.lib"
|
||||
OutputFile=".\Release/Ext2Mgr.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories="$(WDKLIBX86)"
|
||||
GenerateManifest="true"
|
||||
UACExecutionLevel="2"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
ProgramDatabaseFile=".\Release/Ext2Mgr.pdb"
|
||||
SubSystem="2"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile=".\Release/Ext2Mgr.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
>
|
||||
<File
|
||||
RelativePath="DelDeadLetter.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="DiskBox.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Donate.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="enumDisk.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2Attribute.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2Mgr.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2MgrDlg.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2Pipe.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="HyperLink.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="MountPoints.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="PartBox.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="PartitionType.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="PerfStatDlg.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Properties.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="SelectDrvLetter.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ServiceManage.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Splash.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="StdAfx.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
UsePrecompiledHeader="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
UsePrecompiledHeader="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="SysTray.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Toolbar.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="TreeList.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl"
|
||||
>
|
||||
<File
|
||||
RelativePath="DelDeadLetter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="DiskBox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Donate.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="enumDisk.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2Attribute.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext2fs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2Mgr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2MgrDlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="HyperLink.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="MountPoints.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ntdll.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="PartBox.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="PartitionType.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="PerfStatDlg.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Properties.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Resource.h"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Making help include file..."
|
||||
CommandLine="echo. >"hlp\$(TargetName).hm"
echo // Commands (ID_* and IDM_*) >>"hlp\$(TargetName).hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\$(TargetName).hm"
echo. >>"hlp\$(TargetName).hm"
echo // Prompts (IDP_*) >>"hlp\$(TargetName).hm"
makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\$(TargetName).hm"
echo. >>"hlp\$(TargetName).hm"
echo // Resources (IDR_*) >>"hlp\$(TargetName).hm"
makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\$(TargetName).hm"
echo. >>"hlp\$(TargetName).hm"
echo // Dialogs (IDD_*) >>"hlp\$(TargetName).hm"
makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\$(TargetName).hm"
echo. >>"hlp\$(TargetName).hm"
echo // Frame Controls (IDW_*) >>"hlp\$(TargetName).hm"
makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\$(TargetName).hm"
"
|
||||
Outputs="hlp\$(TargetName).hm"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Making help include file..."
|
||||
CommandLine="echo. >"hlp\$(TargetName).hm"
echo // Commands (ID_* and IDM_*) >>"hlp\$(TargetName).hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\$(TargetName).hm"
echo. >>"hlp\$(TargetName).hm"
echo // Prompts (IDP_*) >>"hlp\$(TargetName).hm"
makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\$(TargetName).hm"
echo. >>"hlp\$(TargetName).hm"
echo // Resources (IDR_*) >>"hlp\$(TargetName).hm"
makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\$(TargetName).hm"
echo. >>"hlp\$(TargetName).hm"
echo // Dialogs (IDD_*) >>"hlp\$(TargetName).hm"
makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\$(TargetName).hm"
echo. >>"hlp\$(TargetName).hm"
echo // Frame Controls (IDW_*) >>"hlp\$(TargetName).hm"
makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\$(TargetName).hm"
"
|
||||
Outputs="hlp\$(TargetName).hm"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="SelectDrvLetter.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ServiceManage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Splash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="StdAfx.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="SysTray.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Toolbar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="TreeList.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="types.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||
>
|
||||
<File
|
||||
RelativePath="res\about.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\abouts.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\bigmain.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\cdrom.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\disk.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\dvd.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\dynamic.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\Ext2Mgr.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2Mgr.rc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\Ext2Mgr.rc2"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Ext2Srv\Release\X86\Ext2Srv.exe"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\floppy.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\line.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\images\penguin.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\images\smallpenguin.bmp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\toolbar.bmp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Help Files"
|
||||
Filter="cnt;rtf"
|
||||
>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="ReadMe.txt"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
<Global
|
||||
Name="RESOURCE_FILE"
|
||||
Value="Ext2Mgr.rc"
|
||||
/>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
225
Ext2Mgr/Ext2Mgr.vcxproj
Normal file
225
Ext2Mgr/Ext2Mgr.vcxproj
Normal file
@@ -0,0 +1,225 @@
|
||||
<?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|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>15.0</VCProjectVersion>
|
||||
<ProjectGuid>{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}</ProjectGuid>
|
||||
<RootNamespace>Ext2Mgr</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17763.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>v141</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Dynamic</UseOfMfc>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Dynamic</UseOfMfc>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
<UseOfMfc>Dynamic</UseOfMfc>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</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'">
|
||||
<TargetName>Ext2Mgr</TargetName>
|
||||
<OutDir>$(SolutionDir)Ext2Mgr\$(Configuration)\x86\</OutDir>
|
||||
<IntDir>$(Configuration)\x86\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<TargetName>Ext2Mgr</TargetName>
|
||||
<OutDir>$(SolutionDir)Ext2Mgr\$(Configuration)\x86\</OutDir>
|
||||
<IntDir>$(Configuration)\x86\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<TargetName>Ext2Mgr</TargetName>
|
||||
<OutDir>$(SolutionDir)Ext2Mgr\$(Configuration)\x64\</OutDir>
|
||||
<IntDir>$(Configuration)\x64\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<TargetName>Ext2Mgr</TargetName>
|
||||
<OutDir>$(SolutionDir)Ext2Mgr\$(Configuration)\x64\</OutDir>
|
||||
<IntDir>$(Configuration)\x64\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4996;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<AdditionalIncludeDirectories>$(UM_IncludePath)\..\km;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<AdditionalDependencies>ntdll.lib;setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4996;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<AdditionalIncludeDirectories>$(UM_IncludePath)\..\km;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<AdditionalDependencies>ntdll.lib;setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4996;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<AdditionalIncludeDirectories>$(UM_IncludePath)\..\km;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<AdditionalDependencies>ntdll.lib;setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4996;4703;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
<AdditionalIncludeDirectories>$(UM_IncludePath)\..\km;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<SubSystem>Windows</SubSystem>
|
||||
<AdditionalDependencies>ntdll.lib;setupapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="DelDeadLetter.cpp" />
|
||||
<ClCompile Include="DiskBox.cpp" />
|
||||
<ClCompile Include="DlgView.cpp" />
|
||||
<ClCompile Include="Donate.cpp" />
|
||||
<ClCompile Include="enumDisk.cpp" />
|
||||
<ClCompile Include="Ext2Attribute.cpp" />
|
||||
<ClCompile Include="Ext2Mgr.cpp" />
|
||||
<ClCompile Include="Ext2MgrDlg.cpp" />
|
||||
<ClCompile Include="Ext2Pipe.cpp" />
|
||||
<ClCompile Include="HyperLink.cpp" />
|
||||
<ClCompile Include="MountPoints.cpp" />
|
||||
<ClCompile Include="PartBox.cpp" />
|
||||
<ClCompile Include="PartitionType.cpp" />
|
||||
<ClCompile Include="PerfStatDlg.cpp" />
|
||||
<ClCompile Include="Properties.cpp" />
|
||||
<ClCompile Include="SelectDrvLetter.cpp" />
|
||||
<ClCompile Include="ServiceManage.cpp" />
|
||||
<ClCompile Include="Splash.cpp" />
|
||||
<ClCompile Include="StdAfx.cpp" />
|
||||
<ClCompile Include="SysTray.cpp" />
|
||||
<ClCompile Include="toolbar.cpp" />
|
||||
<ClCompile Include="TreeList.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="DelDeadLetter.h" />
|
||||
<ClInclude Include="DiskBox.h" />
|
||||
<ClInclude Include="DlgView.h" />
|
||||
<ClInclude Include="Donate.h" />
|
||||
<ClInclude Include="enumDisk.h" />
|
||||
<ClInclude Include="Ext2Attribute.h" />
|
||||
<ClInclude Include="ext2fs.h" />
|
||||
<ClInclude Include="Ext2Mgr.h" />
|
||||
<ClInclude Include="Ext2MgrDlg.h" />
|
||||
<ClInclude Include="HyperLink.h" />
|
||||
<ClInclude Include="MountPoints.h" />
|
||||
<ClInclude Include="ntdll.h" />
|
||||
<ClInclude Include="PartBox.h" />
|
||||
<ClInclude Include="PartitionType.h" />
|
||||
<ClInclude Include="PerfStatDlg.h" />
|
||||
<ClInclude Include="Properties.h" />
|
||||
<ClInclude Include="resource.h" />
|
||||
<ClInclude Include="SelectDrvLetter.h" />
|
||||
<ClInclude Include="ServiceManage.h" />
|
||||
<ClInclude Include="Splash.h" />
|
||||
<ClInclude Include="StdAfx.h" />
|
||||
<ClInclude Include="SysTray.h" />
|
||||
<ClInclude Include="toolbar.h" />
|
||||
<ClInclude Include="TreeList.h" />
|
||||
<ClInclude Include="types.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Ext2Mgr.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
167
Ext2Mgr/Ext2Mgr.vcxproj.filters
Normal file
167
Ext2Mgr/Ext2Mgr.vcxproj.filters
Normal file
@@ -0,0 +1,167 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||
<Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Resource Files">
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="DelDeadLetter.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="DiskBox.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="DlgView.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Donate.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="enumDisk.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Ext2Attribute.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Ext2Mgr.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Ext2MgrDlg.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Ext2Pipe.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="HyperLink.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="MountPoints.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="PartBox.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="PartitionType.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="PerfStatDlg.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Properties.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="SelectDrvLetter.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ServiceManage.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Splash.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="StdAfx.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="SysTray.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="toolbar.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="TreeList.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="DelDeadLetter.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="DiskBox.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="DlgView.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Donate.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="enumDisk.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Ext2Attribute.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="ext2fs.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Ext2Mgr.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Ext2MgrDlg.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="HyperLink.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="MountPoints.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="ntdll.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="PartBox.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="PartitionType.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="PerfStatDlg.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Properties.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="resource.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="SelectDrvLetter.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="ServiceManage.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Splash.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="StdAfx.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="SysTray.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="toolbar.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="TreeList.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="types.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Ext2Mgr.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -1,11 +0,0 @@
|
||||
BUILD_ALLOW_COMPILER_WARNINGS=1
|
||||
BUILD_ALLOW_LINKER_WARNINGS=1
|
||||
|
||||
#
|
||||
# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source
|
||||
# file to this component. This file merely indirects to the real make file
|
||||
# that is shared by all the driver components of the Windows NT DDK
|
||||
#
|
||||
|
||||
!INCLUDE $(NTMAKEENV)\makefile.def
|
||||
|
||||
@@ -1,32 +0,0 @@
|
||||
TARGETNAME=Ext2Mgr
|
||||
TARGETPATH=obj
|
||||
TARGETTYPE=PROGRAM
|
||||
|
||||
USE_MFC=1
|
||||
|
||||
!IF $(_NT_TARGET_VERSION) > 0x500
|
||||
C_DEFINES=/DUSE_MFC6_WITH_ATL7=1,$(C_DEFINES)
|
||||
!ENDIF
|
||||
INCLUDES= .;..\Ext2Srv\;..\Ext3Fsd\include;..\Ext2Srv\Libraries; \
|
||||
$(DDK_INC_PATH);$(SDK_INC_PATH); $(MFC_INC_PATH); \
|
||||
$(MFC_INC_PATH)\..\atlmfc;$(INCLUDES)
|
||||
TARGETLIBS= $(DDK_LIB_PATH)\ntdll.lib $(DDK_LIB_PATH)\setupapi.lib \
|
||||
$(DDK_LIB_PATH)\shell32.lib $(DDK_LIB_PATH)\Comctl32.lib
|
||||
|
||||
PRECOMPILED_CXX=1
|
||||
PRECOMPILED_INCLUDE=stdafx.h
|
||||
|
||||
SXS_MANIFEST=Ext2Mgr.exe.manifest
|
||||
SXS_ASSEMBLY_NAME=Ext2Mgr
|
||||
SXS_ASSEMBLY_VERSION=1.0
|
||||
SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1
|
||||
SXS_MANIFEST_IN_RESOURCES=1
|
||||
|
||||
SOURCES= DelDeadLetter.cpp DiskBox.cpp DlgView.cpp \
|
||||
Donate.cpp enumDisk.cpp Ext2Attribute.cpp \
|
||||
Ext2Mgr.cpp Ext2MgrDlg.cpp Ext2Pipe.cpp \
|
||||
HyperLink.cpp MountPoints.cpp PartBox.cpp \
|
||||
PartitionType.cpp PerfStatDlg.cpp Properties.cpp \
|
||||
SelectDrvLetter.cpp ServiceManage.cpp Splash.cpp \
|
||||
SysTray.cpp toolbar.cpp TreeList.cpp \
|
||||
Ext2Mgr.rc
|
||||
@@ -1,2 +0,0 @@
|
||||
for /R %%a in (*.c;*.cpp;*.h;) do astyle.exe --indent=spaces=4 %%a
|
||||
for /R %%a in (*.c;*.cpp;*.h;DIRS;sources;) do dos2unix %%a
|
||||
@@ -334,7 +334,7 @@ typedef VOID (__stdcall *PFORMATEX)( PWCHAR DriveRoot,
|
||||
DWORD ClusterSize,
|
||||
PFMIFSCALLBACK Callback );
|
||||
|
||||
#include "..\ext3fsd\include\common.h"
|
||||
#include "..\ext4fsd\include\common.h"
|
||||
|
||||
/*
|
||||
* structure definitions
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ext2Srv", "Ext2Srv.vcproj", "{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SourceCodeControl) = preSolution
|
||||
SccNumberOfProjects = 1
|
||||
SccProjectUniqueName0 = Ext2Srv.vcproj
|
||||
SccProjectName0 = Ext2Srv
|
||||
SccLocalPath0 = .
|
||||
SccProvider0 = MSSCCI:Perforce\u0020P4\u0020SCM
|
||||
CanCheckoutShared = true
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
@@ -1,263 +0,0 @@
|
||||
<?xml version="1.0" encoding="gb2312"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="Ext2Srv"
|
||||
ProjectGUID="{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}"
|
||||
RootNamespace="Ext2Srv"
|
||||
SccProjectName="Ext2Srv"
|
||||
SccLocalPath="."
|
||||
SccProvider="MSSCCI:Perforce P4 SCM"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\Release\X86\"
|
||||
IntermediateDirectory=".\Release\X86\"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName="./Release\X86/Ext2Srv.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories="."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS;"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile="./Release/X86/Ext2Srv.pch"
|
||||
AssemblerListingLocation="./Release/X86/"
|
||||
ObjectFile="./Release/X86/"
|
||||
ProgramDataBaseFileName="./Release/X86/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="2052"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="WtsApi32.lib shlwapi.lib vs9cmt.lib vs9cpmt.lib"
|
||||
OutputFile="./Release/X86/Ext2Srv.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories=".\Libraries\x86\;"
|
||||
IgnoreAllDefaultLibraries="true"
|
||||
GenerateDebugInformation="false"
|
||||
ProgramDatabaseFile="./Release/X86/Ext2Srv.pdb"
|
||||
SubSystem="1"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile="./Release/X86/Ext2Srv.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TypeLibraryName="./Debug/X86/Ext2Srv.tlb"
|
||||
HeaderFileName=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
WholeProgramOptimization="false"
|
||||
AdditionalIncludeDirectories=".;"
|
||||
PreprocessorDefinitions="NDEBUG;_CONSOLE; _CRT_SECURE_NO_WARNINGS;"
|
||||
StringPooling="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="0"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile="./Debug/X86/Ext2Srv.pch"
|
||||
BrowseInformation="1"
|
||||
BrowseInformationFile="./Debug/X86/"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
PreprocessorDefinitions="NDEBUG"
|
||||
Culture="2052"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
IgnoreImportLibrary="true"
|
||||
AdditionalDependencies="WtsApi32.lib shlwapi.lib vs9cmtd.lib vs9cpmtd.lib"
|
||||
OutputFile="./Debug/X86/Ext2Srv.exe"
|
||||
LinkIncremental="1"
|
||||
SuppressStartupBanner="true"
|
||||
AdditionalLibraryDirectories=".\Libraries\x86\;"
|
||||
IgnoreAllDefaultLibraries="true"
|
||||
GenerateDebugInformation="true"
|
||||
ProgramDatabaseFile="./Debug/X86/Ext2Srv.pdb"
|
||||
SubSystem="1"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
SuppressStartupBanner="true"
|
||||
OutputFile="./Debug/X86/Ext2Srv.bsc"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<File
|
||||
RelativePath=".\Ext2Pipe.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Ext2Pipe.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2Srv.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""
|
||||
PreprocessorDefinitions=""
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext2Srv.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Ext2Srv.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Ext2Srv.rc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\Mount.cpp"
|
||||
>
|
||||
</File>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
174
Ext2Srv/Ext2Srv.vcxproj
Normal file
174
Ext2Srv/Ext2Srv.vcxproj
Normal file
@@ -0,0 +1,174 @@
|
||||
<?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|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>15.0</VCProjectVersion>
|
||||
<ProjectGuid>{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}</ProjectGuid>
|
||||
<RootNamespace>Ext2Srv</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>10.0.17763.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>v141</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
<CharacterSet>MultiByte</CharacterSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||||
<ConfigurationType>Application</ConfigurationType>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>v141</PlatformToolset>
|
||||
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||||
<CharacterSet>MultiByte</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'">
|
||||
<TargetName>Ext2Srv</TargetName>
|
||||
<OutDir>$(SolutionDir)Ext2Srv\$(Configuration)\x86\</OutDir>
|
||||
<IntDir>$(Configuration)\x86\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<TargetName>Ext2Srv</TargetName>
|
||||
<OutDir>$(SolutionDir)Ext2Srv\$(Configuration)\x86\</OutDir>
|
||||
<IntDir>$(Configuration)\x86\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<TargetName>Ext2Srv</TargetName>
|
||||
<OutDir>$(SolutionDir)Ext2Srv\$(Configuration)\x64\</OutDir>
|
||||
<IntDir>$(Configuration)\x64\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<TargetName>Ext2Srv</TargetName>
|
||||
<OutDir>$(SolutionDir)Ext2Srv\$(Configuration)\x64\</OutDir>
|
||||
<IntDir>$(Configuration)\x64\</IntDir>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalIncludeDirectories>./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>Disabled</Optimization>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalIncludeDirectories>./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalIncludeDirectories>./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<AdditionalDependencies>Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<Optimization>MaxSpeed</Optimization>
|
||||
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||||
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||||
<SDLCheck>true</SDLCheck>
|
||||
<ConformanceMode>true</ConformanceMode>
|
||||
<AdditionalIncludeDirectories>./;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<AdditionalOptions>/Zc:strictStrings- %(AdditionalOptions)</AdditionalOptions>
|
||||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||||
<OptimizeReferences>true</OptimizeReferences>
|
||||
<AdditionalDependencies>Wtsapi32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Ext2Pipe.cpp" />
|
||||
<ClCompile Include="Ext2Srv.cpp" />
|
||||
<ClCompile Include="Mount.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Ext2Pipe.h" />
|
||||
<ClInclude Include="Ext2Srv.h" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="Ext2Srv.ico" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Ext2Srv.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
46
Ext2Srv/Ext2Srv.vcxproj.filters
Normal file
46
Ext2Srv/Ext2Srv.vcxproj.filters
Normal file
@@ -0,0 +1,46 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||
<Extensions>h;hh;hpp;hxx;hm;inl;inc;ipp;xsd</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Resource Files">
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="Ext2Pipe.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Ext2Srv.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="Mount.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="Ext2Pipe.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="Ext2Srv.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Image Include="Ext2Srv.ico">
|
||||
<Filter>Resource Files</Filter>
|
||||
</Image>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Ext2Srv.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Binary file not shown.
45
Ext3Fsd.sln
45
Ext3Fsd.sln
@@ -1,45 +0,0 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 10.00
|
||||
# Visual Studio 2008
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ext3Fsd", "Ext3Fsd\ext3fsd.vcproj", "{2328F787-71B4-408B-8E10-B7A95BF9A110}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ext2Mgr", "Ext2Mgr\Ext2Mgr.vcproj", "{F0E304B5-AF20-49F7-8183-5994C6EA889D}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ext2Srv", "Ext2Srv\Ext2Srv.vcproj", "{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SourceCodeControl) = preSolution
|
||||
SccNumberOfProjects = 2
|
||||
SccProjectUniqueName0 = Ext3Fsd\\ext3fsd.vcproj
|
||||
SccProjectName0 = Ext3Fsd
|
||||
SccLocalPath0 = Ext3Fsd
|
||||
SccProvider0 = MSSCCI:Perforce\u0020P4\u0020SCM
|
||||
CanCheckoutShared = true
|
||||
SccProjectUniqueName1 = Ext2Srv\\Ext2Srv.vcproj
|
||||
SccProjectName1 = Ext2Srv
|
||||
SccLocalPath1 = Ext2Srv
|
||||
SccProvider1 = MSSCCI:Perforce\u0020P4\u0020SCM
|
||||
CanCheckoutShared = true
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Win32 = Debug|Win32
|
||||
Release|Win32 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{2328F787-71B4-408B-8E10-B7A95BF9A110}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{2328F787-71B4-408B-8E10-B7A95BF9A110}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{2328F787-71B4-408B-8E10-B7A95BF9A110}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{2328F787-71B4-408B-8E10-B7A95BF9A110}.Release|Win32.Build.0 = Release|Win32
|
||||
{F0E304B5-AF20-49F7-8183-5994C6EA889D}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F0E304B5-AF20-49F7-8183-5994C6EA889D}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F0E304B5-AF20-49F7-8183-5994C6EA889D}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F0E304B5-AF20-49F7-8183-5994C6EA889D}.Release|Win32.Build.0 = Release|Win32
|
||||
{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{A18F670C-DA85-43F6-8620-99A2DD8CEF1A}.Release|Win32.Build.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
82
Ext4Fsd.sln
Normal file
82
Ext4Fsd.sln
Normal file
@@ -0,0 +1,82 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.28307.421
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ext2Mgr", "Ext2Mgr\Ext2Mgr.vcxproj", "{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20} = {6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ext2Srv", "Ext2Srv\Ext2Srv.vcxproj", "{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Ext4Fsd", "Ext4Fsd\Ext4Fsd.vcxproj", "{E98007B5-02C6-4C8F-BB89-E0D530991559}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|ARM = Debug|ARM
|
||||
Debug|ARM64 = Debug|ARM64
|
||||
Debug|x64 = Debug|x64
|
||||
Debug|x86 = Debug|x86
|
||||
Release|ARM = Release|ARM
|
||||
Release|ARM64 = Release|ARM64
|
||||
Release|x64 = Release|x64
|
||||
Release|x86 = Release|x86
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Debug|ARM.ActiveCfg = Debug|Win32
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Debug|ARM64.ActiveCfg = Debug|Win32
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Debug|x64.Build.0 = Debug|x64
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Debug|x86.Build.0 = Debug|Win32
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Release|ARM.ActiveCfg = Release|Win32
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Release|ARM64.ActiveCfg = Release|Win32
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Release|x64.ActiveCfg = Release|x64
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Release|x64.Build.0 = Release|x64
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Release|x86.ActiveCfg = Release|Win32
|
||||
{E1AF85D7-0179-4CF0-B0D1-21AE72B6DC2E}.Release|x86.Build.0 = Release|Win32
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Debug|ARM.ActiveCfg = Debug|Win32
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Debug|ARM64.ActiveCfg = Debug|Win32
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Debug|x64.Build.0 = Debug|x64
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Debug|x86.Build.0 = Debug|Win32
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Release|ARM.ActiveCfg = Release|Win32
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Release|ARM64.ActiveCfg = Release|Win32
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Release|x64.ActiveCfg = Release|x64
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Release|x64.Build.0 = Release|x64
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Release|x86.ActiveCfg = Release|Win32
|
||||
{6A5A0B13-7E05-4CA9-9A2B-FADF76DBAC20}.Release|x86.Build.0 = Release|Win32
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|ARM.ActiveCfg = Debug|ARM
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|ARM.Build.0 = Debug|ARM
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|ARM.Deploy.0 = Debug|ARM
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|ARM64.ActiveCfg = Debug|ARM64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|ARM64.Build.0 = Debug|ARM64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|ARM64.Deploy.0 = Debug|ARM64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|x64.Build.0 = Debug|x64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|x64.Deploy.0 = Debug|x64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|x86.ActiveCfg = Debug|Win32
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|x86.Build.0 = Debug|Win32
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Debug|x86.Deploy.0 = Debug|Win32
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|ARM.ActiveCfg = Release|ARM
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|ARM.Build.0 = Release|ARM
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|ARM.Deploy.0 = Release|ARM
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|ARM64.ActiveCfg = Release|ARM64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|ARM64.Build.0 = Release|ARM64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|ARM64.Deploy.0 = Release|ARM64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|x64.ActiveCfg = Release|x64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|x64.Build.0 = Release|x64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|x64.Deploy.0 = Release|x64
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|x86.ActiveCfg = Release|Win32
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|x86.Build.0 = Release|Win32
|
||||
{E98007B5-02C6-4C8F-BB89-E0D530991559}.Release|x86.Deploy.0 = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||
SolutionGuid = {8457A620-F40D-45A4-8FE0-1174D4E299ED}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
285
Ext4Fsd/Ext4Fsd.vcxproj
Normal file
285
Ext4Fsd/Ext4Fsd.vcxproj
Normal file
@@ -0,0 +1,285 @@
|
||||
<?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>
|
||||
<ProjectConfiguration Include="Debug|ARM">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|ARM">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>ARM</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Debug|ARM64">
|
||||
<Configuration>Debug</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
<ProjectConfiguration Include="Release|ARM64">
|
||||
<Configuration>Release</Configuration>
|
||||
<Platform>ARM64</Platform>
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Label="Globals">
|
||||
<ProjectGuid>{E98007B5-02C6-4C8F-BB89-E0D530991559}</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>Ext4Fsd</RootNamespace>
|
||||
<WindowsTargetPlatformVersion>$(LatestTargetPlatformVersion)</WindowsTargetPlatformVersion>
|
||||
</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>
|
||||
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
||||
</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>
|
||||
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
||||
</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>
|
||||
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
||||
</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>
|
||||
<ALLOW_DATE_TIME>1</ALLOW_DATE_TIME>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
||||
<TargetVersion>Windows10</TargetVersion>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
||||
<ConfigurationType>Driver</ConfigurationType>
|
||||
<DriverType>WDM</DriverType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
||||
<TargetVersion>Windows10</TargetVersion>
|
||||
<UseDebugLibraries>false</UseDebugLibraries>
|
||||
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
||||
<ConfigurationType>Driver</ConfigurationType>
|
||||
<DriverType>WDM</DriverType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration">
|
||||
<TargetVersion>Windows10</TargetVersion>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
|
||||
<ConfigurationType>Driver</ConfigurationType>
|
||||
<DriverType>WDM</DriverType>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" 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)Ext4Fsd\$(ConfigurationName)\x86\</OutDir>
|
||||
<IntDir>$(ConfigurationName)\x86\</IntDir>
|
||||
<TargetName>Ext4Fsd</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
||||
<OutDir>$(SolutionDir)Ext4Fsd\$(ConfigurationName)\x86\</OutDir>
|
||||
<IntDir>$(ConfigurationName)\x86\</IntDir>
|
||||
<TargetName>Ext4Fsd</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
||||
<OutDir>$(SolutionDir)Ext4Fsd\$(ConfigurationName)\x64\</OutDir>
|
||||
<IntDir>$(ConfigurationName)\x64\</IntDir>
|
||||
<TargetName>Ext4Fsd</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
||||
<OutDir>$(SolutionDir)Ext4Fsd\$(ConfigurationName)\x64\</OutDir>
|
||||
<IntDir>$(ConfigurationName)\x64\</IntDir>
|
||||
<TargetName>Ext4Fsd</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
||||
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
||||
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'">
|
||||
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
|
||||
<DebuggerFlavor>DbgengKernelDebugger</DebuggerFlavor>
|
||||
</PropertyGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>.\include;.\include\linux;.\include\asm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>__KERNEL__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4995;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>.\include;.\include\linux;.\include\asm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>__KERNEL__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4995;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
<Link>
|
||||
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
|
||||
</Link>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>.\include;.\include\linux;.\include\asm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>__KERNEL__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4995;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||
<ClCompile>
|
||||
<AdditionalIncludeDirectories>.\include;.\include\linux;.\include\asm;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||||
<WarningLevel>Level3</WarningLevel>
|
||||
<PreprocessorDefinitions>__KERNEL__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||||
<DisableSpecificWarnings>4995;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||||
</ClCompile>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<FilesToPackage Include="$(TargetPath)" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="access.c" />
|
||||
<ClCompile Include="block.c" />
|
||||
<ClCompile Include="cleanup.c" />
|
||||
<ClCompile Include="close.c" />
|
||||
<ClCompile Include="cmcb.c" />
|
||||
<ClCompile Include="create.c" />
|
||||
<ClCompile Include="debug.c" />
|
||||
<ClCompile Include="devctl.c" />
|
||||
<ClCompile Include="dirctl.c" />
|
||||
<ClCompile Include="dispatch.c" />
|
||||
<ClCompile Include="ea.c" />
|
||||
<ClCompile Include="except.c" />
|
||||
<ClCompile Include="ext3\generic.c" />
|
||||
<ClCompile Include="ext3\htree.c" />
|
||||
<ClCompile Include="ext3\indirect.c" />
|
||||
<ClCompile Include="ext3\recover.c" />
|
||||
<ClCompile Include="ext4\ext4_bh.c" />
|
||||
<ClCompile Include="ext4\ext4_extents.c" />
|
||||
<ClCompile Include="ext4\ext4_jbd2.c" />
|
||||
<ClCompile Include="ext4\ext4_xattr.c" />
|
||||
<ClCompile Include="ext4\extents.c" />
|
||||
<ClCompile Include="fastio.c" />
|
||||
<ClCompile Include="fileinfo.c" />
|
||||
<ClCompile Include="flush.c" />
|
||||
<ClCompile Include="fsctl.c" />
|
||||
<ClCompile Include="init.c" />
|
||||
<ClCompile Include="jbd\recovery.c" />
|
||||
<ClCompile Include="jbd\replay.c" />
|
||||
<ClCompile Include="jbd\revoke.c" />
|
||||
<ClCompile Include="linux.c" />
|
||||
<ClCompile Include="lock.c" />
|
||||
<ClCompile Include="memory.c" />
|
||||
<ClCompile Include="misc.c" />
|
||||
<ClCompile Include="nls.c" />
|
||||
<ClCompile Include="nls\nls_ascii.c" />
|
||||
<ClCompile Include="nls\nls_base.c" />
|
||||
<ClCompile Include="nls\nls_cp1250.c" />
|
||||
<ClCompile Include="nls\nls_cp1251.c" />
|
||||
<ClCompile Include="nls\nls_cp1255.c" />
|
||||
<ClCompile Include="nls\nls_cp437.c" />
|
||||
<ClCompile Include="nls\nls_cp737.c" />
|
||||
<ClCompile Include="nls\nls_cp775.c" />
|
||||
<ClCompile Include="nls\nls_cp850.c" />
|
||||
<ClCompile Include="nls\nls_cp852.c" />
|
||||
<ClCompile Include="nls\nls_cp855.c" />
|
||||
<ClCompile Include="nls\nls_cp857.c" />
|
||||
<ClCompile Include="nls\nls_cp860.c" />
|
||||
<ClCompile Include="nls\nls_cp861.c" />
|
||||
<ClCompile Include="nls\nls_cp862.c" />
|
||||
<ClCompile Include="nls\nls_cp863.c" />
|
||||
<ClCompile Include="nls\nls_cp864.c" />
|
||||
<ClCompile Include="nls\nls_cp865.c" />
|
||||
<ClCompile Include="nls\nls_cp866.c" />
|
||||
<ClCompile Include="nls\nls_cp869.c" />
|
||||
<ClCompile Include="nls\nls_cp874.c" />
|
||||
<ClCompile Include="nls\nls_cp932.c" />
|
||||
<ClCompile Include="nls\nls_cp936.c" />
|
||||
<ClCompile Include="nls\nls_cp949.c" />
|
||||
<ClCompile Include="nls\nls_cp950.c" />
|
||||
<ClCompile Include="nls\nls_euc-jp.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-1.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-13.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-14.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-15.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-2.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-3.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-4.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-5.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-6.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-7.c" />
|
||||
<ClCompile Include="nls\nls_iso8859-9.c" />
|
||||
<ClCompile Include="nls\nls_koi8-r.c" />
|
||||
<ClCompile Include="nls\nls_koi8-ru.c" />
|
||||
<ClCompile Include="nls\nls_koi8-u.c" />
|
||||
<ClCompile Include="nls\nls_utf8.c" />
|
||||
<ClCompile Include="pnp.c" />
|
||||
<ClCompile Include="rbtree.c" />
|
||||
<ClCompile Include="read.c" />
|
||||
<ClCompile Include="shutdown.c" />
|
||||
<ClCompile Include="volinfo.c" />
|
||||
<ClCompile Include="write.c" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Ext3fsd.rc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="include\ext2fs.h" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
288
Ext4Fsd/Ext4Fsd.vcxproj.filters
Normal file
288
Ext4Fsd/Ext4Fsd.vcxproj.filters
Normal file
@@ -0,0 +1,288 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<ItemGroup>
|
||||
<Filter Include="Source Files">
|
||||
<UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
|
||||
<Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Header Files">
|
||||
<UniqueIdentifier>{93995380-89BD-4b04-88EB-625FBE52EBFB}</UniqueIdentifier>
|
||||
<Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Resource Files">
|
||||
<UniqueIdentifier>{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}</UniqueIdentifier>
|
||||
<Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Driver Files">
|
||||
<UniqueIdentifier>{8E41214B-6785-4CFE-B992-037D68949A14}</UniqueIdentifier>
|
||||
<Extensions>inf;inv;inx;mof;mc;</Extensions>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\ext3">
|
||||
<UniqueIdentifier>{13adb2ad-f681-4c9e-a21e-0fd46bbef319}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\ext4">
|
||||
<UniqueIdentifier>{9ab142d9-f11c-4d93-b92a-0df6595d2e24}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\jbd">
|
||||
<UniqueIdentifier>{3e51e838-e180-44c1-ae2d-53cf5297396b}</UniqueIdentifier>
|
||||
</Filter>
|
||||
<Filter Include="Source Files\nls">
|
||||
<UniqueIdentifier>{94a9d102-6815-4f19-9b62-763fe5d482ca}</UniqueIdentifier>
|
||||
</Filter>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="access.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="block.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="cleanup.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="close.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="cmcb.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="create.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="debug.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="devctl.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="dirctl.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="dispatch.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ea.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="except.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="fastio.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="fileinfo.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="flush.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="fsctl.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="init.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="linux.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="lock.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="memory.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="misc.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="pnp.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="rbtree.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="read.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="shutdown.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="volinfo.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="write.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext3\generic.c">
|
||||
<Filter>Source Files\ext3</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext3\htree.c">
|
||||
<Filter>Source Files\ext3</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext3\indirect.c">
|
||||
<Filter>Source Files\ext3</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext3\recover.c">
|
||||
<Filter>Source Files\ext3</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext4\ext4_bh.c">
|
||||
<Filter>Source Files\ext4</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext4\ext4_extents.c">
|
||||
<Filter>Source Files\ext4</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext4\ext4_jbd2.c">
|
||||
<Filter>Source Files\ext4</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext4\ext4_xattr.c">
|
||||
<Filter>Source Files\ext4</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="ext4\extents.c">
|
||||
<Filter>Source Files\ext4</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="jbd\recovery.c">
|
||||
<Filter>Source Files\jbd</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="jbd\replay.c">
|
||||
<Filter>Source Files\jbd</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="jbd\revoke.c">
|
||||
<Filter>Source Files\jbd</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_ascii.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_base.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp437.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp737.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp775.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp850.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp852.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp855.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp857.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp860.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp861.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp862.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp863.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp864.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp865.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp866.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp869.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp874.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp932.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp936.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp949.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp950.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp1250.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp1251.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_cp1255.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_euc-jp.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-1.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-2.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-3.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-4.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-5.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-6.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-7.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-9.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-13.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-14.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_iso8859-15.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_koi8-r.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_koi8-ru.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_koi8-u.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="nls\nls_utf8.c">
|
||||
<Filter>Source Files\nls</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="Ext3fsd.rc">
|
||||
<Filter>Resource Files</Filter>
|
||||
</ResourceCompile>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="include\ext2fs.h">
|
||||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
1268
Ext4Fsd/ddkbuild.bat
1268
Ext4Fsd/ddkbuild.bat
File diff suppressed because it is too large
Load Diff
@@ -2587,7 +2587,7 @@ Ext2NtStatusToString ( IN NTSTATUS Status )
|
||||
|
||||
VOID
|
||||
Ext2TraceMcb(PCHAR fn, USHORT lc, USHORT add, PEXT2_MCB Mcb) {
|
||||
int i;
|
||||
size_t i;
|
||||
CHAR _space[33];
|
||||
|
||||
_snprintf(&_space[0], 32, "%s:%d:", fn, lc);
|
||||
|
||||
@@ -1,693 +0,0 @@
|
||||
<?xml version="1.0" encoding="gb2312"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="Ext3Fsd"
|
||||
ProjectGUID="{2328F787-71B4-408B-8E10-B7A95BF9A110}"
|
||||
SccProjectName="Ext3Fsd"
|
||||
SccLocalPath="."
|
||||
SccProvider="MSSCCI:Perforce P4 SCM"
|
||||
Keyword="MakeFileProj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory=".\chk"
|
||||
IntermediateDirectory=".\chk"
|
||||
ConfigurationType="0"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine=".\DDKBuild.bat -W7XP chk ."
|
||||
ReBuildCommandLine=".\DDKBuild.bat -W7XP chk . -ceZ"
|
||||
CleanCommandLine=""
|
||||
Output="Ext2Fsd.sys"
|
||||
PreprocessorDefinitions=""
|
||||
IncludeSearchPath=""
|
||||
ForcedIncludes=""
|
||||
AssemblySearchPath=""
|
||||
ForcedUsingAssemblies=""
|
||||
CompileAsManaged=""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory=".\fre"
|
||||
IntermediateDirectory=".\fre"
|
||||
ConfigurationType="0"
|
||||
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
|
||||
UseOfMFC="0"
|
||||
ATLMinimizesCRunTimeLibraryUsage="false"
|
||||
>
|
||||
<Tool
|
||||
Name="VCNMakeTool"
|
||||
BuildCommandLine=".\DDKBuild.bat -W7XP fre ."
|
||||
ReBuildCommandLine=".\DDKBuild.bat -W7XP fre . -cZ"
|
||||
CleanCommandLine=""
|
||||
Output="Ext3Fsd.sys"
|
||||
PreprocessorDefinitions=""
|
||||
IncludeSearchPath=""
|
||||
ForcedIncludes=""
|
||||
AssemblySearchPath=""
|
||||
ForcedUsingAssemblies=""
|
||||
CompileAsManaged=""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
<References>
|
||||
</References>
|
||||
<Files>
|
||||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
>
|
||||
<File
|
||||
RelativePath="access.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="block.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="cleanup.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="close.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="cmcb.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="create.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="debug.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="devctl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="dirctl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="dispatch.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="except.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="fastio.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="fileinfo.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="flush.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="fsctl.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="init.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="linux.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="lock.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="memory.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="misc.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="pnp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="rbtree.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="read.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="shutdown.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="volinfo.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="write.c"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="nls"
|
||||
>
|
||||
<File
|
||||
RelativePath="nls\MAKEFILE"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_ascii.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_base.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp1250.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp1251.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp1255.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp437.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp737.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp775.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp850.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp852.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp855.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp857.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp860.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp861.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp862.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp863.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp864.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp865.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp866.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp869.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp874.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp932.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp936.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp949.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_cp950.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_euc-jp.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-1.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-13.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-14.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-15.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-3.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-4.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-5.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-6.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-7.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_iso8859-9.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_koi8-r.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_koi8-ru.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_koi8-u.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\nls_utf8.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="nls\sources"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="ext3"
|
||||
>
|
||||
<File
|
||||
RelativePath="ext3\generic.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext3\htree.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext3\indirect.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext3\MAKEFILE"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext3\recover.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext3\sources"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="ext4"
|
||||
>
|
||||
<File
|
||||
RelativePath="ext4\ext4_bh.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext4\ext4_extents.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext4\ext4_jbd2.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext4\extents.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext4\MAKEFILE"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ext4\Sources"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="jbd"
|
||||
>
|
||||
<File
|
||||
RelativePath="jbd\recovery.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="jbd\replay.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="jbd\revoke.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl"
|
||||
>
|
||||
<File
|
||||
RelativePath="include\common.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\ext2fs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\ntifs.gnu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\resource.h"
|
||||
>
|
||||
</File>
|
||||
<Filter
|
||||
Name="Linux"
|
||||
>
|
||||
<File
|
||||
RelativePath="include\linux\atomic.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\bit_spinlock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\bitops.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\buffer_head.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\config.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\debugfs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\errno.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\Ext2_fs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\ext3_fs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\ext3_fs_i.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\ext3_fs_sb.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\ext3_jbd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\ext4_ext.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\freezer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\fs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\group.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\highmem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\init.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\jbd.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\journal-head.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\kernel.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\kthread.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\list.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\lockdep.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\log2.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\magic.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\mm.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\module.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\mutex.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\nls.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\pagemap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\poison.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\proc_fs.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\rbtree.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\sched.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\slab.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\spinlock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\stddef.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\string.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\time.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\timer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\types.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\linux\version.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="asm"
|
||||
>
|
||||
<File
|
||||
RelativePath="include\asm\page.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\asm\semaphore.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="include\asm\uaccess.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
||||
>
|
||||
<File
|
||||
RelativePath="DIRS"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="Ext3Fsd.rc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sys\MAKEFILE"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="sys\sources"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Douments"
|
||||
>
|
||||
<File
|
||||
RelativePath="COPYRIGHT.TXT"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="FAQ.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="notes.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="readme.txt"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="TODO.txt"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
/* STRUCTS & CONSTS******************************************************/
|
||||
|
||||
#define EXT2FSD_VERSION "0.69"
|
||||
#define EXT2FSD_VERSION "0.70"
|
||||
|
||||
|
||||
/* WDK DEFINITIONS ******************************************************/
|
||||
@@ -2527,6 +2527,9 @@ Ext2TruncateIndirect(
|
||||
// linux.c: linux lib implemenation
|
||||
//
|
||||
|
||||
int strncmp(const char* str1, const char* str2, size_t count);
|
||||
char* strncpy(char* dest, const char* src, size_t count);
|
||||
|
||||
int
|
||||
ext2_init_linux();
|
||||
|
||||
|
||||
@@ -141,4 +141,6 @@
|
||||
#define EBADTYPE 527 /* Type not supported by server */
|
||||
#define EJUKEBOX 528 /* Request initiated, but will not complete before timeout */
|
||||
|
||||
#define ENAMETOOLONG 1024;
|
||||
|
||||
#endif
|
||||
|
||||
@@ -1019,6 +1019,8 @@ struct mmp_struct {
|
||||
#define XATTR_NO_CTIME 0x80
|
||||
#endif
|
||||
|
||||
int _strnicmp(const char* str1, const char* str2, size_t count);
|
||||
|
||||
/*
|
||||
* NOTE! unlike strncmp, ext3_match returns 1 for success, 0 for failure.
|
||||
*
|
||||
|
||||
@@ -923,7 +923,6 @@ static inline handle_t *journal_current_handle(void)
|
||||
{
|
||||
return NULL;
|
||||
/* return current->journal_info; */
|
||||
#pragma message("WARNINGS: journal_current_handle NOT implemented")
|
||||
}
|
||||
|
||||
/* The journaling code user interface:
|
||||
|
||||
2065
Ext4Fsd/linux.c
2065
Ext4Fsd/linux.c
File diff suppressed because it is too large
Load Diff
@@ -436,8 +436,8 @@ NTSTATUS Ext2WinntError(int rc)
|
||||
case -EBUSY:
|
||||
return STATUS_DEVICE_BUSY;
|
||||
|
||||
case -ENOSYS:
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
/* case -ENOSYS:
|
||||
return STATUS_NOT_IMPLEMENTED;*/
|
||||
|
||||
case -ENOSPC:
|
||||
return STATUS_DISK_FULL;
|
||||
@@ -445,8 +445,8 @@ NTSTATUS Ext2WinntError(int rc)
|
||||
case -EOPNOTSUPP:
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
|
||||
case -EDEADLK:
|
||||
return STATUS_POSSIBLE_DEADLOCK;
|
||||
/* case -EDEADLK:
|
||||
return STATUS_POSSIBLE_DEADLOCK;*/
|
||||
|
||||
case -EEXIST:
|
||||
return STATUS_OBJECT_NAME_COLLISION;
|
||||
@@ -460,8 +460,8 @@ NTSTATUS Ext2WinntError(int rc)
|
||||
case -EISDIR:
|
||||
return STATUS_FILE_IS_A_DIRECTORY;
|
||||
|
||||
case -ENOTEMPTY:
|
||||
return STATUS_DIRECTORY_NOT_EMPTY;
|
||||
/* case -ENOTEMPTY:
|
||||
return STATUS_DIRECTORY_NOT_EMPTY;*/
|
||||
|
||||
case -ENODEV:
|
||||
return STATUS_NO_SUCH_DEVICE;
|
||||
|
||||
Reference in New Issue
Block a user