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
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="base_properties"
6        OutputDirectory="$(RootDir)bin\"
7        IntermediateDirectory="$(SolutionDir)obj\$(SolutionName)\$(ProjectName)\$(ConfigurationName)\"
8        >
9        <Tool
10                Name="VCCLCompilerTool"
11                AdditionalIncludeDirectories="&quot;$(RootDir)src&quot;;&quot;$(RootDir)src\orxonox&quot;;&quot;$(RootDir)dependencies\include&quot;"
12                PreprocessorDefinitions="WIN32;__WIN32__;_WIN32;BOOST_ALL_DYN_LINK"
13                WarningLevel="3"
14                DebugInformationFormat="3"
15                DisableSpecificWarnings="4267; 4244; 4251"
16        />
17        <Tool
18                Name="VCLibrarianTool"
19                OutputFile="$(LibDir)$(ProjectName).lib"
20                AdditionalLibraryDirectories="$(RootDir)dependencies\lib"
21                IgnoreAllDefaultLibraries="true"
22        />
23        <Tool
24                Name="VCLinkerTool"
25                OutputFile="$(OutDir)$(ProjectName).dll"
26                AdditionalLibraryDirectories="$(RootDir)dependencies\lib"
27                SubSystem="2"
28                RandomizedBaseAddress="1"
29                DataExecutionPrevention="0"
30                ImportLibrary="$(RootDir)lib\$(TargetName).lib"
31                TargetMachine="1"
32        />
33        <UserMacro
34                Name="RootDir"
35                Value="$(SolutionDir)..\"
36        />
37        <UserMacro
38                Name="LibDir"
39                Value="$(RootDir)lib\"
40        />
41</VisualStudioPropertySheet>
Note: See TracBrowser for help on using the repository browser.