Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 chris 1
<?xml version="1.0" encoding="Windows-1252"?>
2
<VisualStudioProject
3
	ProjectType="Visual C++"
4
	Version="7.10"
5
	Name="DSVL"
6
	ProjectGUID="{BFA16123-9EB6-4641-A33F-9FFD7511AD5D}"
7
	RootNamespace="DsVideoLib"
8
	SccProjectName=""
9
	SccLocalPath="">
10
	<Platforms>
11
		<Platform
12
			Name="Win32"/>
13
	</Platforms>
14
	<Configurations>
15
		<Configuration
16
			Name="Debug|Win32"
17
			OutputDirectory=".\Debug"
18
			IntermediateDirectory=".\Debug"
19
			ConfigurationType="2"
20
			UseOfMFC="0"
21
			UseOfATL="0"
22
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
23
			CharacterSet="2">
24
			<Tool
25
				Name="VCCLCompilerTool"
26
				AdditionalOptions=""
27
				Optimization="0"
28
				AdditionalIncludeDirectories="&quot;$(ProjectDir)..\src&quot;;&quot;($DXSDK_DIR)include&quot;;&quot;($DXSDK_DIR)Extras\DirectShow\Samples\C++\DirectShow\Common&quot;;&quot;($DXSDK_DIR)Extras\DirectShow\Samples\C++\DirectShow\BaseClasses&quot;;&quot;$(ProjectDir)..\extlib\tinyxml&quot;"
29
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DSVL_EXPORTS;TIXML_USE_STL"
30
				BasicRuntimeChecks="3"
31
				RuntimeLibrary="3"
32
				AssemblerListingLocation=".\Debug/"
33
				ObjectFile=".\Debug/"
34
				ProgramDataBaseFileName=".\Debug/"
35
				BrowseInformationFile=""
36
				WarningLevel="3"
37
				SuppressStartupBanner="TRUE"
38
				DebugInformationFormat="3"/>
39
			<Tool
40
				Name="VCCustomBuildTool"/>
41
			<Tool
42
				Name="VCLinkerTool"
43
				AdditionalOptions="/MACHINE:I386 /fixed:no"
44
				AdditionalDependencies="strmbasd.lib comsupp.lib Quartz.lib winmm.lib tinyxmld_STL.lib"
45
				OutputFile="$(ProjectDir)..\bin\$(ProjectName)d.dll"
46
				Version="0.0.8"
47
				SuppressStartupBanner="TRUE"
48
				AdditionalLibraryDirectories="&quot;($DXSDK_DIR)Extras\DirectShow\Samples\C++\DirectShow\BaseClasses\debug\&quot;;&quot;($DXSDK_DIR)Extras\DirectShow\Lib\x86&quot;;&quot;($DXSDK_DIR)lib\&quot;;&quot;$(ProjectDir)..\lib&quot;"
49
				IgnoreDefaultLibraryNames="libmmt.lib, libircmt.lib"
50
				GenerateDebugInformation="TRUE"
51
				SubSystem="2"
52
				ImportLibrary="$(ProjectDir)..\lib\$(ProjectName)d.lib"/>
53
			<Tool
54
				Name="VCMIDLTool"
55
				PreprocessorDefinitions="_DEBUG"
56
				MkTypLibCompatible="TRUE"
57
				SuppressStartupBanner="TRUE"
58
				TargetEnvironment="1"/>
59
			<Tool
60
				Name="VCPostBuildEventTool"/>
61
			<Tool
62
				Name="VCPreBuildEventTool"/>
63
			<Tool
64
				Name="VCPreLinkEventTool"/>
65
			<Tool
66
				Name="VCResourceCompilerTool"
67
				PreprocessorDefinitions="_DEBUG"
68
				Culture="1033"/>
69
			<Tool
70
				Name="VCWebServiceProxyGeneratorTool"/>
71
			<Tool
72
				Name="VCXMLDataGeneratorTool"/>
73
			<Tool
74
				Name="VCWebDeploymentTool"/>
75
			<Tool
76
				Name="VCManagedWrapperGeneratorTool"/>
77
			<Tool
78
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
79
		</Configuration>
80
		<Configuration
81
			Name="Release|Win32"
82
			OutputDirectory=".\Release"
83
			IntermediateDirectory=".\Release"
84
			ConfigurationType="2"
85
			UseOfMFC="0"
86
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
87
			CharacterSet="2"
88
			WholeProgramOptimization="TRUE">
89
			<Tool
90
				Name="VCCLCompilerTool"
91
				AdditionalOptions=""
92
				Optimization="2"
93
				GlobalOptimizations="TRUE"
94
				InlineFunctionExpansion="1"
