Author: martinf
Date: Sun Jan 25 05:16:54 2009
New Revision: 39083
URL:
http://svn.reactos.org/svn/reactos?rev=39083&view=rev
Log:
update to VS2008 format project files
Modified:
trunk/reactos/base/shell/explorer/explorer.vcproj
trunk/reactos/base/shell/explorer/make_explorer.vcproj
trunk/reactos/base/shell/explorer/notifyhook/notifyhook.vcproj
Modified: trunk/reactos/base/shell/explorer/explorer.vcproj
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/explor…
==============================================================================
--- trunk/reactos/base/shell/explorer/explorer.vcproj [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/explorer.vcproj [iso-8859-1] Sun Jan 25 05:16:54
2009
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="explorer"
ProjectGUID="{BFBAE588-8C68-4303-9BF6-C830087D8F25}"
RootNamespace="explorer"
+ TargetFrameworkVersion="131072"
<Platforms>
<Platform
@@ -81,6 +82,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\UDebug/explorer.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -103,9 +106,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -176,6 +176,8 @@
DelayLoadDLLs="oleaut32.dll,wsock32.dll"
ProgramDatabaseFile=".\URelease/explorer.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -198,9 +200,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -270,6 +269,8 @@
DelayLoadDLLs="oleaut32.dll,wsock32.dll"
ProgramDatabaseFile=".\WineRelease/wexplorer.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -292,9 +293,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -367,6 +365,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\DRelease/explorer.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -389,9 +389,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -464,6 +461,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/explorer.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -486,9 +485,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -559,6 +555,8 @@
DelayLoadDLLs="oleaut32.dll,wsock32.dll"
ProgramDatabaseFile=".\Release/explorer.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -581,9 +579,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -653,6 +648,8 @@
DelayLoadDLLs="oleaut32.dll,wsock32.dll"
ProgramDatabaseFile=".\WineDll/wexplorer.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -675,9 +672,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -2010,6 +2004,10 @@
</File>
<File
+ RelativePath=".\res\restart.ico"
+ >
+ </File>
+ <File
RelativePath="res\ros-big.ico"
</File>
Modified: trunk/reactos/base/shell/explorer/make_explorer.vcproj
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/make_e…
==============================================================================
--- trunk/reactos/base/shell/explorer/make_explorer.vcproj [iso-8859-1] (original)
+++ trunk/reactos/base/shell/explorer/make_explorer.vcproj [iso-8859-1] Sun Jan 25
05:16:54 2009
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="make_explorer"
ProjectGUID="{E132A04B-8BC6-4D18-81F2-F0156B809871}"
Keyword="MakeFileProj"
+ TargetFrameworkVersion="131072"
<Platforms>
<Platform
@@ -169,11 +170,11 @@
</File>
<File
- RelativePath="Makefile.MinGW"
+ RelativePath="Makefile-precomp"
</File>
<File
- RelativePath="Makefile-precomp"
+ RelativePath="Makefile.MinGW"
</File>
<File
Modified: trunk/reactos/base/shell/explorer/notifyhook/notifyhook.vcproj
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/notify…
==============================================================================
--- trunk/reactos/base/shell/explorer/notifyhook/notifyhook.vcproj [iso-8859-1]
(original)
+++ trunk/reactos/base/shell/explorer/notifyhook/notifyhook.vcproj [iso-8859-1] Sun Jan 25
05:16:54 2009
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8,00"
+ Version="9,00"
Name="notifyhook"
ProjectGUID="{F28B575D-7DBA-44DE-AAEF-FA0D065E5162}"
+ TargetFrameworkVersion="131072"
<Platforms>
<Platform
@@ -77,6 +78,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\..\Release/notifyhook.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\..\Release/notifyhook.lib"
TargetMachine="1"
/>
@@ -99,9 +102,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
@@ -173,6 +173,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\Debug/notifyhook.pdb"
SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\..\Debug/notifyhook.lib"
TargetMachine="1"
/>
@@ -195,9 +197,6 @@
/>
<Tool
Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"