mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
update to VS2008 format project files
svn path=/trunk/; revision=39083
This commit is contained in:
parent
31dbcaed16
commit
a00125aff1
3 changed files with 30 additions and 32 deletions
|
@ -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
|
||||
|
@ -104,9 +107,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
|
||||
|
@ -199,9 +201,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
|
||||
|
@ -293,9 +294,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
|
||||
|
@ -390,9 +390,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
|
||||
|
@ -487,9 +486,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
|
||||
|
@ -582,9 +580,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
|
||||
|
@ -676,9 +673,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
@ -2009,6 +2003,10 @@
|
|||
RelativePath="resource.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\res\restart.ico"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="res\ros-big.ico"
|
||||
>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
/>
|
||||
|
@ -100,9 +103,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"
|
||||
/>
|
||||
|
@ -196,9 +198,6 @@
|
|||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue