Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/vc9/loader.vcproj @ 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: 3.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="9.00"
5        Name="loader"
6        ProjectGUID="{E283910F-F911-40FB-A09D-D025CA821912}"
7        RootNamespace="FICN"
8        Keyword="Win32Proj"
9        TargetFrameworkVersion="131072"
10        >
11        <Platforms>
12                <Platform
13                        Name="Win32"
14                />
15        </Platforms>
16        <ToolFiles>
17        </ToolFiles>
18        <Configurations>
19                <Configuration
20                        Name="Debug|Win32"
21                        ConfigurationType="2"
22                        InheritedPropertySheets="$(SolutionDir)base_properties_debug.vsprops"
23                        CharacterSet="1"
24                        >
25                        <Tool
26                                Name="VCPreBuildEventTool"
27                        />
28                        <Tool
29                                Name="VCCustomBuildTool"
30                        />
31                        <Tool
32                                Name="VCXMLDataGeneratorTool"
33                        />
34                        <Tool
35                                Name="VCWebServiceProxyGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCMIDLTool"
39                        />
40                        <Tool
41                                Name="VCCLCompilerTool"
42                                AdditionalIncludeDirectories=""
43                                PreprocessorDefinitions="LOADER_SHARED_BUILD"
44                        />
45                        <Tool
46                                Name="VCManagedResourceCompilerTool"
47                        />
48                        <Tool
49                                Name="VCResourceCompilerTool"
50                        />
51                        <Tool
52                                Name="VCPreLinkEventTool"
53                        />
54                        <Tool
55                                Name="VCLinkerTool"
56                                AdditionalDependencies="OgreMain_d.lib"
57                                AdditionalLibraryDirectories="$(OutDir)"
58                        />
59                        <Tool
60                                Name="VCALinkTool"
61                        />
62                        <Tool
63                                Name="VCManifestTool"
64                        />
65                        <Tool
66                                Name="VCXDCMakeTool"
67                        />
68                        <Tool
69                                Name="VCBscMakeTool"
70                        />
71                        <Tool
72                                Name="VCFxCopTool"
73                        />
74                        <Tool
75                                Name="VCAppVerifierTool"
76                        />
77                        <Tool
78                                Name="VCPostBuildEventTool"
79                        />
80                </Configuration>
81                <Configuration
82                        Name="Release|Win32"
83                        ConfigurationType="2"
84                        InheritedPropertySheets="$(SolutionDir)base_properties_release.vsprops"
85                        CharacterSet="1"
86                        WholeProgramOptimization="1"
87                        >
88                        <Tool
89                                Name="VCPreBuildEventTool"
90                        />
91                        <Tool
92                                Name="VCCustomBuildTool"
93                        />
94                        <Tool
95                                Name="VCXMLDataGeneratorTool"
96                        />
97                        <Tool
98                                Name="VCWebServiceProxyGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCMIDLTool"
102                        />
103                        <Tool
104                                Name="VCCLCompilerTool"
105                                AdditionalIncludeDirectories=""
106                                PreprocessorDefinitions="LOADER_SHARED_BUILD"
107                        />
108                        <Tool
109                                Name="VCManagedResourceCompilerTool"
110                        />
111                        <Tool
112                                Name="VCResourceCompilerTool"
113                        />
114                        <Tool
115                                Name="VCPreLinkEventTool"
116                        />
117                        <Tool
118                                Name="VCLinkerTool"
119                                AdditionalDependencies="OgreMain.lib"
120                                AdditionalLibraryDirectories="$(OutDir)"
121                        />
122                        <Tool
123                                Name="VCALinkTool"
124                        />
125                        <Tool
126                                Name="VCManifestTool"
127                        />
128                        <Tool
129                                Name="VCXDCMakeTool"
130                        />
131                        <Tool
132                                Name="VCBscMakeTool"
133                        />
134                        <Tool
135                                Name="VCFxCopTool"
136                        />
137                        <Tool
138                                Name="VCAppVerifierTool"
139                        />
140                        <Tool
141                                Name="VCPostBuildEventTool"
142                        />
143                </Configuration>
144        </Configurations>
145        <References>
146        </References>
147        <Files>
148                <Filter
149                        Name="Source Files"
150                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
151                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
152                        >
153                        <File
154                                RelativePath="..\..\src\loader\LevelLoader.cc"
155                                >
156                        </File>
157                </Filter>
158                <Filter
159                        Name="Header Files"
160                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
161                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
162                        >
163                        <File
164                                RelativePath="..\..\src\loader\LevelLoader.h"
165                                >
166                        </File>
167                        <File
168                                RelativePath="..\..\src\loader\LoaderPrereqs.h"
169                                >
170                        </File>
171                </Filter>
172        </Files>
173        <Globals>
174        </Globals>
175</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.