~diresu/blender/blender-command-port

« back to all changes in this revision

Viewing changes to intern/container/make/msvc_7_0/container.vcproj

  • Committer: theeth
  • Date: 2008-10-14 16:52:04 UTC
  • Revision ID: vcs-imports@canonical.com-20081014165204-r32w2gm6s0osvdhn
copy back trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="container"
 
6
        SccProjectName=""
 
7
        SccLocalPath="">
 
8
        <Platforms>
 
9
                <Platform
 
10
                        Name="Win32"/>
 
11
        </Platforms>
 
12
        <Configurations>
 
13
                <Configuration
 
14
                        Name="Blender Release|Win32"
 
15
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\container"
 
16
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\container"
 
17
                        ConfigurationType="4"
 
18
                        UseOfMFC="0"
 
19
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
20
                        CharacterSet="2">
 
21
                        <Tool
 
22
                                Name="VCCLCompilerTool"
 
23
                                InlineFunctionExpansion="2"
 
24
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
25
                                StringPooling="TRUE"
 
26
                                RuntimeLibrary="0"
 
27
                                EnableFunctionLevelLinking="TRUE"
 
28
                                UsePrecompiledHeader="2"
 
29
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\container\container.pch"
 
30
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\container\"
 
31
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\container\"
 
32
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\container\"
 
33
                                WarningLevel="2"
 
34
                                SuppressStartupBanner="TRUE"/>
 
35
                        <Tool
 
36
                                Name="VCCustomBuildTool"/>
 
37
                        <Tool
 
38
                                Name="VCLibrarianTool"
 
39
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\libcontainer.lib"
 
40
                                SuppressStartupBanner="TRUE"/>
 
41
                        <Tool
 
42
                                Name="VCMIDLTool"/>
 
43
                        <Tool
 
44
                                Name="VCPostBuildEventTool"
 
45
                                Description="Copying CTR files library to lib tree"
 
46
                                CommandLine="ECHO Copying header files
 
47
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\container\include MKDIR ..\..\..\..\..\build\msvc_7\intern\container\include
 
48
XCOPY /Y ..\..\*.h ..\..\..\..\..\build\msvc_7\intern\container\include
 
49
ECHO Done
 
50
"/>
 
51
                        <Tool
 
52
                                Name="VCPreBuildEventTool"/>
 
53
                        <Tool
 
54
                                Name="VCPreLinkEventTool"/>
 
55
                        <Tool
 
56
                                Name="VCResourceCompilerTool"
 
57
                                PreprocessorDefinitions="NDEBUG"
 
58
                                Culture="1043"/>
 
59
                        <Tool
 
60
                                Name="VCWebServiceProxyGeneratorTool"/>
 
61
                        <Tool
 
62
                                Name="VCXMLDataGeneratorTool"/>
 
63
                        <Tool
 
64
                                Name="VCManagedWrapperGeneratorTool"/>
 
65
                        <Tool
 
66
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
67
                </Configuration>
 
68
                <Configuration
 
69
                        Name="Blender Debug|Win32"
 
70
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\container\debug"
 
71
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\container\debug"
 
72
                        ConfigurationType="4"
 
73
                        UseOfMFC="0"
 
74
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
75
                        CharacterSet="2">
 
76
                        <Tool
 
77
                                Name="VCCLCompilerTool"
 
78
                                Optimization="0"
 
79
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
80
                                BasicRuntimeChecks="3"
 
81
                                RuntimeLibrary="1"
 
82
                                BufferSecurityCheck="TRUE"
 
83
                                UsePrecompiledHeader="2"
 
84
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\container\debug\container.pch"
 
85
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\container\debug\"
 
86
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\container\debug\"
 
87
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\container\debug\"
 
88
                                WarningLevel="2"
 
89
                                SuppressStartupBanner="TRUE"
 
90
                                DebugInformationFormat="3"/>
 
91
                        <Tool
 
92
                                Name="VCCustomBuildTool"/>
 
93
                        <Tool
 
94
                                Name="VCLibrarianTool"
 
95
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\debug\libcontainer.lib"
 
96
                                SuppressStartupBanner="TRUE"/>
 
97
                        <Tool
 
98
                                Name="VCMIDLTool"/>
 
99
                        <Tool
 
100
                                Name="VCPostBuildEventTool"
 
101
                                Description="Copying CTR files library (debug target) to lib tree"
 
102
                                CommandLine="ECHO Copying header files
 
103
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\container\include MKDIR ..\..\..\..\..\build\msvc_7\intern\container\include
 
104
XCOPY /Y ..\..\*.h ..\..\..\..\..\build\msvc_7\intern\container\include
 
