Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/base_properties.vsprops @ 788

Last change on this file since 788 was 788, checked in by rgrieder, 16 years ago
  • added project files for VC9
  • updated project settings
File size: 1.2 KB
RevLine 
[678]1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="base_properties"
[788]6        OutputDirectory="$(RootDir)bin\"
7        IntermediateDirectory="$(SolutionDir)obj\$(SolutionName)\$(ProjectName)\$(ConfigurationName)\"
[678]8        >
9        <Tool
10                Name="VCCLCompilerTool"
[788]11                AdditionalIncludeDirectories="&quot;$(RootDir)src&quot;;&quot;$(RootDir)src\orxonox&quot;;&quot;$(RootDir)dependencies\include&quot;"
[678]12                PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK"
[708]13                WarningLevel="3"
[678]14                DebugInformationFormat="3"
[782]15                DisableSpecificWarnings="4267; 4244; 4251"
[678]16        />
17        <Tool
18                Name="VCLibrarianTool"
[788]19                OutputFile="$(LibDir)$(ProjectName).lib"
20                AdditionalLibraryDirectories="$(RootDir)dependencies\lib"
[678]21                IgnoreAllDefaultLibraries="true"
22        />
23        <Tool
24                Name="VCLinkerTool"
[788]25                OutputFile="$(OutDir)$(ProjectName).dll"
26                AdditionalLibraryDirectories="$(RootDir)dependencies\lib"
[678]27                SubSystem="2"
[788]28                RandomizedBaseAddress="1"
29                DataExecutionPrevention="0"
30                ImportLibrary="$(RootDir)lib\$(TargetName).lib"
[678]31                TargetMachine="1"
32        />
[788]33        <UserMacro
34                Name="RootDir"
35                Value="$(SolutionDir)..\"
36        />
37        <UserMacro
38                Name="LibDir"
39                Value="$(RootDir)lib\"
40        />
[678]41</VisualStudioPropertySheet>
Note: See TracBrowser for help on using the repository browser.