[sword-svn] r163 - in trunk/source: allinone common data extra/uconv i18n io layout layoutex stubdata test/cintltst test/intltest test/iotest test/letest tools/ctestfw tools/genbidi tools/genbrk tools/gencase tools/genccode tools/gencmn tools/gencnval tools/genctd tools/gennames tools/gennorm tools/genpname tools/genprops tools/genrb tools/gensprep tools/gentest tools/genuca tools/icupkg tools/icuswap tools/makeconv tools/pkgdata tools/toolutil
chrislit at crosswire.org
chrislit at crosswire.org
Sat Feb 7 03:34:20 MST 2009
Author: chrislit
Date: 2009-02-07 03:34:20 -0700 (Sat, 07 Feb 2009)
New Revision: 163
Modified:
trunk/source/allinone/allinone.sln
trunk/source/common/common.vcproj
trunk/source/data/makedata.vcproj
trunk/source/extra/uconv/uconv.vcproj
trunk/source/i18n/i18n.vcproj
trunk/source/io/io.vcproj
trunk/source/layout/layout.vcproj
trunk/source/layoutex/layoutex.vcproj
trunk/source/stubdata/stubdata.vcproj
trunk/source/test/cintltst/cintltst.vcproj
trunk/source/test/intltest/intltest.vcproj
trunk/source/test/iotest/iotest.vcproj
trunk/source/test/letest/letest.vcproj
trunk/source/tools/ctestfw/ctestfw.vcproj
trunk/source/tools/genbidi/genbidi.vcproj
trunk/source/tools/genbrk/genbrk.vcproj
trunk/source/tools/gencase/gencase.vcproj
trunk/source/tools/genccode/genccode.vcproj
trunk/source/tools/gencmn/gencmn.vcproj
trunk/source/tools/gencnval/gencnval.vcproj
trunk/source/tools/genctd/genctd.vcproj
trunk/source/tools/gennames/gennames.vcproj
trunk/source/tools/gennorm/gennorm.vcproj
trunk/source/tools/genpname/genpname.vcproj
trunk/source/tools/genprops/genprops.vcproj
trunk/source/tools/genrb/derb.vcproj
trunk/source/tools/genrb/genrb.vcproj
trunk/source/tools/gensprep/gensprep.vcproj
trunk/source/tools/gentest/gentest.vcproj
trunk/source/tools/genuca/genuca.vcproj
trunk/source/tools/icupkg/icupkg.vcproj
trunk/source/tools/icuswap/icuswap.vcproj
trunk/source/tools/makeconv/makeconv.vcproj
trunk/source/tools/pkgdata/pkgdata.vcproj
trunk/source/tools/toolutil/toolutil.vcproj
Log:
project file update (to VS2008)
Modified: trunk/source/allinone/allinone.sln
===================================================================
--- trunk/source/allinone/allinone.sln 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/allinone/allinone.sln 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,5 +1,5 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cintltst", "..\test\cintltst\cintltst.vcproj", "{3D1246AE-1B32-479B-BECA-AEFA97BE2321}"
ProjectSection(ProjectDependencies) = postProject
{73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D} = {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}
Modified: trunk/source/common/common.vcproj
===================================================================
--- trunk/source/common/common.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/common/common.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="common"
ProjectGUID="{73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -77,6 +78,8 @@
ProgramDatabaseFile=".\..\..\lib\icuuc.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4a800000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\icuuc.lib"
/>
<Tool
@@ -98,9 +101,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -171,6 +171,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\lib\icuucd.pdb"
BaseAddress="0x4a800000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\icuucd.lib"
/>
<Tool
@@ -193,9 +195,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/data/makedata.vcproj
===================================================================
--- trunk/source/data/makedata.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/data/makedata.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="makedata"
ProjectGUID="{D9DF7F2F-93B7-4810-B5CD-96F4F33C079B}"
Keyword="MakeFileProj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
Modified: trunk/source/extra/uconv/uconv.vcproj
===================================================================
--- trunk/source/extra/uconv/uconv.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/extra/uconv/uconv.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="uconv"
ProjectGUID="{DBA4088D-F6F9-4F8F-8820-082A4765C16C}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -78,6 +79,8 @@
AdditionalLibraryDirectories="Release"
ProgramDatabaseFile=".\Release/uconv.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -98,9 +101,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -172,6 +172,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/uconv.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -193,9 +195,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/i18n/i18n.vcproj
===================================================================
--- trunk/source/i18n/i18n.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/i18n/i18n.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="i18n"
ProjectGUID="{0178B127-6269-407D-B112-93877BB62776}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@
ProgramDatabaseFile=".\..\..\lib\icuin.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4a900000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\icuin.lib"
/>
<Tool
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -177,6 +177,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\lib\icuind.pdb"
BaseAddress="0x4a900000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\icuind.lib"
/>
<Tool
@@ -199,9 +201,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -224,7 +223,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="copy "$(InputPath)" ..\..\include\unicode"
+ CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
Outputs="..\..\include\unicode\$(InputFileName)"
/>
</FileConfiguration>
@@ -233,7 +232,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="copy "$(InputPath)" ..\..\include\unicode"
+ CommandLine="copy "$(InputPath)" ..\..\include\unicode
"
Outputs="..\..\include\unicode\$(InputFileName)"
/>
</FileConfiguration>
Modified: trunk/source/io/io.vcproj
===================================================================
--- trunk/source/io/io.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/io/io.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="io"
ProjectGUID="{C2B04507-2521-4801-BF0D-5FD79D6D518C}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@
ProgramDatabaseFile=".\..\..\lib\icuio.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4ab00000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\icuio.lib"
/>
<Tool
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -177,6 +177,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\lib\icuiod.pdb"
BaseAddress="0x4ab00000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\icuiod.lib"
/>
<Tool
@@ -199,9 +201,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/layout/layout.vcproj
===================================================================
--- trunk/source/layout/layout.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/layout/layout.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="layout"
ProjectGUID="{C920062A-0647-4553-A3B2-37C58065664B}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -83,6 +84,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\lib\iculed.pdb"
BaseAddress="0x4ac00000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\iculed.lib"
/>
<Tool
@@ -105,9 +108,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -178,6 +178,8 @@
ProgramDatabaseFile=".\..\..\lib\icule.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4ac00000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\icule.lib"
/>
<Tool
@@ -199,9 +201,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/layoutex/layoutex.vcproj
===================================================================
--- trunk/source/layoutex/layoutex.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/layoutex/layoutex.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="layoutex"
ProjectGUID="{37FC2C7F-1904-4811-8955-2F478830EAD1}"
RootNamespace="layoutex"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@
ProgramDatabaseFile=".\..\..\lib\iculx.pdb"
EnableCOMDATFolding="2"
BaseAddress="0x4ac80000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\iculx.lib"
/>
<Tool
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -176,6 +176,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\lib\iculxd.pdb"
BaseAddress="0x4ac80000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\lib\iculxd.lib"
/>
<Tool
@@ -198,9 +200,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/stubdata/stubdata.vcproj
===================================================================
--- trunk/source/stubdata/stubdata.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/stubdata/stubdata.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="stubdata"
ProjectGUID="{203EC78A-0531-43F0-A636-285439BDE025}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -84,6 +85,8 @@
ResourceOnlyDLL="true"
SetChecksum="true"
BaseAddress="0x4ad00000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="..\..\lib\icudt.lib"
/>
@@ -106,9 +109,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -181,6 +181,8 @@
ResourceOnlyDLL="true"
SetChecksum="true"
BaseAddress="0x4ad00000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TurnOffAssemblyGeneration="true"
ImportLibrary="..\..\lib\icudt.lib"
/>
@@ -204,9 +206,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/test/cintltst/cintltst.vcproj
===================================================================
--- trunk/source/test/cintltst/cintltst.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/test/cintltst/cintltst.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="cintltst"
ProjectGUID="{3D1246AE-1B32-479B-BECA-AEFA97BE2321}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -78,7 +79,9 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/cintltst.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
FixedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -100,9 +103,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Release/cintltst.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -189,9 +191,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/test/intltest/intltest.vcproj
===================================================================
--- trunk/source/test/intltest/intltest.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/test/intltest/intltest.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="intltest"
ProjectGUID="{73632960-B3A6-464D-83A3-4B43365F19B8}"
RootNamespace="intltest"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -79,7 +80,9 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/intltest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
FixedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -168,6 +168,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Release/intltest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -188,9 +190,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/test/iotest/iotest.vcproj
===================================================================
--- trunk/source/test/iotest/iotest.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/test/iotest/iotest.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="iotest"
ProjectGUID="{E4993E82-D68A-46CA-BAE0-9D35E172E46F}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -79,6 +80,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/iotest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -167,6 +167,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/iotest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@@ -188,9 +190,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/test/letest/letest.vcproj
===================================================================
--- trunk/source/test/letest/letest.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/test/letest/letest.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="letest"
ProjectGUID="{67351485-4D18-4245-BE39-A7EF0675ACD2}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/letest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -166,6 +166,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/letest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -187,9 +189,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/ctestfw/ctestfw.vcproj
===================================================================
--- trunk/source/tools/ctestfw/ctestfw.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/ctestfw/ctestfw.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="ctestfw"
ProjectGUID="{ECA6B435-B4FA-4F9F-BF95-F451D078FC47}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@
ProgramDatabaseFile=".\..\..\..\lib\icutest.pdb"
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\..\..\..\lib\icutest.lib"
/>
<Tool
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -175,6 +175,8 @@
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\..\lib\icutestd.pdb"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary=".\..\..\..\lib\icutestd.lib"
/>
<Tool
@@ -197,9 +199,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genbidi/genbidi.vcproj
===================================================================
--- trunk/source/tools/genbidi/genbidi.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genbidi/genbidi.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="genbidi"
ProjectGUID="{DB312A49-12A9-4E07-9E96-451DC2D8FF62}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/genbidi.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/genbidi.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genbrk/genbrk.vcproj
===================================================================
--- trunk/source/tools/genbrk/genbrk.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genbrk/genbrk.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="genbrk"
ProjectGUID="{C2BE5000-7501-4E87-9724-B8D82494FAE6}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/genbrk.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/genbrk.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/gencase/gencase.vcproj
===================================================================
--- trunk/source/tools/gencase/gencase.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/gencase/gencase.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="gencase"
ProjectGUID="{DB312A49-12A9-4E07-9E96-451DC2D8FF61}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/gencase.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/gencase.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genccode/genccode.vcproj
===================================================================
--- trunk/source/tools/genccode/genccode.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genccode/genccode.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="genccode"
ProjectGUID="{FDD3C4F2-9805-44EB-9A77-BC1C1C95B547}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -75,6 +76,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/genccode.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -95,9 +98,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -167,6 +167,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/genccode.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -188,9 +190,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/gencmn/gencmn.vcproj
===================================================================
--- trunk/source/tools/gencmn/gencmn.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/gencmn/gencmn.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="gencmn"
ProjectGUID="{A8D36F8D-09E6-4174-91C3-7BEAA9C3F04F}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/gencmn.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/gencmn.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/gencnval/gencnval.vcproj
===================================================================
--- trunk/source/tools/gencnval/gencnval.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/gencnval/gencnval.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="gencnval"
ProjectGUID="{8B41752B-5A52-41E4-B7E0-07921C0CC6BF}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/gencnval.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/gencnval.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genctd/genctd.vcproj
===================================================================
--- trunk/source/tools/genctd/genctd.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genctd/genctd.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="genctd"
ProjectGUID="{9D4211F7-2C77-439C-82F0-30A4E43BA569}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/genctd.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/genctd.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/gennames/gennames.vcproj
===================================================================
--- trunk/source/tools/gennames/gennames.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/gennames/gennames.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="gennames"
ProjectGUID="{F5281B04-A9E0-4680-BBA8-1D7F7D115458}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/gennames.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/gennames.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/gennorm/gennorm.vcproj
===================================================================
--- trunk/source/tools/gennorm/gennorm.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/gennorm/gennorm.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="gennorm"
ProjectGUID="{F5213103-6CBE-46E6-B4CC-2570B6837D86}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/gennorm.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/gennorm.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genpname/genpname.vcproj
===================================================================
--- trunk/source/tools/genpname/genpname.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genpname/genpname.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="genpname"
ProjectGUID="{DBC0AF0B-B9FF-4B23-905B-4D4CDC2A91CB}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/genpname.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/genpname.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genprops/genprops.vcproj
===================================================================
--- trunk/source/tools/genprops/genprops.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genprops/genprops.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="genprops"
ProjectGUID="{6F744648-D15F-478A-90C6-58E353B5DDB3}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/genprops.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/genprops.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genrb/derb.vcproj
===================================================================
--- trunk/source/tools/genrb/derb.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genrb/derb.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="derb"
ProjectGUID="{D3065ADB-8820-4CC7-9B6C-9510833961A3}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\derb_Win32_Release/derb.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -100,9 +103,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -176,6 +176,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\derb_Win32_Debug/derb.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -197,9 +199,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genrb/genrb.vcproj
===================================================================
--- trunk/source/tools/genrb/genrb.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genrb/genrb.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="genrb"
ProjectGUID="{97521D06-EC47-45D4-8BD0-9E16B3F93B2A}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -75,6 +76,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/genrb.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -95,9 +98,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -168,6 +168,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/genrb.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -189,9 +191,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/gensprep/gensprep.vcproj
===================================================================
--- trunk/source/tools/gensprep/gensprep.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/gensprep/gensprep.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="gensprep"
ProjectGUID="{631C23CE-6C1D-4875-88F0-85E0A42B36EA}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -76,6 +77,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/gensprep.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -96,9 +99,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -168,6 +168,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/gensprep.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -189,9 +191,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/gentest/gentest.vcproj
===================================================================
--- trunk/source/tools/gentest/gentest.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/gentest/gentest.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="gentest"
ProjectGUID="{77C78066-746F-4EA6-B3FE-B8C8A4A97891}"
RootNamespace="gentest"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -75,6 +76,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/gentest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -95,9 +98,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -166,6 +166,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/gentest.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -187,9 +189,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/genuca/genuca.vcproj
===================================================================
--- trunk/source/tools/genuca/genuca.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/genuca/genuca.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="genuca"
ProjectGUID="{86829694-A375-4C58-B4EA-96EF514E3225}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/genuca.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -170,6 +170,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/genuca.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/icupkg/icupkg.vcproj
===================================================================
--- trunk/source/tools/icupkg/icupkg.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/icupkg/icupkg.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="icupkg"
ProjectGUID="{62D4B15D-7A90-4ECB-BA19-5E021D6A21BC}"
Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -75,6 +76,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile="Release/icupkg.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -95,9 +98,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -166,6 +166,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/icupkg.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -187,9 +189,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/icuswap/icuswap.vcproj
===================================================================
--- trunk/source/tools/icuswap/icuswap.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/icuswap/icuswap.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="icuswap"
ProjectGUID="{39690C2A-AD89-45E4-893A-899496B85785}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -75,6 +76,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/icuswap.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -95,9 +98,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -167,6 +167,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/icuswap.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -188,9 +190,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/makeconv/makeconv.vcproj
===================================================================
--- trunk/source/tools/makeconv/makeconv.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/makeconv/makeconv.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="makeconv"
ProjectGUID="{F5AD9738-1A3D-4906-B9C4-A7D9CE33DC2C}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/makeconv.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -169,6 +169,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/makeconv.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -189,9 +191,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/pkgdata/pkgdata.vcproj
===================================================================
--- trunk/source/tools/pkgdata/pkgdata.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/pkgdata/pkgdata.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="pkgdata"
ProjectGUID="{4C8454FE-81D3-4CA3-9927-29BA96F03DAC}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -80,6 +81,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/pkgdata.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -101,9 +104,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -170,6 +170,8 @@
SuppressStartupBanner="true"
ProgramDatabaseFile=".\Release/pkgdata.pdb"
SubSystem="1"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -190,9 +192,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
Modified: trunk/source/tools/toolutil/toolutil.vcproj
===================================================================
--- trunk/source/tools/toolutil/toolutil.vcproj 2009-02-07 10:08:34 UTC (rev 162)
+++ trunk/source/tools/toolutil/toolutil.vcproj 2009-02-07 10:34:20 UTC (rev 163)
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="8.00"
+ Version="9.00"
Name="toolutil"
ProjectGUID="{6B231032-3CB5-4EED-9210-810D666A23A0}"
+ TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -82,6 +83,8 @@
EnableCOMDATFolding="2"
LinkTimeCodeGeneration="1"
BaseAddress="0x4ac00000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\..\lib\icutu.lib"
/>
<Tool
@@ -103,9 +106,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -178,6 +178,8 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\..\..\..\lib\icutud.pdb"
BaseAddress="0x4ac00000"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="..\..\..\lib\icutud.lib"
/>
<Tool
@@ -200,9 +202,6 @@
Name="VCAppVerifierTool"
/>
<Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
More information about the sword-cvs
mailing list