Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 776 was 776, checked in by rgrieder, 16 years ago
  • release version adapted in msvc files
File size: 3.5 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                                OutputFile="$(OutDir)\$(ProjectName)_d.dll"
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="VCWebDeploymentTool"
79                        />
80                        <Tool
81                                Name="VCPostBuildEventTool"
82                        />
83                </Configuration>
84                <Configuration
85                        Name="Release|Win32"
86                        ConfigurationType="2"
87                        InheritedPropertySheets=".\base_properties_release.vsprops"
88                        CharacterSet="1"
89                        WholeProgramOptimization="1"
90                        >
91                        <Tool
92                                Name="VCPreBuildEventTool"
93                        />
94                        <Tool
95                                Name="VCCustomBuildTool"
96                        />
97                        <Tool
98                                Name="VCXMLDataGeneratorTool"
99                        />
100                        <Tool
101                                Name="VCWebServiceProxyGeneratorTool"
102                        />
103                        <Tool
104                                Name="VCMIDLTool"
105                        />
106                        <Tool
107                                Name="VCCLCompilerTool"
108                                AdditionalIncludeDirectories=""
109                                PreprocessorDefinitions="LOADER_SHARED_BUILD"
110                        />
111                        <Tool
112                                Name="VCManagedResourceCompilerTool"
113                        />
114                        <Tool
115                                Name="VCResourceCompilerTool"
116                        />
117                        <Tool
118                                Name="VCPreLinkEventTool"
119                        />
120                        <Tool
121                                Name="VCLinkerTool"
122                                AdditionalDependencies="OgreMain.lib Orxonox.lib"
123                                AdditionalLibraryDirectories="$(OutDir)"
124                        />
125                        <Tool
126                                Name="VCALinkTool"
127                        />
128                        <Tool
129                                Name="VCManifestTool"
130                        />
131                        <Tool
132                                Name="VCXDCMakeTool"
133                        />
134                        <Tool
135                                Name="VCBscMakeTool"
136                        />
137                        <Tool
138                                Name="VCFxCopTool"
139                        />
140                        <Tool
141                                Name="VCAppVerifierTool"
142                        />
143                        <Tool
144                                Name="VCWebDeploymentTool"
145                        />
146                        <Tool
147                                Name="VCPostBuildEventTool"
148                        />
149                </Configuration>
150        </Configurations>
151        <References>
152        </References>
153        <Files>
154                <Filter
155                        Name="Source Files"
156                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
157                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
158                        >
159                        <File
160                                RelativePath="..\src\loader\LevelLoader.cc"
161                                >
162                        </File>
163                </Filter>
164                <Filter
165                        Name="Header Files"
166                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
167                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
168                        >
169                        <File
170                                RelativePath="..\src\loader\LevelLoader.h"
171                                >
172                        </File>
173                        <File
174                                RelativePath="..\src\loader\LoaderPrereqs.h"
175                                >
176                        </File>
177                </Filter>
178        </Files>
179        <Globals>
180        </Globals>
181</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.