Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/visual_studio/loader.vcproj @ 729

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