source: trunk/src/testing/app/wshare/ScreenCapture.vcproj @ 4

Revision 4, 6.1 KB checked in by ajaworski, 13 years ago (diff)

Added modified SAGE sources

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="ScreenCapture"
6        ProjectGUID="{722C60A5-1818-450C-8F15-E8FB0EF58B8B}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13        </Platforms>
14        <ToolFiles>
15        </ToolFiles>
16        <Configurations>
17                <Configuration
18                        Name="Debug|Win32"
19                        OutputDirectory="Debug"
20                        IntermediateDirectory="Debug"
21                        ConfigurationType="1"
22                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
23                        CharacterSet="2"
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="C:\sources\sage3.0\win32\include;C:\sources\sage3.0\include"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;"
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="VCLinkerTool"
64                                AdditionalDependencies="d3d9.lib d3dx9.lib vfw32.lib shell32.lib Ws2_32.lib pthread.lib quanta.lib sail.lib portaudio_x86.lib"
65                                OutputFile="$(OutDir)/ScreenCapture.exe"
66                                LinkIncremental="2"
67                                AdditionalLibraryDirectories="C:\sources\sage3.0\lib;C:\sources\sage3.0\win32\lib"
68                                IgnoreAllDefaultLibraries="false"
69                                GenerateDebugInformation="true"
70                                ProgramDatabaseFile="$(OutDir)/ScreenCapture.pdb"
71                                SubSystem="2"
72                                TargetMachine="1"
73                        />
74                        <Tool
75                                Name="VCALinkTool"
76                        />
77                        <Tool
78                                Name="VCManifestTool"
79                        />
80                        <Tool
81                                Name="VCXDCMakeTool"
82                        />
83                        <Tool
84                                Name="VCBscMakeTool"
85                        />
86                        <Tool
87                                Name="VCFxCopTool"
88                        />
89                        <Tool
90                                Name="VCAppVerifierTool"
91                        />
92                        <Tool
93                                Name="VCWebDeploymentTool"
94                        />
95                        <Tool
96                                Name="VCPostBuildEventTool"
97                        />
98                </Configuration>
99                <Configuration
100                        Name="Release|Win32"
101                        OutputDirectory="Release"
102                        IntermediateDirectory="Release"
103                        ConfigurationType="1"
104                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
105                        CharacterSet="2"
106                        >
107                        <Tool
108                                Name="VCPreBuildEventTool"
109                        />
110                        <Tool
111                                Name="VCCustomBuildTool"
112                        />
113                        <Tool
114                                Name="VCXMLDataGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCWebServiceProxyGeneratorTool"
118                        />
119                        <Tool
120                                Name="VCMIDLTool"
121                        />
122                        <Tool
123                                Name="VCCLCompilerTool"
124                                Optimization="2"
125                                InlineFunctionExpansion="1"
126                                OmitFramePointers="true"
127                                AdditionalIncludeDirectories="C:\sources\sage3.0\win32\include;C:\sources\sage3.0\include"
128                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;"
129                                StringPooling="true"
130                                RuntimeLibrary="2"
131                                EnableFunctionLevelLinking="true"
132                                UsePrecompiledHeader="0"
133                                WarningLevel="3"
134                                Detect64BitPortabilityProblems="true"
135                                DebugInformationFormat="3"
136                        />
137                        <Tool
138                                Name="VCManagedResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCResourceCompilerTool"
142                        />
143                        <Tool
144                                Name="VCPreLinkEventTool"
145                        />
146                        <Tool
147                                Name="VCLinkerTool"
148                                AdditionalDependencies="d3d9.lib d3dx9.lib vfw32.lib Ws2_32.lib pthread.lib quanta.lib sail.lib portaudio_x86.lib"
149                                OutputFile="$(OutDir)/ScreenCapture.exe"
150                                LinkIncremental="1"
151                                AdditionalLibraryDirectories="C:\sources\sage3.0\lib;C:\sources\sage3.0\win32\lib"
152                                GenerateDebugInformation="true"
153                                SubSystem="2"
154                                OptimizeReferences="2"
155                                EnableCOMDATFolding="2"
156                                TargetMachine="1"
157                        />
158                        <Tool
159                                Name="VCALinkTool"
160                        />
161                        <Tool
162                                Name="VCManifestTool"
163                        />
164                        <Tool
165                                Name="VCXDCMakeTool"
166                        />
167                        <Tool
168                                Name="VCBscMakeTool"
169                        />
170                        <Tool
171                                Name="VCFxCopTool"
172                        />
173                        <Tool
174                                Name="VCAppVerifierTool"
175                        />
176                        <Tool
177                                Name="VCWebDeploymentTool"
178                        />
179                        <Tool
180                                Name="VCPostBuildEventTool"
181                        />
182                </Configuration>
183        </Configurations>
184        <References>
185        </References>
186        <Files>
187                <Filter
188                        Name="Source Files"
189                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
190                        >
191                        <File
192                                RelativePath="AviFile.cpp"
193                                >
194                        </File>
195                        <File
196                                RelativePath=".\dxt.cpp"
197                                >
198                        </File>
199                        <File
200                                RelativePath=".\intrinsic.cpp"
201                                >
202                        </File>
203                        <File
204                                RelativePath=".\libdxt.cpp"
205                                >
206                        </File>
207                        <File
208                                RelativePath="ScreenCapture.cpp"
209                                >
210                        </File>
211                        <File
212                                RelativePath="stdafx.cpp"
213                                >
214                                <FileConfiguration
215                                        Name="Debug|Win32"
216                                        >
217                                        <Tool
218                                                Name="VCCLCompilerTool"
219                                                UsePrecompiledHeader="1"
220                                        />
221                                </FileConfiguration>
222                                <FileConfiguration
223                                        Name="Release|Win32"
224                                        >
225                                        <Tool
226                                                Name="VCCLCompilerTool"
227                                                UsePrecompiledHeader="1"
228                                        />
229                                </FileConfiguration>
230                        </File>
231                        <File
232                                RelativePath=".\util.cpp"
233                                >
234                        </File>
235                </Filter>
236                <Filter
237                        Name="Header Files"
238                        Filter="h;hpp;hxx;hm;inl;inc"
239                        >
240                        <File
241                                RelativePath="AviFile.h"
242                                >
243                        </File>
244                        <File
245                                RelativePath=".\dxt.h"
246                                >
247                        </File>
248                        <File
249                                RelativePath=".\libdxt.h"
250                                >
251                        </File>
252                        <File
253                                RelativePath="Resource.h"
254                                >
255                        </File>
256                        <File
257                                RelativePath="ScreenCapture.h"
258                                >
259                        </File>
260                        <File
261                                RelativePath="stdafx.h"
262                                >
263                        </File>
264                        <File
265                                RelativePath=".\util.h"
266                                >
267                        </File>
268                </Filter>
269                <Filter
270                        Name="Resource Files"
271                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
272                        >
273                        <File
274                                RelativePath="ico00001.ico"
275                                >
276                        </File>
277                        <File
278                                RelativePath="icon1.ico"
279                                >
280                        </File>
281                        <File
282                                RelativePath="ScreenCapture.ico"
283                                >
284                        </File>
285                        <File
286                                RelativePath="ScreenCapture.rc"
287                                >
288                        </File>
289                        <File
290                                RelativePath="small.ico"
291                                >
292                        </File>
293                </Filter>
294        </Files>
295        <Globals>
296        </Globals>
297</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.