Changeset 1539
- Timestamp:
- 1/18/2010 3:24:25 AM (3 years ago)
- Location:
- branches/eraser6/CodeReview
- Files:
-
- 7 edited
- 8 moved
-
Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj (modified) (1 diff)
-
Eraser.Manager/Eraser.Manager.csproj (modified) (1 diff)
-
Eraser.Util.Native/Eraser.Util.FileSystem.rc (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.FileSystem/Eraser.Util.FileSystem.rc)
-
Eraser.Util.Native/Eraser.Util.Unlocker.vcproj (modified) (3 diffs)
-
Eraser.Util.Native/Fat.h (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.FileSystem/Fat.h)
-
Eraser.Util.Native/Fat12Api.cpp (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.FileSystem/Fat12Api.cpp)
-
Eraser.Util.Native/Fat12Or16Api.cpp (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.FileSystem/Fat12Or16Api.cpp)
-
Eraser.Util.Native/Fat16Api.cpp (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.FileSystem/Fat16Api.cpp)
-
Eraser.Util.Native/Fat32Api.cpp (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.FileSystem/Fat32Api.cpp)
-
Eraser.Util.Native/FatApi.cpp (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.FileSystem/FatApi.cpp)
-
Eraser.Util.Native/FatApi.h (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.FileSystem/FatApi.h)
-
Eraser.Util.Native/OpenHandle.NameResolver.cpp (modified) (1 diff)
-
Eraser.Util.Native/OpenHandle.h (modified) (1 diff)
-
Eraser.Util.Native/Stdafx.h (modified) (1 diff)
-
Eraser.sln (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.DefaultPlugins/Eraser.DefaultPlugins.csproj
r1348 r1539 89 89 <Private>False</Private> 90 90 </ProjectReference> 91 <ProjectReference Include="..\Eraser.Util. FileSystem\Eraser.Util.FileSystem.vcproj">92 <Project>{ 70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}</Project>93 <Name>Eraser.Util. FileSystem</Name>91 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Unlocker.vcproj"> 92 <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project> 93 <Name>Eraser.Util.Native</Name> 94 94 </ProjectReference> 95 95 <ProjectReference Include="..\Eraser.Util\Eraser.Util.csproj"> -
branches/eraser6/CodeReview/Eraser.Manager/Eraser.Manager.csproj
r1535 r1539 69 69 </ItemGroup> 70 70 <ItemGroup> 71 <ProjectReference Include="..\Eraser.Util.Native\Eraser.Util.Unlocker.vcproj"> 72 <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project> 73 <Name>Eraser.Util.Native</Name> 74 </ProjectReference> 71 75 <ProjectReference Include="..\Eraser.Util\Eraser.Util.csproj"> 72 76 <Project>{D083E1A8-3A4C-4683-9B3F-D5FEDE61B9C9}</Project> -
branches/eraser6/CodeReview/Eraser.Util.Native/Eraser.Util.Unlocker.vcproj
r1538 r1539 329 329 MinFrameworkVersion="131072" 330 330 /> 331 <ProjectReference 332 ReferencedProjectIdentifier="{D083E1A8-3A4C-4683-9B3F-D5FEDE61B9C9}" 333 RelativePathToProject=".\Eraser.Util\Eraser.Util.csproj" 334 /> 331 335 </References> 332 336 <Files> … … 338 342 <File 339 343 RelativePath=".\AssemblyInfo.cpp" 344 > 345 </File> 346 <File 347 RelativePath=".\Fat12Api.cpp" 348 > 349 </File> 350 <File 351 RelativePath=".\Fat12Or16Api.cpp" 352 > 353 </File> 354 <File 355 RelativePath=".\Fat16Api.cpp" 356 > 357 </File> 358 <File 359 RelativePath=".\Fat32Api.cpp" 360 > 361 </File> 362 <File 363 RelativePath=".\FatApi.cpp" 340 364 > 341 365 </File> … … 395 419 > 396 420 <File 421 RelativePath=".\Fat.h" 422 > 423 </File> 424 <File 425 RelativePath=".\FatApi.h" 426 > 427 </File> 428 <File 397 429 RelativePath=".\NTApi.h" 398 430 > -
branches/eraser6/CodeReview/Eraser.Util.Native/OpenHandle.NameResolver.cpp
r1536 r1539 21 21 22 22 #include "stdafx.h" 23 #include " Eraser.Util.Native.h"23 #include "OpenHandle.h" 24 24 25 25 #pragma managed(push) -
branches/eraser6/CodeReview/Eraser.Util.Native/OpenHandle.h
r1536 r1539 22 22 #pragma once 23 23 24 #include " Unlocker.h"24 #include "OpenHandle.NameResolver.h" 25 25 26 26 using namespace System; -
branches/eraser6/CodeReview/Eraser.Util.Native/Stdafx.h
r1360 r1539 24 24 #include <iostream> 25 25 #include <iomanip> 26 #include <vector> 26 27 #include <string> 27 28 #include <list> -
branches/eraser6/CodeReview/Eraser.sln
r1535 r1539 44 44 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ShellExt", "ShellExt\ShellExt.vcproj", "{738F455B-2220-4F8F-B87F-DA93F0B0F1BA}" 45 45 EndProject 46 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Util.FileSystem", "Eraser.Util.FileSystem\Eraser.Util.FileSystem.vcproj", "{70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}" 47 EndProject 48 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Util.Unlocker", "Eraser.Util.Native\Eraser.Util.Unlocker.vcproj", "{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}" 46 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Util.Native", "Eraser.Util.Native\Eraser.Util.Unlocker.vcproj", "{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}" 49 47 EndProject 50 48 Global … … 155 153 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|x64.ActiveCfg = Release|x64 156 154 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|x64.Build.0 = Release|x64 157 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|Any CPU.ActiveCfg = Debug|Win32158 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|Mixed Platforms.ActiveCfg = Debug|x64159 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|Mixed Platforms.Build.0 = Debug|x64160 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|Win32.ActiveCfg = Debug|Win32161 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|Win32.Build.0 = Debug|Win32162 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|x64.ActiveCfg = Debug|x64163 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|x64.Build.0 = Debug|x64164 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|Any CPU.ActiveCfg = Release|Win32165 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|Mixed Platforms.ActiveCfg = Release|x64166 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|Mixed Platforms.Build.0 = Release|x64167 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|Win32.ActiveCfg = Release|Win32168 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|Win32.Build.0 = Release|Win32169 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|x64.ActiveCfg = Release|x64170 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|x64.Build.0 = Release|x64171 155 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Any CPU.ActiveCfg = Debug|x64 172 156 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Mixed Platforms.ActiveCfg = Debug|x64
Note: See TracChangeset
for help on using the changeset viewer.
