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="IEEE1394_id"
6
	ProjectGUID="{BC55969A-78AA-4C47-AB02-CA04409C6EF8}"
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="1"
18
			CharacterSet="2">
19
			<Tool
20
				Name="VCCLCompilerTool"
21
				AdditionalOptions=""
22
				Optimization="0"
23
				AdditionalIncludeDirectories="$(ProjectDir)..\src"
24
				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
25
				MinimalRebuild="TRUE"
26
				BasicRuntimeChecks="3"
27
				RuntimeLibrary="1"
28
				WarningLevel="3"
29
				Detect64BitPortabilityProblems="TRUE"
30
				DebugInformationFormat="3"/>
31
			<Tool
32
				Name="VCCustomBuildTool"/>
33
			<Tool
34
				Name="VCLinkerTool"
35
				AdditionalOptions="/MACHINE:I386 /fixed:no"
36
				AdditionalDependencies="msdmo.lib dmoguids.lib strmiids.lib dxguid.lib winmm.lib strmbasd.lib comsupp.lib Quartz.lib"
37
				OutputFile="$(ProjectDir)..\bin\$(ProjectName)d.exe"
38
				Version="0.0.2"
39
				LinkIncremental="2"
40
				SuppressStartupBanner="TRUE"
41
				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;"
42
				GenerateDebugInformation="TRUE"
43
				SubSystem="1"
44
				TargetMachine="1"/>
45
			<Tool
46
				Name="VCMIDLTool"/>
47
			<Tool
48
				Name="VCPostBuildEventTool"/>
49
			<Tool
50
				Name="VCPreBuildEventTool"/>
51
			<Tool
52
				Name="VCPreLinkEventTool"/>
53
			<Tool
54
				Name="VCResourceCompilerTool"
55
				PreprocessorDefinitions="_DEBUG"
56
				Culture="1033"/>
57
			<Tool
58
				Name="VCWebServiceProxyGeneratorTool"/>
59
			<Tool
60
				Name="VCXMLDataGeneratorTool"/>
61
			<Tool
62
				Name="VCWebDeploymentTool"/>
63
			<Tool
64
				Name="VCManagedWrapperGeneratorTool"/>
65
			<Tool
66
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67
		</Configuration>
68
		<Configuration
69
			Name="Release|Win32"
70
			OutputDirectory="Release"
71
			IntermediateDirectory="Release"
72
			ConfigurationType="1"
73
			CharacterSet="2">
74
			<Tool
75
				Name="VCCLCompilerTool"
76
				AdditionalOptions=""
77
				Optimization="2"
78
				InlineFunctionExpansion="1"
79
				OmitFramePointers="TRUE"
80
				OptimizeForWindowsApplication="TRUE"
81
				AdditionalIncludeDirectories="$(ProjectDir)..\src"
82
				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
83
				StringPooling="TRUE"
84
				RuntimeLibrary="0"
85
				EnableFunctionLevelLinking="TRUE"
86
				WarningLevel="3"
87
				Detect64BitPortabilityProblems="TRUE"
88
				DebugInformationFormat="3"/>
89
			<Tool
90
				Name="VCCustomBuildTool"/>
91
			<Tool
92
				Name="VCLinkerTool"
93
				AdditionalOptions=""
94
				AdditionalDependencies="msdmo.lib dmoguids.lib strmiids.lib dxguid.lib winmm.lib strmbase.lib comsupp.lib Quartz.lib"
95
				OutputFile="$(ProjectDir)..\bin\$(ProjectName).exe"
96
				Version="0.0.2"
97
				LinkIncremental="1"
98
				SuppressStartupBanner="TRUE"
99
				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;"
100
				GenerateDebugInformation="TRUE"
101
				SubSystem="1"
102
				OptimizeReferences="2"
103
				EnableCOMDATFolding="2"
104
				TargetMachine="1"/>
105
			<Tool
106
				Name="VCMIDLTool"/>
107
			<Tool
108
				Name="VCPostBuildEventTool"/>
109
			<Tool
110
				Name="VCPreBuildEventTool"/>
111
			<Tool
112
				Name="VCPreLinkEventTool"/>
113
			<Tool
114
				Name="VCResourceCompilerTool"/>
115
			<Tool
116
				Name="VCWebServiceProxyGeneratorTool"/>
117
			<Tool
118
				Name="VCXMLDataGeneratorTool"/>
119
			<Tool
120
				Name="VCWebDeploymentTool"/>
121
			<Tool
122
				Name="VCManagedWrapperGeneratorTool"/>
123
			<Tool
124
				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
125
		</Configuration>
126
	</Configurations>
127
	<References>
128
	</References>
129
	<Files>
130
		<File
131
			RelativePath="IEEE1394_id.cpp">
132
		</File>
133
		<File
134
			RelativePath="..\LICENSE.txt">
135
		</File>
136
		<File
137
			RelativePath="..\README.txt">
138
		</File>
139
	</Files>
140
	<Globals>
141
	</Globals>
142
</VisualStudioProject>