95
				EnableIntrinsicFunctions="TRUE"
96
				FavorSizeOrSpeed="1"
97
				OptimizeForProcessor="0"
98
				AdditionalIncludeDirectories="&quot;$(ProjectDir)/../src&quot;;&quot;($DXSDK_DIR)include&quot;;&quot;($DXSDK_DIR)Extras\DirectShow\Samples\C++\DirectShow\Common&quot;;&quot;($DXSDK_DIR)Extras\DirectShow\Samples\C++\DirectShow\BaseClasses&quot;;&quot;$(ProjectDir)/../extlib/tinyxml&quot;"
99
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSVL_EXPORTS;TIXML_USE_STL"
100
				StringPooling="TRUE"
101
				RuntimeLibrary="2"
102
				EnableFunctionLevelLinking="TRUE"
103
				AssemblerListingLocation=".\Release/"
104
				ObjectFile=".\Release/"
105
				ProgramDataBaseFileName=".\Release/"
106
				WarningLevel="3"
107
				SuppressStartupBanner="TRUE"
108
				DebugInformationFormat="3"/>
109
			<Tool
110
				Name="VCCustomBuildTool"/>
111
			<Tool
112
				Name="VCLinkerTool"
113
				AdditionalOptions="/MACHINE:I386 /LTCG"
114
				AdditionalDependencies="msdmo.lib dmoguids.lib strmiids.lib dxguid.lib winmm.lib strmbase.lib comsupp.lib Quartz.lib tinyxml_STL.lib"
115
				OutputFile="$(ProjectDir)..\bin\$(ProjectName).dll"
116
				Version="0.0.8"
117
				SuppressStartupBanner="TRUE"
118
				AdditionalLibraryDirectories="&quot;($DXSDK_DIR)Extras\DirectShow\Samples\C++\DirectShow\BaseClasses\release\&quot;;&quot;($DXSDK_DIR)Extras\DirectShow\Lib\x86&quot;;&quot;($DXSDK_DIR)lib\&quot;;&quot;$(ProjectDir)..\lib&quot;"
119
				ImportLibrary="$(ProjectDir)..\lib\$(ProjectName).lib"/>
120
			<Tool
121
				Name="VCMIDLTool"
122
				PreprocessorDefinitions="NDEBUG"
123
				MkTypLibCompatible="TRUE"
124
				SuppressStartupBanner="TRUE"
125
				TargetEnvironment="1"/>
126
			<Tool
127
				Name="VCPostBuildEventTool"/>
128
			<Tool
129
				Name="VCPreBuildEventTool"/>
130
			<Tool
131
				Name="VCPreLinkEventTool"/>
132
			<Tool
133
				Name="VCResourceCompilerTool"
134
				PreprocessorDefinitions="NDEBUG,_IMSC"
135
				Culture="1033"/>
136
			<Tool
137
				Name="VCWebServiceProxyGeneratorTool"/>
138
			<Tool
139
				Name="VCXMLDataGeneratorTool"/>
140
			<Tool
141
				Name="VCWebDeploymentTool"/>
142
			<Tool
143
				Name="VCManagedWrapperGeneratorTool"/>
144
			<Tool
145
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
146
		</Configuration>
147
	</Configurations>
148
	<References>
149
	</References>
150
	<Files>
151
		<Filter
152
			Name="Source Files"
153
			Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
154
			<File
155
				RelativePath=".\DSVL.cpp">
156
			</File>
157
			<File
158
				RelativePath=".\DSVL_GraphManager.cpp">
159
			</File>
160
			<File
161
				RelativePath=".\DSVL_Helpers.cpp">
162
			</File>
163
			<File
164
				RelativePath=".\DSVL_PixelFormat.cpp">
165
			</File>
166
		</Filter>
167
		<Filter
168
			Name="Header Files"
169
			Filter="h;hpp;hxx;hm;inl">
170
			<File
171
				RelativePath=".\DSVL.h">
172
			</File>
173
			<File
174
				RelativePath=".\DSVL_GraphManager.h">
175
			</File>
176
			<File
177
				RelativePath=".\DSVL_Helpers.h">
178
			</File>
179
			<File
180
				RelativePath=".\DSVL_PixelFormat.h">
181
			</File>
182
			<File
183
				RelativePath=".\DSVL_PixelFormatTypes.h">
184
			</File>
185
		</Filter>
186
		<File
187
			RelativePath="..\LICENSE.txt">
188
		</File>
189
		<File
190
			RelativePath="..\README.txt">
191
		</File>
192
	</Files>
193
	<Globals>
194
		<Global
195
			Name="DevPartner_IsInstrumented"
196
			Value="0"/>
197
	</Globals>
198
</VisualStudioProject>