1<?xml version="1.0" encoding="UTF-8"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="protoc" 6 ProjectGUID="{1738D5F6-ED1E-47E0-B2F0-456864B93C1E}" 7 Keyword="Win32Proj" 8 TargetFrameworkVersion="0" 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="Debug" 21 IntermediateDirectory="Debug" 22 ConfigurationType="1" 23 > 24 <Tool 25 Name="VCPreBuildEventTool" 26 /> 27 <Tool 28 Name="VCCustomBuildTool" 29 /> 30 <Tool 31 Name="VCXMLDataGeneratorTool" 32 /> 33 <Tool 34 Name="VCWebServiceProxyGeneratorTool" 35 /> 36 <Tool 37 Name="VCMIDLTool" 38 /> 39 <Tool 40 Name="VCCLCompilerTool" 41 AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305" 42 Optimization="0" 43 AdditionalIncludeDirectories="../src;." 44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;" 45 MinimalRebuild="true" 46 BasicRuntimeChecks="3" 47 RuntimeLibrary="3" 48 UsePrecompiledHeader="0" 49 WarningLevel="3" 50 Detect64BitPortabilityProblems="true" 51 DebugInformationFormat="4" 52 /> 53 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 62 <Tool 63 Name="VCLinkerTool" 64 LinkIncremental="2" 65 GenerateDebugInformation="true" 66 SubSystem="1" 67 TargetMachine="1" 68 /> 69 <Tool 70 Name="VCALinkTool" 71 /> 72 <Tool 73 Name="VCManifestTool" 74 /> 75 <Tool 76 Name="VCXDCMakeTool" 77 /> 78 <Tool 79 Name="VCBscMakeTool" 80 /> 81 <Tool 82 Name="VCFxCopTool" 83 /> 84 <Tool 85 Name="VCAppVerifierTool" 86 /> 87 <Tool 88 Name="VCPostBuildEventTool" 89 /> 90 </Configuration> 91 <Configuration 92 Name="Release|Win32" 93 OutputDirectory="Release" 94 IntermediateDirectory="Release" 95 ConfigurationType="1" 96 > 97 <Tool 98 Name="VCPreBuildEventTool" 99 /> 100 <Tool 101 Name="VCCustomBuildTool" 102 /> 103 <Tool 104 Name="VCXMLDataGeneratorTool" 105 /> 106 <Tool 107 Name="VCWebServiceProxyGeneratorTool" 108 /> 109 <Tool 110 Name="VCMIDLTool" 111 /> 112 <Tool 113 Name="VCCLCompilerTool" 114 AdditionalOptions="/wd4244 /wd4267 /wd4018 /wd4355 /wd4800 /wd4251 /wd4996 /wd4146 /wd4305" 115 AdditionalIncludeDirectories="../src;." 116 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;" 117 RuntimeLibrary="2" 118 UsePrecompiledHeader="0" 119 WarningLevel="3" 120 Detect64BitPortabilityProblems="true" 121 DebugInformationFormat="3" 122 /> 123 <Tool 124 Name="VCManagedResourceCompilerTool" 125 /> 126 <Tool 127 Name="VCResourceCompilerTool" 128 /> 129 <Tool 130 Name="VCPreLinkEventTool" 131 /> 132 <Tool 133 Name="VCLinkerTool" 134 LinkIncremental="2" 135 GenerateDebugInformation="true" 136 SubSystem="1" 137 OptimizeReferences="2" 138 EnableCOMDATFolding="2" 139 TargetMachine="1" 140 /> 141 <Tool 142 Name="VCALinkTool" 143 /> 144 <Tool 145 Name="VCManifestTool" 146 /> 147 <Tool 148 Name="VCXDCMakeTool" 149 /> 150 <Tool 151 Name="VCBscMakeTool" 152 /> 153 <Tool 154 Name="VCFxCopTool" 155 /> 156 <Tool 157 Name="VCAppVerifierTool" 158 /> 159 <Tool 160 Name="VCPostBuildEventTool" 161 /> 162 </Configuration> 163 </Configurations> 164 <References> 165 </References> 166 <Files> 167 <Filter 168 Name="Header Files" 169 Filter="h;hpp;hxx;hm;inl;inc;xsd" 170 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 171 > 172 </Filter> 173 <Filter 174 Name="Resource Files" 175 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 176 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 177 > 178 </Filter> 179 <Filter 180 Name="Source Files" 181 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 182 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 183 > 184 <File 185 RelativePath="..\src\google\protobuf\compiler\main.cc" 186 > 187 </File> 188 </Filter> 189 </Files> 190 <Globals> 191 </Globals> 192</VisualStudioProject> 193