Changeset 1535
- Timestamp:
- 01/18/10 02:52:29 (3 years ago)
- Location:
- branches/eraser6/CodeReview
- Files:
-
- 4 edited
- 3 moved
-
Eraser.Manager/Eraser.Manager.csproj (modified) (1 diff)
-
Eraser.Util.Native/Eraser.Util.Native.cpp (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.Native/Eraser.Util.Unlocker.cpp) (1 diff)
-
Eraser.Util.Native/Eraser.Util.Native.h (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.Native/Eraser.Util.Unlocker.h)
-
Eraser.Util.Native/Eraser.Util.Native.rc (moved) (moved from branches/eraser6/CodeReview/Eraser.Util.Native/Eraser.Util.Unlocker.rc)
-
Eraser.Util.Native/Eraser.Util.Unlocker.vcproj (modified) (4 diffs)
-
Eraser.Util.Native/Unlocker.cpp (modified) (1 diff)
-
Eraser.sln (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Manager/Eraser.Manager.csproj
r1515 r1535 69 69 </ItemGroup> 70 70 <ItemGroup> 71 <ProjectReference Include="..\Eraser.Util.Unlocker\Eraser.Util.Unlocker.vcproj">72 <Project>{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}</Project>73 <Name>Eraser.Unlocker</Name>74 </ProjectReference>75 71 <ProjectReference Include="..\Eraser.Util\Eraser.Util.csproj"> 76 72 <Project>{D083E1A8-3A4C-4683-9B3F-D5FEDE61B9C9}</Project> -
branches/eraser6/CodeReview/Eraser.Util.Native/Eraser.Util.Native.cpp
r1534 r1535 21 21 22 22 #include "stdafx.h" 23 #include "Eraser.Util. Unlocker.h"23 #include "Eraser.Util.Native.h" 24 24 25 25 namespace Eraser { -
branches/eraser6/CodeReview/Eraser.Util.Native/Eraser.Util.Unlocker.vcproj
r1259 r1535 3 3 ProjectType="Visual C++" 4 4 Version="9.00" 5 Name="Eraser.Util. Unlocker"5 Name="Eraser.Util.Native" 6 6 ProjectGUID="{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}" 7 7 RootNamespace="EraserUnlocker" … … 341 341 </File> 342 342 <File 343 RelativePath=".\Eraser.Util. Unlocker.cpp"343 RelativePath=".\Eraser.Util.Native.cpp" 344 344 > 345 345 </File> … … 395 395 > 396 396 <File 397 RelativePath=".\Eraser.Util. Unlocker.h"397 RelativePath=".\Eraser.Util.Native.h" 398 398 > 399 399 </File> … … 417 417 > 418 418 <File 419 RelativePath=".\Eraser.Util. Unlocker.rc"419 RelativePath=".\Eraser.Util.Native.rc" 420 420 > 421 421 </File> -
branches/eraser6/CodeReview/Eraser.Util.Native/Unlocker.cpp
r1360 r1535 21 21 22 22 #include "stdafx.h" 23 #include "Eraser.Util. Unlocker.h"23 #include "Eraser.Util.Native.h" 24 24 25 25 #pragma managed(push) -
branches/eraser6/CodeReview/Eraser.sln
r1207 r1535 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. Unlocker", "Eraser.Util.Unlocker\Eraser.Util.Unlocker.vcproj", "{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}"46 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Util.FileSystem", "Eraser.Util.FileSystem\Eraser.Util.FileSystem.vcproj", "{70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}" 47 47 EndProject 48 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Util. FileSystem", "Eraser.Util.FileSystem\Eraser.Util.FileSystem.vcproj", "{70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}"48 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Eraser.Util.Unlocker", "Eraser.Util.Native\Eraser.Util.Unlocker.vcproj", "{BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}" 49 49 EndProject 50 50 Global … … 155 155 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|x64.ActiveCfg = Release|x64 156 156 {738F455B-2220-4F8F-B87F-DA93F0B0F1BA}.Release|x64.Build.0 = Release|x64 157 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Any CPU.ActiveCfg = Debug|Win32158 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Mixed Platforms.ActiveCfg = Debug|x64159 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Mixed Platforms.Build.0 = Debug|x64160 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Win32.ActiveCfg = Debug|Win32161 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Win32.Build.0 = Debug|Win32162 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|x64.ActiveCfg = Debug|x64163 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|x64.Build.0 = Debug|x64164 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Any CPU.ActiveCfg = Release|Win32165 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Mixed Platforms.ActiveCfg = Release|x64166 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Mixed Platforms.Build.0 = Release|x64167 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Win32.ActiveCfg = Release|Win32168 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Win32.Build.0 = Release|Win32169 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|x64.ActiveCfg = Release|x64170 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|x64.Build.0 = Release|x64171 157 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|Any CPU.ActiveCfg = Debug|Win32 172 158 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 … … 183 169 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|x64.ActiveCfg = Release|x64 184 170 {70FB61E5-3F8C-4B6C-8D1B-E08FD8B957C1}.Release|x64.Build.0 = Release|x64 171 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Any CPU.ActiveCfg = Debug|x64 172 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Mixed Platforms.ActiveCfg = Debug|x64 173 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Mixed Platforms.Build.0 = Debug|x64 174 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Win32.ActiveCfg = Debug|Win32 175 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|Win32.Build.0 = Debug|Win32 176 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|x64.ActiveCfg = Debug|x64 177 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Debug|x64.Build.0 = Debug|x64 178 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Any CPU.ActiveCfg = Release|x64 179 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Mixed Platforms.ActiveCfg = Release|x64 180 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Mixed Platforms.Build.0 = Release|x64 181 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Win32.ActiveCfg = Release|Win32 182 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|Win32.Build.0 = Release|Win32 183 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|x64.ActiveCfg = Release|x64 184 {BCFE7D20-FC82-4BBE-BFE4-7B635D70D238}.Release|x64.Build.0 = Release|x64 185 185 EndGlobalSection 186 186 GlobalSection(SolutionProperties) = preSolution
Note: See TracChangeset
for help on using the changeset viewer.
