Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN_test/visual_studio/loader.vcproj @ 756

Last change on this file since 756 was 756, checked in by rgrieder, 16 years ago
  • project name changed to FICN_test
  • adapted header file inclusion
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                                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="4"
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_STATIC_BUILD"
110                        />
111                        <Tool
112                                Name="VCManagedResourceCompilerTool"
113                        />
114                        <Tool
115                                Name="VCResourceCompilerTool"
116                        />
117                        <Tool
118                                Name="VCPreLinkEventTool"
119                        />
120                        <Tool
121                                Name="VCLibrarianTool"
122                        />
123                        <Tool
124                                Name="VCALinkTool"
125                        />
126                        <Tool
127                                Name="VCXDCMakeTool"
128                        />
129                        <Tool
130                                Name="VCBscMakeTool"
131                        />
132                        <Tool
133                                Name="VCFxCopTool"
134                        />
135                        <Tool
136                                Name="VCPostBuildEventTool"
137                        />
138                </Configuration>
139        </Configurations>
140        <References>
141        </References>
142        <Files>
143                <Filter
144                        Name="Source Files"
145                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
146                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
147                        >
148                        <File
149                                RelativePath="..\src\loader\LevelLoader.cc"
150                                >
151                        </File>
152                </Filter>
153                <Filter
154                        Name="Header Files"
155                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
156                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
157                        >
158                        <File
159                                RelativePath="..\src\loader\LevelLoader.h"
160                                >
161                        </File>
162                        <File
163                                RelativePath="..\src\loader\LoaderPrereqs.h"
164                                >
165                        </File>
166                </Filter>
167        </Files>
168        <Globals>
169        </Globals>
170</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.