gmock_test.vcproj revision 13481
14120SN/A<?xml version="1.0" encoding="Windows-1252"?>
24120SN/A<VisualStudioProject
39917Ssteve.reinhardt@amd.com	ProjectType="Visual C++"
44120SN/A	Version="8.00"
54120SN/A	Name="gmock_test"
67087Snate@binkert.org	ProjectGUID="{F10D22F8-AC7B-4213-8720-608E7D878CD2}"
77087Snate@binkert.org	RootNamespace="gmock_test"
87087Snate@binkert.org	Keyword="Win32Proj"
97087Snate@binkert.org	>
107087Snate@binkert.org	<Platforms>
117087Snate@binkert.org		<Platform
127087Snate@binkert.org			Name="Win32"
137087Snate@binkert.org		/>
144120SN/A	</Platforms>
157087Snate@binkert.org	<ToolFiles>
167087Snate@binkert.org	</ToolFiles>
177087Snate@binkert.org	<Configurations>
187087Snate@binkert.org		<Configuration
197087Snate@binkert.org			Name="Debug|Win32"
207087Snate@binkert.org			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
217087Snate@binkert.org			IntermediateDirectory="$(OutDir)\$(ProjectName)"
227087Snate@binkert.org			ConfigurationType="1"
234120SN/A			InheritedPropertySheets=".\gmock_config.vsprops"
247087Snate@binkert.org			CharacterSet="1"
254120SN/A			>
264120SN/A			<Tool
274120SN/A				Name="VCPreBuildEventTool"
284120SN/A			/>
294120SN/A			<Tool
304120SN/A				Name="VCCustomBuildTool"
314120SN/A			/>
324120SN/A			<Tool
334120SN/A				Name="VCXMLDataGeneratorTool"
344120SN/A			/>
354120SN/A			<Tool
364120SN/A				Name="VCWebServiceProxyGeneratorTool"
374120SN/A			/>
384120SN/A			<Tool
394120SN/A				Name="VCMIDLTool"
404120SN/A			/>
416329Sgblack@eecs.umich.edu			<Tool
426329Sgblack@eecs.umich.edu				Name="VCCLCompilerTool"
436216SN/A				AdditionalOptions="/bigobj"
448961Sgblack@eecs.umich.edu				Optimization="0"
457629Sgblack@eecs.umich.edu				AdditionalIncludeDirectories="..\..\include;..\.."
469921Syasuko.eckert@amd.com				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
477629Sgblack@eecs.umich.edu				MinimalRebuild="true"
486315SN/A				BasicRuntimeChecks="3"
494137SN/A				RuntimeLibrary="1"
504120SN/A				UsePrecompiledHeader="0"
514120SN/A				WarningLevel="3"
526329Sgblack@eecs.umich.edu				Detect64BitPortabilityProblems="true"
536329Sgblack@eecs.umich.edu				DebugInformationFormat="3"
549046SAli.Saidi@ARM.com			/>
556329Sgblack@eecs.umich.edu			<Tool
566313SN/A				Name="VCManagedResourceCompilerTool"
576329Sgblack@eecs.umich.edu			/>
589921Syasuko.eckert@amd.com			<Tool
599921Syasuko.eckert@amd.com				Name="VCResourceCompilerTool"
609921Syasuko.eckert@amd.com			/>
619921Syasuko.eckert@amd.com			<Tool
626319SN/A				Name="VCPreLinkEventTool"
639917Ssteve.reinhardt@amd.com			/>
649917Ssteve.reinhardt@amd.com			<Tool
656329Sgblack@eecs.umich.edu				Name="VCLinkerTool"
669917Ssteve.reinhardt@amd.com				LinkIncremental="2"
676315SN/A				GenerateDebugInformation="true"
686329Sgblack@eecs.umich.edu				SubSystem="1"
696329Sgblack@eecs.umich.edu				TargetMachine="1"
709918Ssteve.reinhardt@amd.com			/>
719917Ssteve.reinhardt@amd.com			<Tool
729917Ssteve.reinhardt@amd.com				Name="VCALinkTool"
739918Ssteve.reinhardt@amd.com			/>
749920Syasuko.eckert@amd.com			<Tool
7510935Snilay@cs.wisc.edu				Name="VCManifestTool"
769918Ssteve.reinhardt@amd.com			/>
776329Sgblack@eecs.umich.edu			<Tool
784137SN/A				Name="VCXDCMakeTool"
796329Sgblack@eecs.umich.edu			/>
806329Sgblack@eecs.umich.edu			<Tool
816329Sgblack@eecs.umich.edu				Name="VCBscMakeTool"
826329Sgblack@eecs.umich.edu			/>
836329Sgblack@eecs.umich.edu			<Tool
846329Sgblack@eecs.umich.edu				Name="VCFxCopTool"
856329Sgblack@eecs.umich.edu			/>
866329Sgblack@eecs.umich.edu			<Tool
874137SN/A				Name="VCAppVerifierTool"
886329Sgblack@eecs.umich.edu			/>
896329Sgblack@eecs.umich.edu			<Tool
906329Sgblack@eecs.umich.edu				Name="VCWebDeploymentTool"
916329Sgblack@eecs.umich.edu			/>
926329Sgblack@eecs.umich.edu			<Tool
939920Syasuko.eckert@amd.com				Name="VCPostBuildEventTool"
946329Sgblack@eecs.umich.edu			/>
956329Sgblack@eecs.umich.edu		</Configuration>
966329Sgblack@eecs.umich.edu		<Configuration
976329Sgblack@eecs.umich.edu			Name="Release|Win32"
986329Sgblack@eecs.umich.edu			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
996329Sgblack@eecs.umich.edu			IntermediateDirectory="$(OutDir)\$(ProjectName)"
1006329Sgblack@eecs.umich.edu			ConfigurationType="1"
1016329Sgblack@eecs.umich.edu			InheritedPropertySheets=".\gmock_config.vsprops"
1026329Sgblack@eecs.umich.edu			CharacterSet="1"
1036329Sgblack@eecs.umich.edu			WholeProgramOptimization="1"
1049921Syasuko.eckert@amd.com			>
1056329Sgblack@eecs.umich.edu			<Tool
1066329Sgblack@eecs.umich.edu				Name="VCPreBuildEventTool"
1076329Sgblack@eecs.umich.edu			/>
1086329Sgblack@eecs.umich.edu			<Tool
1094137SN/A				Name="VCCustomBuildTool"
1107811Ssteve.reinhardt@amd.com			/>
1114120SN/A			<Tool
1124120SN/A				Name="VCXMLDataGeneratorTool"
113			/>
114			<Tool
115				Name="VCWebServiceProxyGeneratorTool"
116			/>
117			<Tool
118				Name="VCMIDLTool"
119			/>
120			<Tool
121				Name="VCCLCompilerTool"
122				AdditionalOptions="/bigobj"
123				AdditionalIncludeDirectories="..\..\include;..\.."
124				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
125				RuntimeLibrary="0"
126				UsePrecompiledHeader="0"
127				WarningLevel="3"
128				Detect64BitPortabilityProblems="true"
129				DebugInformationFormat="3"
130			/>
131			<Tool
132				Name="VCManagedResourceCompilerTool"
133			/>
134			<Tool
135				Name="VCResourceCompilerTool"
136			/>
137			<Tool
138				Name="VCPreLinkEventTool"
139			/>
140			<Tool
141				Name="VCLinkerTool"
142				LinkIncremental="1"
143				GenerateDebugInformation="true"
144				SubSystem="1"
145				OptimizeReferences="2"
146				EnableCOMDATFolding="2"
147				TargetMachine="1"
148			/>
149			<Tool
150				Name="VCALinkTool"
151			/>
152			<Tool
153				Name="VCManifestTool"
154			/>
155			<Tool
156				Name="VCXDCMakeTool"
157			/>
158			<Tool
159				Name="VCBscMakeTool"
160			/>
161			<Tool
162				Name="VCFxCopTool"
163			/>
164			<Tool
165				Name="VCAppVerifierTool"
166			/>
167			<Tool
168				Name="VCWebDeploymentTool"
169			/>
170			<Tool
171				Name="VCPostBuildEventTool"
172			/>
173		</Configuration>
174	</Configurations>
175	<References>
176		<ProjectReference
177			ReferencedProjectIdentifier="{E4EF614B-30DF-4954-8C53-580A0BF6B589}"
178			RelativePathToProject=".\gmock_main.vcproj"
179		/>
180	</References>
181	<Files>
182		<Filter
183			Name="Source Files"
184			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
185			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
186			>
187			<File
188				RelativePath="..\..\test\gmock_all_test.cc"
189				>
190			</File>
191		</Filter>
192		<Filter
193			Name="Header Files"
194			Filter="h;hpp;hxx;hm;inl;inc;xsd"
195			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
196			>
197		</Filter>
198	</Files>
199	<Globals>
200	</Globals>
201</VisualStudioProject>
202