Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 678 was 678, checked in by rgrieder, 16 years ago
  • put visual studio files in a separate folder
  • added vs property sheets to simplify handling of properties
File size: 3.1 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="4"
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_STATIC"
43                        />
44                        <Tool
45                                Name="VCManagedResourceCompilerTool"
46                        />
47                        <Tool
48                                Name="VCResourceCompilerTool"
49                        />
50                        <Tool
51                                Name="VCPreLinkEventTool"
52                        />
53                        <Tool
54                                Name="VCLibrarianTool"
55                        />
56                        <Tool
57                                Name="VCALinkTool"
58                        />
59                        <Tool
60                                Name="VCXDCMakeTool"
61                        />
62                        <Tool
63                                Name="VCBscMakeTool"
64                        />
65                        <Tool
66                                Name="VCFxCopTool"
67                        />
68                        <Tool
69                                Name="VCPostBuildEventTool"
70                        />
71                </Configuration>
72                <Configuration
73                        Name="Release|Win32"
74                        ConfigurationType="4"
75                        InheritedPropertySheets=".\base_properties_release.vsprops"
76                        CharacterSet="1"
77                        WholeProgramOptimization="1"
78                        >
79                        <Tool
80                                Name="VCPreBuildEventTool"
81                        />
82                        <Tool
83                                Name="VCCustomBuildTool"
84                        />
85                        <Tool
86                                Name="VCXMLDataGeneratorTool"
87                        />
88                        <Tool
89                                Name="VCWebServiceProxyGeneratorTool"
90                        />
91                        <Tool
92                                Name="VCMIDLTool"
93                        />
94                        <Tool
95                                Name="VCCLCompilerTool"
96                                AdditionalIncludeDirectories=""
97                                PreprocessorDefinitions="LOADER_STATIC"
98                        />
99                        <Tool
100                                Name="VCManagedResourceCompilerTool"
101                        />
102                        <Tool
103                                Name="VCResourceCompilerTool"
104                        />
105                        <Tool
106                                Name="VCPreLinkEventTool"
107                        />
108                        <Tool
109                                Name="VCLibrarianTool"
110                        />
111                        <Tool
112                                Name="VCALinkTool"
113                        />
114                        <Tool
115                                Name="VCXDCMakeTool"
116                        />
117                        <Tool
118                                Name="VCBscMakeTool"
119                        />
120                        <Tool
121                                Name="VCFxCopTool"
122                        />
123                        <Tool
124                                Name="VCPostBuildEventTool"
125                        />
126                </Configuration>
127        </Configurations>
128        <References>
129        </References>
130        <Files>
131                <Filter
132                        Name="Source Files"
133                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
134                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
135                        >
136                        <File
137                                RelativePath="..\src\loader\LevelLoader.cc"
138                                >
139                        </File>
140                </Filter>
141                <Filter
142                        Name="Header Files"
143                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
144                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
145                        >
146                        <File
147                                RelativePath="..\src\loader\LevelLoader.h"
148                                >
149                        </File>
150                        <File
151                                RelativePath="..\src\loader\LoaderPlatform.h"
152                                >
153                        </File>
154                </Filter>
155                <Filter
156                        Name="Resource Files"
157                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
158                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
159                        >
160                </Filter>
161        </Files>
162        <Globals>
163        </Globals>
164</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.