Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/FICN/loader.vcproj @ 669

Last change on this file since 669 was 669, checked in by rgrieder, 16 years ago
  • completed last svn update (delete and add to rename first letter)
  • modified CMLs in oroxnox accordingly
  • added visual studio files
File size: 4.0 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                        OutputDirectory="$(SolutionDir)\bin"
21                        IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
22                        ConfigurationType="4"
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                                Optimization="0"
43                                AdditionalIncludeDirectories="src;$(OGRE_HOME)\OgreMain\include;$(OGRE_HOME)\Dependencies\include; $(ENET_HOME)\include;$(BOOST_HOME)"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;BOOST_ALL_DYN_LINK;LOADER_STATIC"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="3"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLibrarianTool"
64                                AdditionalDependencies="OgreMain_d.lib"
65                                OutputFile="$(OutDir)\$(ProjectName)_d.lib"
66                        />
67                        <Tool
68                                Name="VCALinkTool"
69                        />
70                        <Tool
71                                Name="VCXDCMakeTool"
72                        />
73                        <Tool
74                                Name="VCBscMakeTool"
75                        />
76                        <Tool
77                                Name="VCFxCopTool"
78                        />
79                        <Tool
80                                Name="VCPostBuildEventTool"
81                        />
82                </Configuration>
83                <Configuration
84                        Name="Release|Win32"
85                        OutputDirectory="$(SolutionDir)\bin"
86                        IntermediateDirectory="obj\$(ProjectName)\$(ConfigurationName)"
87                        ConfigurationType="4"
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="src;$(OGRE_HOME)\OgreMain\include;$(OGRE_HOME)\Dependencies\include; $(ENET_HOME)\include;$(BOOST_HOME)"
109                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;BOOST_ALL_DYN_LINK;LOADER_STATIC"
110                                RuntimeLibrary="2"
111                                UsePrecompiledHeader="0"
112                                WarningLevel="3"
113                                Detect64BitPortabilityProblems="true"
114                                DebugInformationFormat="3"
115                        />
116                        <Tool
117                                Name="VCManagedResourceCompilerTool"
118                        />
119                        <Tool
120                                Name="VCResourceCompilerTool"
121                        />
122                        <Tool
123                                Name="VCPreLinkEventTool"
124                        />
125                        <Tool
126                                Name="VCLibrarianTool"
127                                AdditionalDependencies="OgreMain.lib"
128                        />
129                        <Tool
130                                Name="VCALinkTool"
131                        />
132                        <Tool
133                                Name="VCXDCMakeTool"
134                        />
135                        <Tool
136                                Name="VCBscMakeTool"
137                        />
138                        <Tool
139                                Name="VCFxCopTool"
140                        />
141                        <Tool
142                                Name="VCPostBuildEventTool"
143                        />
144                </Configuration>
145        </Configurations>
146        <References>
147        </References>
148        <Files>
149                <Filter
150                        Name="Source Files"
151                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
152                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
153                        >
154                        <File
155                                RelativePath=".\src\loader\LevelLoader.cc"
156                                >
157                        </File>
158                </Filter>
159                <Filter
160                        Name="Header Files"
161                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
162                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
163                        >
164                        <File
165                                RelativePath=".\src\loader\LevelLoader.h"
166                                >
167                        </File>
168                        <File
169                                RelativePath=".\src\loader\loader_platform.h"
170                                >
171                        </File>
172                </Filter>
173                <Filter
174                        Name="Resource Files"
175                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
176                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
177                        >
178                </Filter>
179        </Files>
180        <Globals>
181        </Globals>
182</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.