105
ECHO Done
 
106
"/>
 
107
                        <Tool
 
108
                                Name="VCPreBuildEventTool"/>
 
109
                        <Tool
 
110
                                Name="VCPreLinkEventTool"/>
 
111
                        <Tool
 
112
                                Name="VCResourceCompilerTool"
 
113
                                PreprocessorDefinitions="_DEBUG"
 
114
                                Culture="1043"/>
 
115
                        <Tool
 
116
                                Name="VCWebServiceProxyGeneratorTool"/>
 
117
                        <Tool
 
118
                                Name="VCXMLDataGeneratorTool"/>
 
119
                        <Tool
 
120
                                Name="VCManagedWrapperGeneratorTool"/>
 
121
                        <Tool
 
122
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
123
                </Configuration>
 
124
                <Configuration
 
125
                        Name="3DPlugin Release|Win32"
 
126
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\container\mtdll"
 
127
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\container\mtdll"
 
128
                        ConfigurationType="4"
 
129
                        UseOfMFC="0"
 
130
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
131
                        CharacterSet="2">
 
132
                        <Tool
 
133
                                Name="VCCLCompilerTool"
 
134
                                InlineFunctionExpansion="2"
 
135
                                PreprocessorDefinitions="WIN32,NDEBUG,_LIB"
 
136
                                StringPooling="TRUE"
 
137
                                RuntimeLibrary="2"
 
138
                                EnableFunctionLevelLinking="TRUE"
 
139
                                UsePrecompiledHeader="2"
 
140
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\container\mtdll\container.pch"
 
141
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\container\mtdll\"
 
142
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\container\mtdll\"
 
143
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\container\mtdll\"
 
144
                                WarningLevel="2"
 
145
                                SuppressStartupBanner="TRUE"/>
 
146
                        <Tool
 
147
                                Name="VCCustomBuildTool"/>
 
148
                        <Tool
 
149
                                Name="VCLibrarianTool"
 
150
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\mtdll\libcontainer.lib"
 
151
                                SuppressStartupBanner="TRUE"/>
 
152
                        <Tool
 
153
                                Name="VCMIDLTool"/>
 
154
                        <Tool
 
155
                                Name="VCPostBuildEventTool"
 
156
                                Description="Copying CTR files library to lib tree"
 
157
                                CommandLine="ECHO Copying header files
 
158
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\container\include MKDIR ..\..\..\..\..\build\msvc_7\intern\container\include
 
159
XCOPY /Y ..\..\*.h ..\..\..\..\..\build\msvc_7\intern\container\include
 
160
ECHO Done
 
161
"/>
 
162
                        <Tool
 
163
                                Name="VCPreBuildEventTool"/>
 
164
                        <Tool
 
165
                                Name="VCPreLinkEventTool"/>
 
166
                        <Tool
 
167
                                Name="VCResourceCompilerTool"
 
168
                                PreprocessorDefinitions="NDEBUG"
 
169
                                Culture="1043"/>
 
170
                        <Tool
 
171
                                Name="VCWebServiceProxyGeneratorTool"/>
 
172
                        <Tool
 
173
                                Name="VCXMLDataGeneratorTool"/>
 
174
                        <Tool
 
175
                                Name="VCManagedWrapperGeneratorTool"/>
 
176
                        <Tool
 
177
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
178
                </Configuration>
 
179
                <Configuration
 
180
                        Name="3DPlugin Debug|Win32"
 
181
                        OutputDirectory="..\..\..\..\..\build\msvc_7\intern\container\mtdll\debug"
 
182
                        IntermediateDirectory="..\..\..\..\..\build\msvc_7\intern\container\mtdll\debug"
 
183
                        ConfigurationType="4"
 
184
                        UseOfMFC="0"
 
185
                        ATLMinimizesCRunTimeLibraryUsage="FALSE"
 
186
                        CharacterSet="2">
 
187
                        <Tool
 
188
                                Name="VCCLCompilerTool"
 
189
                                Optimization="0"
 
190
                                PreprocessorDefinitions="WIN32,_DEBUG,_LIB"
 
191
                                BasicRuntimeChecks="3"
 
192
                                RuntimeLibrary="3"
 
193
                                BufferSecurityCheck="TRUE"
 
194
                                UsePrecompiledHeader="2"
 
195
                                PrecompiledHeaderFile="..\..\..\..\..\build\msvc_7\intern\container\mtdll\debug\container.pch"
 
196
                                AssemblerListingLocation="..\..\..\..\..\build\msvc_7\intern\container\mtdll\debug\"
 
