Changeset 3428


Ignore:
Timestamp:
04/29/09 14:22:35 (4 years ago)
Author:
sam
Message:

Update msdev files to 9.0 (Visual Studio 2008). If anyone wants to
play with the Windows port, there is a 90-day evaluation version
available for free on the Microsoft website.

Location:
libcaca/trunk
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/caca-sharp/caca-sharp.csproj

    r2956 r3428  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
     1<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 
    22  <PropertyGroup> 
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    5     <ProductVersion>8.0.50727</ProductVersion> 
     5    <ProductVersion>9.0.30729</ProductVersion> 
    66    <SchemaVersion>2.0</SchemaVersion> 
    77    <ProjectGuid>{046BD004-7B02-4521-BF01-9D9042F19AD5}</ProjectGuid> 
     
    1010    <RootNamespace>caca_sharp</RootNamespace> 
    1111    <AssemblyName>caca-sharp</AssemblyName> 
     12    <FileUpgradeFlags> 
     13    </FileUpgradeFlags> 
     14    <OldToolsVersion>2.0</OldToolsVersion> 
     15    <UpgradeBackupLocation> 
     16    </UpgradeBackupLocation> 
     17    <PublishUrl>publish\</PublishUrl> 
     18    <Install>true</Install> 
     19    <InstallFrom>Disk</InstallFrom> 
     20    <UpdateEnabled>false</UpdateEnabled> 
     21    <UpdateMode>Foreground</UpdateMode> 
     22    <UpdateInterval>7</UpdateInterval> 
     23    <UpdateIntervalUnits>Days</UpdateIntervalUnits> 
     24    <UpdatePeriodically>false</UpdatePeriodically> 
     25    <UpdateRequired>false</UpdateRequired> 
     26    <MapFileExtensions>true</MapFileExtensions> 
     27    <ApplicationRevision>0</ApplicationRevision> 
     28    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
     29    <IsWebBootstrapper>false</IsWebBootstrapper> 
     30    <UseApplicationTrust>false</UseApplicationTrust> 
     31    <BootstrapperEnabled>true</BootstrapperEnabled> 
    1232  </PropertyGroup> 
    1333  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    1535    <DebugType>full</DebugType> 
    1636    <Optimize>false</Optimize> 
    17     <OutputPath>Debug\</OutputPath> 
     37    <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 
    1838    <DefineConstants>DEBUG;TRACE</DefineConstants> 
    1939    <ErrorReport>prompt</ErrorReport> 
     
    2343    <DebugType>pdbonly</DebugType> 
    2444    <Optimize>true</Optimize> 
    25     <OutputPath>Release\</OutputPath> 
     45    <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 
    2646    <DefineConstants>TRACE</DefineConstants> 
    2747    <ErrorReport>prompt</ErrorReport> 
     
    4464    <Compile Include="AssemblyInfo.cs" /> 
    4565  </ItemGroup> 
     66  <ItemGroup> 
     67    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 
     68      <Visible>False</Visible> 
     69      <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 
     70      <Install>true</Install> 
     71    </BootstrapperPackage> 
     72    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 
     73      <Visible>False</Visible> 
     74      <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 
     75      <Install>false</Install> 
     76    </BootstrapperPackage> 
     77    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 
     78      <Visible>False</Visible> 
     79      <ProductName>.NET Framework 3.5</ProductName> 
     80      <Install>false</Install> 
     81    </BootstrapperPackage> 
     82  </ItemGroup> 
    4683  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 
    4784  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.  
  • libcaca/trunk/caca-sharp/test-csharp.csproj

    r2956 r3428  
    1 <?xml version="1.0" encoding="utf-8"?> 
    2 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 
     1<?xml version="1.0" encoding="utf-8"?> 
     2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5"> 
    33  <PropertyGroup> 
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 
    6     <ProductVersion>8.0.50727</ProductVersion> 
     6    <ProductVersion>9.0.30729</ProductVersion> 
    77    <SchemaVersion>2.0</SchemaVersion> 
    88    <ProjectGuid>{6EB34142-45E0-4BF3-8F75-81F4F604EAAA}</ProjectGuid> 
     
    1111    <RootNamespace>test_csharp</RootNamespace> 
    1212    <AssemblyName>test-csharp</AssemblyName> 
     13    <FileUpgradeFlags> 
     14    </FileUpgradeFlags> 
     15    <OldToolsVersion>2.0</OldToolsVersion> 
     16    <UpgradeBackupLocation> 
     17    </UpgradeBackupLocation> 
     18    <PublishUrl>publish\</PublishUrl> 
     19    <Install>true</Install> 
     20    <InstallFrom>Disk</InstallFrom> 
     21    <UpdateEnabled>false</UpdateEnabled> 
     22    <UpdateMode>Foreground</UpdateMode> 
     23    <UpdateInterval>7</UpdateInterval> 
     24    <UpdateIntervalUnits>Days</UpdateIntervalUnits> 
     25    <UpdatePeriodically>false</UpdatePeriodically> 
     26    <UpdateRequired>false</UpdateRequired> 
     27    <MapFileExtensions>true</MapFileExtensions> 
     28    <ApplicationRevision>0</ApplicationRevision> 
     29    <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 
     30    <IsWebBootstrapper>false</IsWebBootstrapper> 
     31    <UseApplicationTrust>false</UseApplicationTrust> 
     32    <BootstrapperEnabled>true</BootstrapperEnabled> 
    1333  </PropertyGroup> 
    1434  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> 
     
    1636    <DebugType>full</DebugType> 
    1737    <Optimize>false</Optimize> 
    18     <OutputPath>Debug\</OutputPath> 
     38    <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 
    1939    <DefineConstants>DEBUG;TRACE</DefineConstants> 
    2040    <ErrorReport>prompt</ErrorReport> 
     
    2444    <DebugType>pdbonly</DebugType> 
    2545    <Optimize>true</Optimize> 
    26     <OutputPath>Release\</OutputPath> 
     46    <OutputPath>%24%28SolutionDir%29%24%28ConfigurationName%29\</OutputPath> 
    2747    <DefineConstants>TRACE</DefineConstants> 
    2848    <ErrorReport>prompt</ErrorReport> 
     
    4969    <Reference Include="System.Drawing" /> 
    5070  </ItemGroup> 
     71  <ItemGroup> 
     72    <BootstrapperPackage Include="Microsoft.Net.Framework.2.0"> 
     73      <Visible>False</Visible> 
     74      <ProductName>.NET Framework 2.0 %28x86%29</ProductName> 
     75      <Install>true</Install> 
     76    </BootstrapperPackage> 
     77    <BootstrapperPackage Include="Microsoft.Net.Framework.3.0"> 
     78      <Visible>False</Visible> 
     79      <ProductName>.NET Framework 3.0 %28x86%29</ProductName> 
     80      <Install>false</Install> 
     81    </BootstrapperPackage> 
     82    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5"> 
     83      <Visible>False</Visible> 
     84      <ProductName>.NET Framework 3.5</ProductName> 
     85      <Install>false</Install> 
     86    </BootstrapperPackage> 
     87  </ItemGroup> 
    5188</Project> 
  • libcaca/trunk/caca/libcaca.vcproj

    r2962 r3428  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="9.00" 
    55        Name="libcaca" 
    66        ProjectGUID="{8951ECB0-7CFE-41AB-A426-98D7C441BEA4}" 
     7        RootNamespace="libcaca" 
     8        TargetFrameworkVersion="131072" 
    79        > 
    810        <Platforms> 
     
    3941                                Name="VCCLCompilerTool" 
    4042                                Optimization="0" 
    41                                 AdditionalIncludeDirectories="..\win32" 
     43                                AdditionalIncludeDirectories="..\win32;&quot;$(projectDir)&quot;" 
    4244                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__LIBCACA__" 
    4345                                MinimalRebuild="true" 
     
    6365                                ModuleDefinitionFile=".\libcaca.def" 
    6466                                GenerateDebugInformation="true" 
     67                                RandomizedBaseAddress="1" 
     68                                DataExecutionPrevention="0" 
    6569                                TargetMachine="1" 
    6670                        /> 
     
    8286                        <Tool 
    8387                                Name="VCAppVerifierTool" 
    84                         /> 
    85                         <Tool 
    86                                 Name="VCWebDeploymentTool" 
    8788                        /> 
    8889                        <Tool 
     
    115116                        <Tool 
    116117                                Name="VCCLCompilerTool" 
    117                                 AdditionalIncludeDirectories="..\win32" 
     118                                AdditionalIncludeDirectories="..\win32;&quot;$(projectDir)&quot;" 
    118119                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__LIBCACA__" 
    119120                                RuntimeLibrary="2" 
     
    139140                                OptimizeReferences="2" 
    140141                                EnableCOMDATFolding="2" 
     142                                RandomizedBaseAddress="1" 
     143                                DataExecutionPrevention="0" 
    141144                                TargetMachine="1" 
    142145                        /> 
     
    158161                        <Tool 
    159162                                Name="VCAppVerifierTool" 
    160                         /> 
    161                         <Tool 
    162                                 Name="VCWebDeploymentTool" 
    163163                        /> 
    164164                        <Tool 
     
    171171        <Files> 
    172172                <Filter 
    173                         Name="Header Files" 
    174                         Filter="h;hpp;hxx;hm;inl;inc;xsd" 
    175                         > 
    176                         <File 
    177                                 RelativePath="caca.h" 
    178                                 > 
    179                         </File> 
    180                         <File 
    181                                 RelativePath="caca_internals.h" 
    182                                 > 
    183                         </File> 
    184                         <File 
    185                                 RelativePath="caca_stubs.h" 
    186                                 > 
    187                         </File> 
    188                         <File 
    189                                 RelativePath="..\win32\caca_types.h" 
    190                                 > 
    191                         </File> 
    192                         <File 
    193                                 RelativePath="..\win32\config.h" 
     173                        Name="driver" 
     174                        > 
     175                        <File 
     176                                RelativePath=".\driver\gl.c" 
     177                                > 
     178                        </File> 
     179                        <File 
     180                                RelativePath=".\driver\ncurses.c" 
     181                                > 
     182                        </File> 
     183                        <File 
     184                                RelativePath=".\driver\raw.c" 
     185                                > 
     186                        </File> 
     187                        <File 
     188                                RelativePath=".\driver\slang.c" 
     189                                > 
     190                        </File> 
     191                        <File 
     192                                RelativePath=".\driver\vga.c" 
     193                                > 
     194                        </File> 
     195                        <File 
     196                                RelativePath=".\driver\win32.c" 
     197                                > 
     198                        </File> 
     199                        <File 
     200                                RelativePath=".\driver\x11.c" 
    194201                                > 
    195202                        </File> 
    196203                </Filter> 
     204                <Filter 
     205                        Name="codec" 
     206                        > 
     207                        <File 
     208                                RelativePath=".\codec\export.c" 
     209                                > 
     210                        </File> 
     211                        <File 
     212                                RelativePath=".\codec\import.c" 
     213                                > 
     214                        </File> 
     215                </Filter> 
    197216                <File 
    198217                        RelativePath=".\attr.c" 
     
    208227                </File> 
    209228                <File 
     229                        RelativePath="caca.h" 
     230                        > 
     231                </File> 
     232                <File 
     233                        RelativePath="caca_internals.h" 
     234                        > 
     235                </File> 
     236                <File 
     237                        RelativePath="caca_stubs.h" 
     238                        > 
     239                </File> 
     240                <File 
     241                        RelativePath="..\win32\caca_types.h" 
     242                        > 
     243                </File> 
     244                <File 
    210245                        RelativePath=".\canvas.c" 
    211246                        > 
     
    216251                </File> 
    217252                <File 
     253                        RelativePath="..\win32\config.h" 
     254                        > 
     255                </File> 
     256                <File 
    218257                        RelativePath=".\conic.c" 
    219258                        > 
    220259                </File> 
    221260                <File 
     261                        RelativePath=".\driver\conio.c" 
     262                        > 
     263                </File> 
     264                <File 
    222265                        RelativePath=".\dither.c" 
    223266                        > 
    224267                </File> 
    225268                <File 
    226                         RelativePath=".\driver\conio.c" 
    227                         > 
    228                 </File> 
    229                 <File 
    230                         RelativePath=".\driver\gl.c" 
    231                         > 
    232                 </File> 
    233                 <File 
    234                         RelativePath=".\driver\ncurses.c" 
    235                         > 
    236                 </File> 
    237                 <File 
    238                         RelativePath=".\driver\raw.c" 
    239                         > 
    240                 </File> 
    241                 <File 
    242                         RelativePath=".\driver\slang.c" 
    243                         > 
    244                 </File> 
    245                 <File 
    246                         RelativePath=".\driver\vga.c" 
    247                         > 
    248                 </File> 
    249                 <File 
    250                         RelativePath=".\driver\win32.c" 
    251                         > 
    252                 </File> 
    253                 <File 
    254                         RelativePath=".\driver\x11.c" 
    255                         > 
    256                 </File> 
    257                 <File 
    258269                        RelativePath=".\event.c" 
    259270                        > 
    260271                </File> 
    261272                <File 
    262                         RelativePath=".\codec\export.c" 
    263                         > 
    264                 </File> 
    265                 <File 
    266273                        RelativePath=".\figfont.c" 
    267274                        > 
     
    281288                <File 
    282289                        RelativePath=".\graphics.c" 
    283                         > 
    284                 </File> 
    285                 <File 
    286                         RelativePath=".\codec\import.c" 
    287290                        > 
    288291                </File> 
  • libcaca/trunk/cxx/libcaca++.vcproj

    r2900 r3428  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="9.00" 
    55        Name="libcaca++" 
    66        ProjectGUID="{5AAFB727-094F-4104-A765-A94B32497C7D}" 
     7        TargetFrameworkVersion="131072" 
    78        > 
    89        <Platforms> 
     
    6364                                ModuleDefinitionFile=".\libcaca++.def" 
    6465                                GenerateDebugInformation="true" 
     66                                RandomizedBaseAddress="1" 
     67                                DataExecutionPrevention="0" 
    6568                                TargetMachine="1" 
    6669                        /> 
     
    8285                        <Tool 
    8386                                Name="VCAppVerifierTool" 
    84                         /> 
    85                         <Tool 
    86                                 Name="VCWebDeploymentTool" 
    8787                        /> 
    8888                        <Tool 
     
    139139                                OptimizeReferences="2" 
    140140                                EnableCOMDATFolding="2" 
     141                                RandomizedBaseAddress="1" 
     142                                DataExecutionPrevention="0" 
    141143                                TargetMachine="1" 
    142144                        /> 
     
    158160                        <Tool 
    159161                                Name="VCAppVerifierTool" 
    160                         /> 
    161                         <Tool 
    162                                 Name="VCWebDeploymentTool" 
    163162                        /> 
    164163                        <Tool 
  • libcaca/trunk/cxx/test-cxx.vcproj

    r2956 r3428  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="9.00" 
    55        Name="test-cxx" 
    66        ProjectGUID="{F2530E59-7ADB-4D3C-8873-6D110788B8F7}" 
    77        RootNamespace="testcxx" 
    88        Keyword="Win32Proj" 
     9        TargetFrameworkVersion="131072" 
    910        > 
    1011        <Platforms> 
     
    6566                                GenerateDebugInformation="true" 
    6667                                SubSystem="1" 
     68                                RandomizedBaseAddress="1" 
     69                                DataExecutionPrevention="0" 
    6770                                TargetMachine="1" 
    6871                        /> 
     
    8487                        <Tool 
    8588                                Name="VCAppVerifierTool" 
    86                         /> 
    87                         <Tool 
    88                                 Name="VCWebDeploymentTool" 
    8989                        /> 
    9090                        <Tool 
     
    141141                                OptimizeReferences="2" 
    142142                                EnableCOMDATFolding="2" 
     143                                RandomizedBaseAddress="1" 
     144                                DataExecutionPrevention="0" 
    143145                                TargetMachine="1" 
    144146                        /> 
     
    162164                        /> 
    163165                        <Tool 
    164                                 Name="VCWebDeploymentTool" 
    165                         /> 
    166                         <Tool 
    167166                                Name="VCPostBuildEventTool" 
    168167                        /> 
  • libcaca/trunk/libcaca.sln

    r2955 r3428  
    1 Microsoft Visual Studio Solution File, Format Version 9.00 
    2 # Visual Studio 2005 
     1Microsoft Visual Studio Solution File, Format Version 10.00 
     2# Visual Studio 2008 
    33Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cacafire", "src\cacafire.vcproj", "{F25D1237-9ED8-4343-B958-308C95FE392F}" 
    44        ProjectSection(ProjectDependencies) = postProject 
  • libcaca/trunk/src/cacademo.vcproj

    r2900 r3428  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="9.00" 
    55        Name="cacademo" 
    66        ProjectGUID="{EE082122-5ECD-4DB4-93C7-145392074F8B}" 
    77        RootNamespace="cacademo" 
    88        Keyword="Win32Proj" 
     9        TargetFrameworkVersion="131072" 
    910        > 
    1011        <Platforms> 
     
    1819                <Configuration 
    1920                        Name="Debug|Win32" 
    20                         OutputDirectory="Debug" 
    21                         IntermediateDirectory="Debug" 
     21                        OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
     22                        IntermediateDirectory="$(ConfigurationName)" 
    2223                        ConfigurationType="1" 
    2324                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    7172                                ProgramDatabaseFile="$(OutDir)/cacademo.pdb" 
    7273                                SubSystem="1" 
     74                                RandomizedBaseAddress="1" 
     75                                DataExecutionPrevention="0" 
    7376                                TargetMachine="1" 
    7477                        /> 
     
    9093                        <Tool 
    9194                                Name="VCAppVerifierTool" 
    92                         /> 
    93                         <Tool 
    94                                 Name="VCWebDeploymentTool" 
    9595                        /> 
    9696                        <Tool 
     
    100100                <Configuration 
    101101                        Name="Release|Win32" 
    102                         OutputDirectory="Release" 
    103                         IntermediateDirectory="Release" 
     102                        OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
     103                        IntermediateDirectory="$(ConfigurationName)" 
    104104                        ConfigurationType="1" 
    105105                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    155155                                OptimizeReferences="2" 
    156156                                EnableCOMDATFolding="2" 
     157                                RandomizedBaseAddress="1" 
     158                                DataExecutionPrevention="0" 
    157159                                TargetMachine="1" 
    158160                        /> 
     
    174176                        <Tool 
    175177                                Name="VCAppVerifierTool" 
    176                         /> 
    177                         <Tool 
    178                                 Name="VCWebDeploymentTool" 
    179178                        /> 
    180179                        <Tool 
  • libcaca/trunk/src/cacafire.vcproj

    r2900 r3428  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="9.00" 
    55        Name="cacafire" 
    66        ProjectGUID="{F25D1237-9ED8-4343-B958-308C95FE392F}" 
     7        RootNamespace="cacafire" 
    78        Keyword="Win32Proj" 
     9        TargetFrameworkVersion="131072" 
    810        > 
    911        <Platforms> 
     
    1719                <Configuration 
    1820                        Name="Debug|Win32" 
    19                         OutputDirectory="Debug" 
    20                         IntermediateDirectory="Debug" 
     21                        OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
     22                        IntermediateDirectory="$(ConfigurationName)" 
    2123                        ConfigurationType="1" 
    2224                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    7072                                ProgramDatabaseFile="$(OutDir)/cacafire.pdb" 
    7173                                SubSystem="1" 
     74                                RandomizedBaseAddress="1" 
     75                                DataExecutionPrevention="0" 
    7276                                TargetMachine="1" 
    7377                        /> 
     
    8993                        <Tool 
    9094                                Name="VCAppVerifierTool" 
    91                         /> 
    92                         <Tool 
    93                                 Name="VCWebDeploymentTool" 
    9495                        /> 
    9596                        <Tool 
     
    99100                <Configuration 
    100101                        Name="Release|Win32" 
    101                         OutputDirectory="Release" 
    102                         IntermediateDirectory="Release" 
     102                        OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
     103                        IntermediateDirectory="$(ConfigurationName)" 
    103104                        ConfigurationType="1" 
    104105                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    154155                                OptimizeReferences="2" 
    155156                                EnableCOMDATFolding="2" 
     157                                RandomizedBaseAddress="1" 
     158                                DataExecutionPrevention="0" 
    156159                                TargetMachine="1" 
    157160                        /> 
     
    173176                        <Tool 
    174177                                Name="VCAppVerifierTool" 
    175                         /> 
    176                         <Tool 
    177                                 Name="VCWebDeploymentTool" 
    178178                        /> 
    179179                        <Tool 
  • libcaca/trunk/src/cacaview.vcproj

    r2900 r3428  
    22<VisualStudioProject 
    33        ProjectType="Visual C++" 
    4         Version="8.00" 
     4        Version="9.00" 
    55        Name="cacaview" 
    66        ProjectGUID="{62E567BD-73B7-4C1E-9919-6423C8A8F72E}" 
    77        Keyword="Win32Proj" 
     8        TargetFrameworkVersion="131072" 
    89        > 
    910        <Platforms> 
     
    1718                <Configuration 
    1819                        Name="Debug|Win32" 
    19                         OutputDirectory="Debug" 
    20                         IntermediateDirectory="Debug" 
     20                        OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
     21                        IntermediateDirectory="$(ConfigurationName)" 
    2122                        ConfigurationType="1" 
    2223                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    6869                                ProgramDatabaseFile="$(OutDir)/cacaview.pdb" 
    6970                                SubSystem="1" 
     71                                RandomizedBaseAddress="1" 
     72                                DataExecutionPrevention="0" 
    7073                                TargetMachine="1" 
    7174                        /> 
     
    8790                        <Tool 
    8891                                Name="VCAppVerifierTool" 
    89                         /> 
    90                         <Tool 
    91                                 Name="VCWebDeploymentTool" 
    9292                        /> 
    9393                        <Tool 
     
    9797                <Configuration 
    9898                        Name="Release|Win32" 
    99                         OutputDirectory="Release" 
    100                         IntermediateDirectory="Release" 
     99                        OutputDirectory="$(SolutionDir)$(ConfigurationName)" 
     100                        IntermediateDirectory="$(ConfigurationName)" 
    101101                        ConfigurationType="1" 
    102102                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops" 
     
    150150                                OptimizeReferences="2" 
    151151                                EnableCOMDATFolding="2" 
     152                                RandomizedBaseAddress="1" 
     153                                DataExecutionPrevention="0" 
    152154                                TargetMachine="1" 
    153155                        /> 
     
    169171                        <Tool 
    170172                                Name="VCAppVerifierTool" 
    171                         /> 
    172                         <Tool 
    173                                 Name="VCWebDeploymentTool" 
    174173                        /> 
    175174                        <Tool 
Note: See TracChangeset for help on using the changeset viewer.