1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="9.00"
5	Name="test_plugin"
6	ProjectGUID="{CBBD34E5-02B0-40D5-B6D8-BFEA83E18B32}"
7	RootNamespace="test_plugin"
8	Keyword="Win32Proj"
9	TargetFrameworkVersion="196613"
10	>
11	<Platforms>
12		<Platform
13			Name="Win32"
14		/>
15	</Platforms>
16	<ToolFiles>
17	</ToolFiles>
18	<Configurations>
19		<Configuration
20			Name="Debug|Win32"
21			OutputDirectory="Debug"
22			IntermediateDirectory="Debug"
23			ConfigurationType="1"
24			>
25			<Tool
26				Name="VCPreBuildEventTool"
27			/>
28			<Tool
29				Name="VCCustomBuildTool"
30				Description=""
31				CommandLine=""
32				AdditionalDependencies=""
33				Outputs=""
34			/>
35			<Tool
36				Name="VCXMLDataGeneratorTool"
37			/>
38			<Tool
39				Name="VCWebServiceProxyGeneratorTool"
40			/>
41			<Tool
42				Name="VCMIDLTool"
43			/>
44			<Tool
45				Name="VCCLCompilerTool"
46				AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
47				Optimization="0"
48				AdditionalIncludeDirectories="../src;.;../gtest/include"
49				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_VARIADIC_MAX=10;"
50				MinimalRebuild="true"
51				BasicRuntimeChecks="3"
52				RuntimeLibrary="3"
53				UsePrecompiledHeader="0"
54				WarningLevel="3"
55				Detect64BitPortabilityProblems="true"
56				DebugInformationFormat="4"
57			/>
58			<Tool
59				Name="VCManagedResourceCompilerTool"
60			/>
61			<Tool
62				Name="VCResourceCompilerTool"
63			/>
64			<Tool
65				Name="VCPreLinkEventTool"
66			/>
67			<Tool
68				Name="VCLinkerTool"
69				LinkIncremental="2"
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="VCPostBuildEventTool"
94			/>
95		</Configuration>
96		<Configuration
97			Name="Release|Win32"
98			OutputDirectory="Release"
99			IntermediateDirectory="Release"
100			ConfigurationType="1"
101			>
102			<Tool
103				Name="VCPreBuildEventTool"
104			/>
105			<Tool
106				Name="VCCustomBuildTool"
107				Description=""
108				CommandLine=""
109				AdditionalDependencies=""
110				Outputs=""
111			/>
112			<Tool
113				Name="VCXMLDataGeneratorTool"
114			/>
115			<Tool
116				Name="VCWebServiceProxyGeneratorTool"
117			/>
118			<Tool
119				Name="VCMIDLTool"
120			/>
121			<Tool
122				Name="VCCLCompilerTool"
123				AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305"
124				AdditionalIncludeDirectories="../src;.;../gtest/include"
125				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_VARIADIC_MAX=10;"
126				RuntimeLibrary="2"
127				UsePrecompiledHeader="0"
128				WarningLevel="3"
129				Detect64BitPortabilityProblems="true"
130				DebugInformationFormat="3"
131			/>
132			<Tool
133				Name="VCManagedResourceCompilerTool"
134			/>
135			<Tool
136				Name="VCResourceCompilerTool"
137			/>
138			<Tool
139				Name="VCPreLinkEventTool"
140			/>
141			<Tool
142				Name="VCLinkerTool"
143				LinkIncremental="2"
144				GenerateDebugInformation="true"
145				SubSystem="1"
146				OptimizeReferences="2"
147				EnableCOMDATFolding="2"
148				TargetMachine="1"
149			/>
150			<Tool
151				Name="VCALinkTool"
152			/>
153			<Tool
154				Name="VCManifestTool"
155			/>
156			<Tool
157				Name="VCXDCMakeTool"
158			/>
159			<Tool
160				Name="VCBscMakeTool"
161			/>
162			<Tool
163				Name="VCFxCopTool"
164			/>
165			<Tool
166				Name="VCAppVerifierTool"
167			/>
168			<Tool
169				Name="VCPostBuildEventTool"
170			/>
171		</Configuration>
172	</Configurations>
173	<References>
174	</References>
175	<Files>
176		<Filter
177			Name="Header Files"
178			Filter="h;hpp;hxx;hm;inl;inc;xsd"
179			>
180			<File
181				RelativePath="..\src\google\protobuf\compiler\mock_code_generator.h"
182				>
183			</File>
184			<File
185				RelativePath="..\src\google\protobuf\testing\file.h"
186				>
187			</File>
188		</Filter>
189		<Filter
190			Name="Source Files"
191			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
192			>
193			<File
194				RelativePath="..\src\google\protobuf\compiler\test_plugin.cc"
195				>
196			</File>
197			<File
198				RelativePath="..\src\google\protobuf\compiler\mock_code_generator.cc"
199				>
200			</File>
201			<File
202				RelativePath="..\src\google\protobuf\testing\file.cc"
203				>
204			</File>
205		</Filter>
206	</Files>
207	<Globals>
208	</Globals>
209</VisualStudioProject>
210