197
                                ObjectFile="..\..\..\..\..\build\msvc_7\intern\container\mtdll\debug\"
 
198
                                ProgramDataBaseFileName="..\..\..\..\..\build\msvc_7\intern\container\mtdll\debug\"
 
199
                                WarningLevel="2"
 
200
                                SuppressStartupBanner="TRUE"
 
201
                                DebugInformationFormat="3"/>
 
202
                        <Tool
 
203
                                Name="VCCustomBuildTool"/>
 
204
                        <Tool
 
205
                                Name="VCLibrarianTool"
 
206
                                OutputFile="..\..\..\..\..\build\msvc_7\libs\intern\mtdll\debug\libcontainer.lib"
 
207
                                SuppressStartupBanner="TRUE"/>
 
208
                        <Tool
 
209
                                Name="VCMIDLTool"/>
 
210
                        <Tool
 
211
                                Name="VCPostBuildEventTool"
 
212
                                Description="Copying CTR files library (debug target) to lib tree"
 
213
                                CommandLine="ECHO Copying header files
 
214
IF NOT EXIST ..\..\..\..\..\build\msvc_7\intern\container\include MKDIR ..\..\..\..\..\build\msvc_7\intern\container\include
 
215
XCOPY /Y ..\..\*.h ..\..\..\..\..\build\msvc_7\intern\container\include
 
216
ECHO Done
 
217
"/>
 
218
                        <Tool
 
219
                                Name="VCPreBuildEventTool"/>
 
220
                        <Tool
 
221
                                Name="VCPreLinkEventTool"/>
 
222
                        <Tool
 
223
                                Name="VCResourceCompilerTool"
 
224
                                PreprocessorDefinitions="_DEBUG"
 
225
                                Culture="1043"/>
 
226
                        <Tool
 
227
                                Name="VCWebServiceProxyGeneratorTool"/>
 
228
                        <Tool
 
229
                                Name="VCXMLDataGeneratorTool"/>
 
230
                        <Tool
 
231
                                Name="VCManagedWrapperGeneratorTool"/>
 
232
                        <Tool
 
233
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
234
                </Configuration>
 
235
        </Configurations>
 
236
        <References>
 
237
        </References>
 
238
        <Files>
 
239
                <Filter
 
240
                        Name="intern"
 
241
                        Filter="">
 
242
                        <File
 
243
                                RelativePath="..\..\intern\CTR_List.cpp">
 
244
                                <FileConfiguration
 
245
                                        Name="Blender Release|Win32">
 
246
                                        <Tool
 
247
                                                Name="VCCLCompilerTool"
 
248
                                                AdditionalIncludeDirectories="../extern,../../;$(NoInherit)"
 
249
                                                CompileAs="0"/>
 
250
                                </FileConfiguration>
 
251
                                <FileConfiguration
 
252
                                        Name="Blender Debug|Win32">
 
253
                                        <Tool
 
254
                                                Name="VCCLCompilerTool"
 
255
                                                AdditionalIncludeDirectories="../../;$(NoInherit)"
 
256
                                                CompileAs="0"/>
 
257
                                </FileConfiguration>
 
258
                                <FileConfiguration
 
259
                                        Name="3DPlugin Release|Win32">
 
260
                                        <Tool
 
261
                                                Name="VCCLCompilerTool"
 
262
                                                AdditionalIncludeDirectories="../extern,../../;$(NoInherit)"
 
263
                                                CompileAs="0"/>
 
264
                                </FileConfiguration>
 
265
                                <FileConfiguration
 
266
                                        Name="3DPlugin Debug|Win32">
 
267
                                        <Tool
 
268
                                                Name="VCCLCompilerTool"
 
269
                                                AdditionalIncludeDirectories="../../;$(NoInherit)"
 
270
                                                CompileAs="0"/>
 
271
                                </FileConfiguration>
 
272
                        </File>
 
273
                </Filter>
 
274
                <File
 
275
                        RelativePath="..\..\CTR_List.h">
 
276
                </File>
 
277
                <File
 
278
                        RelativePath="..\..\CTR_Map.h">
 
279
                </File>
 
280
                <File
 
281
                        RelativePath="..\..\CTR_TaggedIndex.h">
 
282
                </File>
 
283
                <File
 
284
                        RelativePath="..\..\CTR_TaggedSetOps.h">
 
285
                </File>
 
286
                <File
 
287
                        RelativePath="..\..\CTR_UHeap.h">
 
288
                </File>
 
289
        </Files>
 
290
        <Globals>
 
291
        </Globals>
 
292
</VisualStudioProject>