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="libARvideo"
6
	ProjectGUID="{B5E62882-360E-46B2-A97F-50443BB795E3}"
7
	Keyword="Win32Proj">
8
	<Platforms>
9
		<Platform
10
			Name="Win32"/>
11
	</Platforms>
12
	<Configurations>
13
		<Configuration
14
			Name="Debug|Win32"
15
			OutputDirectory="Debug"
16
			IntermediateDirectory="Debug"
17
			ConfigurationType="2"
18
			CharacterSet="0">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				Optimization="0"
22
				AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\include&quot;;&quot;$(ProjectDir)..\..\..\DSVL\src&quot;"
23
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBARVIDEO_EXPORTS"
24
				BasicRuntimeChecks="3"
25
				RuntimeLibrary="3"
26
				BrowseInformation="1"
27
				DebugInformationFormat="3"/>
28
			<Tool
29
				Name="VCCustomBuildTool"/>
30
			<Tool
31
				Name="VCLinkerTool"
32
				AdditionalDependencies="DSVLd.lib comsupp.lib"
33
				OutputFile="$(ProjectDir)..\..\..\bin\$(ProjectName)d.dll"
34
				LinkIncremental="0"
35
				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\..\DSVL\lib\&quot;"
36
				GenerateDebugInformation="TRUE"
37
				ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
38
				ImportLibrary="$(ProjectDir)..\..\$(ProjectName)d.lib"/>
39
			<Tool
40
				Name="VCMIDLTool"/>
41
			<Tool
42
				Name="VCPostBuildEventTool"/>
43
			<Tool
44
				Name="VCPreBuildEventTool"/>
45
			<Tool
46
				Name="VCPreLinkEventTool"/>
47
			<Tool
48
				Name="VCResourceCompilerTool"/>
49
			<Tool
50
				Name="VCWebServiceProxyGeneratorTool"/>
51
			<Tool
52
				Name="VCXMLDataGeneratorTool"/>
53
			<Tool
54
				Name="VCWebDeploymentTool"/>
55
			<Tool
56
				Name="VCManagedWrapperGeneratorTool"/>
57
			<Tool
58
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59
		</Configuration>
60
		<Configuration
61
			Name="Release|Win32"
62
			OutputDirectory="Release"
63
			IntermediateDirectory="Release"
64
			ConfigurationType="2"
65
			CharacterSet="0">
66
			<Tool
67
				Name="VCCLCompilerTool"
68
				GlobalOptimizations="TRUE"
69
				InlineFunctionExpansion="1"
70
				FavorSizeOrSpeed="1"
71
				AdditionalIncludeDirectories="&quot;$(ProjectDir)..\..\..\include&quot;;&quot;$(ProjectDir)..\..\..\DSVL\src&quot;"
72
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBARVIDEO_EXPORTS"
73
				RuntimeLibrary="2"/>
74
			<Tool
75
				Name="VCCustomBuildTool"/>
76
			<Tool
77
				Name="VCLinkerTool"
78
				AdditionalDependencies="DSVL.lib comsupp.lib"
79
				OutputFile="$(ProjectDir)..\..\..\bin\$(ProjectName).dll"
80
				AdditionalLibraryDirectories="&quot;$(ProjectDir)..\..\..\DSVL\lib\&quot;"
81
				ImportLibrary="$(ProjectDir)..\..\$(ProjectName).lib"/>
82
			<Tool
83
				Name="VCMIDLTool"/>
84
			<Tool
85
				Name="VCPostBuildEventTool"/>
86
			<Tool
87
				Name="VCPreBuildEventTool"/>
88
			<Tool
89
				Name="VCPreLinkEventTool"/>
90
			<Tool
91
				Name="VCResourceCompilerTool"/>
92
			<Tool
93
				Name="VCWebServiceProxyGeneratorTool"/>
94
			<Tool
95
				Name="VCXMLDataGeneratorTool"/>
96
			<Tool
97
				Name="VCWebDeploymentTool"/>
98
			<Tool
99
				Name="VCManagedWrapperGeneratorTool"/>
100
			<Tool
101
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
102
		</Configuration>
103
	</Configurations>
104
	<References>
105
	</References>
106
	<Files>
107
		<Filter
108
			Name="Source Files"
109
			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
110
			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
111
			<File
112
				RelativePath=".\videoWin32DirectShow.cpp">
113
			</File>
114
		</Filter>
115
	</Files>
116
	<Globals>
117
	</Globals>
118
</VisualStudioProject>