blob: a38f729c6d2a69fa76603e159a1a6cbc0dc184db [file] [log] [blame]
openvcdiff311c7142008-08-26 19:29:25 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="vcencoder_test"
6 ProjectGUID="{CB30C697-D33C-4410-94DE-D7CC481A5284}"
7 RootNamespace="vcencoder_test"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="1"
23 CharacterSet="1"
24 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
25 >
26 <Tool
27 Name="VCPreBuildEventTool"
28 />
29 <Tool
30 Name="VCCustomBuildTool"
31 />
32 <Tool
33 Name="VCXMLDataGeneratorTool"
34 />
35 <Tool
36 Name="VCWebServiceProxyGeneratorTool"
37 />
38 <Tool
39 Name="VCMIDLTool"
40 />
41 <Tool
42 Name="VCCLCompilerTool"
43 Optimization="0"
openvcdiff@gmail.com732fff22010-08-04 18:00:00 +000044 AdditionalIncludeDirectories="../..;../../gtest;../../gtest/include;../../src;../../vsprojects"
openvcdiff311c7142008-08-26 19:29:25 +000045 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 DefaultCharIsUnsigned="true"
50 UsePrecompiledHeader="0"
51 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
52 WarningLevel="3"
53 WarnAsError="true"
54 Detect64BitPortabilityProblems="true"
55 DebugInformationFormat="4"
56 />
57 <Tool
58 Name="VCManagedResourceCompilerTool"
59 />
60 <Tool
61 Name="VCResourceCompilerTool"
62 />
63 <Tool
64 Name="VCPreLinkEventTool"
65 />
66 <Tool
67 Name="VCLinkerTool"
68 LinkIncremental="2"
69 AdditionalLibraryDirectories=""
70 GenerateDebugInformation="true"
71 SubSystem="1"
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 CommandLine="$(OutDir)\$(ProjectName).exe"
98 />
99 </Configuration>
100 <Configuration
101 Name="Release|Win32"
102 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
103 IntermediateDirectory="$(ConfigurationName)"
104 ConfigurationType="1"
105 CharacterSet="1"
106 WholeProgramOptimization="1"
107 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
108 >
109 <Tool
110 Name="VCPreBuildEventTool"
111 />
112 <Tool
113 Name="VCCustomBuildTool"
114 />
115 <Tool
116 Name="VCXMLDataGeneratorTool"
117 />
118 <Tool
119 Name="VCWebServiceProxyGeneratorTool"
120 />
121 <Tool
122 Name="VCMIDLTool"
123 />
124 <Tool
125 Name="VCCLCompilerTool"
openvcdiff@gmail.com732fff22010-08-04 18:00:00 +0000126 AdditionalIncludeDirectories="../..;../../gtest;../../gtest/include;../../src;../../vsprojects"
openvcdiff311c7142008-08-26 19:29:25 +0000127 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
128 RuntimeLibrary="2"
129 DefaultCharIsUnsigned="true"
130 UsePrecompiledHeader="0"
131 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
132 WarningLevel="3"
133 WarnAsError="true"
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 LinkIncremental="1"
149 AdditionalLibraryDirectories=""
150 GenerateDebugInformation="true"
151 SubSystem="1"
152 OptimizeReferences="2"
153 EnableCOMDATFolding="2"
154 TargetMachine="1"
155 />
156 <Tool
157 Name="VCALinkTool"
158 />
159 <Tool
160 Name="VCManifestTool"
161 />
162 <Tool
163 Name="VCXDCMakeTool"
164 />
165 <Tool
166 Name="VCBscMakeTool"
167 />
168 <Tool
169 Name="VCFxCopTool"
170 />
171 <Tool
172 Name="VCAppVerifierTool"
173 />
174 <Tool
175 Name="VCWebDeploymentTool"
176 />
177 <Tool
178 Name="VCPostBuildEventTool"
179 CommandLine="$(OutDir)\$(ProjectName).exe"
180 />
181 </Configuration>
182 </Configurations>
183 <References>
184 </References>
185 <Files>
186 <Filter
187 Name="Source Files"
188 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
189 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
190 >
191 <File
192 RelativePath="..\..\src\vcencoder_test.cc"
193 >
194 </File>
195 </Filter>
196 <Filter
197 Name="Header Files"
198 Filter="h;hpp;hxx;hm;inl;inc;xsd"
199 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
200 >
201 </Filter>
202 <Filter
203 Name="Resource Files"
204 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
205 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
206 >
207 </Filter>
208 </Files>
209 <Globals>
210 </Globals>
211</VisualStudioProject>