1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{2F38A7A9-D810-451B-BB19-273770AF4D25}</ProjectGuid >
23
+ <Keyword >Win32Proj</Keyword >
24
+ <RootNamespace >NTFSParser</RootNamespace >
25
+ </PropertyGroup >
26
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
28
+ <ConfigurationType >Application</ConfigurationType >
29
+ <UseDebugLibraries >true</UseDebugLibraries >
30
+ <PlatformToolset >v110</PlatformToolset >
31
+ <CharacterSet >NotSet</CharacterSet >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
34
+ <ConfigurationType >Application</ConfigurationType >
35
+ <UseDebugLibraries >true</UseDebugLibraries >
36
+ <PlatformToolset >v110</PlatformToolset >
37
+ <CharacterSet >NotSet</CharacterSet >
38
+ </PropertyGroup >
39
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
40
+ <ConfigurationType >Application</ConfigurationType >
41
+ <UseDebugLibraries >false</UseDebugLibraries >
42
+ <PlatformToolset >v110</PlatformToolset >
43
+ <WholeProgramOptimization >true</WholeProgramOptimization >
44
+ <CharacterSet >Unicode</CharacterSet >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <PlatformToolset >v110</PlatformToolset >
50
+ <WholeProgramOptimization >true</WholeProgramOptimization >
51
+ <CharacterSet >Unicode</CharacterSet >
52
+ </PropertyGroup >
53
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
54
+ <ImportGroup Label =" ExtensionSettings" >
55
+ </ImportGroup >
56
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
57
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
58
+ </ImportGroup >
59
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" PropertySheets" >
60
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
61
+ </ImportGroup >
62
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
63
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
64
+ </ImportGroup >
65
+ <ImportGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" PropertySheets" >
66
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
67
+ </ImportGroup >
68
+ <PropertyGroup Label =" UserMacros" />
69
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
70
+ <LinkIncremental >true</LinkIncremental >
71
+ </PropertyGroup >
72
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
73
+ <LinkIncremental >true</LinkIncremental >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
76
+ <LinkIncremental >false</LinkIncremental >
77
+ </PropertyGroup >
78
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
79
+ <LinkIncremental >false</LinkIncremental >
80
+ </PropertyGroup >
81
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
82
+ <ClCompile >
83
+ <PrecompiledHeader >Use</PrecompiledHeader >
84
+ <WarningLevel >Level3</WarningLevel >
85
+ <Optimization >Disabled</Optimization >
86
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
87
+ <SDLCheck >false</SDLCheck >
88
+ </ClCompile >
89
+ <Link >
90
+ <SubSystem >Console</SubSystem >
91
+ <GenerateDebugInformation >true</GenerateDebugInformation >
92
+ </Link >
93
+ </ItemDefinitionGroup >
94
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
95
+ <ClCompile >
96
+ <PrecompiledHeader >Use</PrecompiledHeader >
97
+ <WarningLevel >Level3</WarningLevel >
98
+ <Optimization >Disabled</Optimization >
99
+ <PreprocessorDefinitions >WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
100
+ <SDLCheck >false</SDLCheck >
101
+ </ClCompile >
102
+ <Link >
103
+ <SubSystem >Console</SubSystem >
104
+ <GenerateDebugInformation >true</GenerateDebugInformation >
105
+ </Link >
106
+ </ItemDefinitionGroup >
107
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
108
+ <ClCompile >
109
+ <WarningLevel >Level3</WarningLevel >
110
+ <PrecompiledHeader >Use</PrecompiledHeader >
111
+ <Optimization >MaxSpeed</Optimization >
112
+ <FunctionLevelLinking >true</FunctionLevelLinking >
113
+ <IntrinsicFunctions >true</IntrinsicFunctions >
114
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
115
+ <SDLCheck >true</SDLCheck >
116
+ </ClCompile >
117
+ <Link >
118
+ <SubSystem >Console</SubSystem >
119
+ <GenerateDebugInformation >true</GenerateDebugInformation >
120
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
121
+ <OptimizeReferences >true</OptimizeReferences >
122
+ </Link >
123
+ </ItemDefinitionGroup >
124
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
125
+ <ClCompile >
126
+ <WarningLevel >Level3</WarningLevel >
127
+ <PrecompiledHeader >Use</PrecompiledHeader >
128
+ <Optimization >MaxSpeed</Optimization >
129
+ <FunctionLevelLinking >true</FunctionLevelLinking >
130
+ <IntrinsicFunctions >true</IntrinsicFunctions >
131
+ <PreprocessorDefinitions >WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
132
+ <SDLCheck >true</SDLCheck >
133
+ </ClCompile >
134
+ <Link >
135
+ <SubSystem >Console</SubSystem >
136
+ <GenerateDebugInformation >true</GenerateDebugInformation >
137
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
138
+ <OptimizeReferences >true</OptimizeReferences >
139
+ </Link >
140
+ </ItemDefinitionGroup >
141
+ <ItemGroup >
142
+ <Text Include =" ReadMe.txt" />
143
+ </ItemGroup >
144
+ <ItemGroup >
145
+ <ClInclude Include =" NTFS.h" />
146
+ <ClInclude Include =" NTFS_Attribute.h" />
147
+ <ClInclude Include =" NTFS_Common.h" />
148
+ <ClInclude Include =" NTFS_DataType.h" />
149
+ <ClInclude Include =" NTFS_FileRecord.h" />
150
+ <ClInclude Include =" stdafx.h" />
151
+ <ClInclude Include =" targetver.h" />
152
+ </ItemGroup >
153
+ <ItemGroup >
154
+ <ClCompile Include =" NTFSParser.cpp" />
155
+ <ClCompile Include =" stdafx.cpp" >
156
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >Create</PrecompiledHeader >
157
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >Create</PrecompiledHeader >
158
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >Create</PrecompiledHeader >
159
+ <PrecompiledHeader Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >Create</PrecompiledHeader >
160
+ </ClCompile >
161
+ </ItemGroup >
162
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
163
+ <ImportGroup Label =" ExtensionTargets" >
164
+ </ImportGroup >
165
+ </Project >
0 commit comments