1 <?xml version="1.0" encoding="UTF-8"?> 2 <VisualStudioProject 3 ProjectType="Visual C++" 4 Version="8.00" 5 Name="vcdecoder_test_common" 6 ProjectGUID="{30B18111-3E93-4EA5-BEA9-17B08BC8E49D}" 7 Keyword="Win32Proj" 8 > 9 <Platforms> 10 <Platform 11 Name="Win32" 12 /> 13 </Platforms> 14 <ToolFiles> 15 </ToolFiles> 16 <Configurations> 17 <Configuration 18 Name="Debug|Win32" 19 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 20 IntermediateDirectory="Debug" 21 ConfigurationType="4" 22 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm" 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 Optimization="0" 42 AdditionalIncludeDirectories="../..;../../src;../../vsprojects" 43 MinimalRebuild="true" 44 BasicRuntimeChecks="3" 45 RuntimeLibrary="3" 46 DefaultCharIsUnsigned="true" 47 UsePrecompiledHeader="0" 48 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb" 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="VCLibrarianTool" 64 /> 65 <Tool 66 Name="VCALinkTool" 67 /> 68 <Tool 69 Name="VCXDCMakeTool" 70 /> 71 <Tool 72 Name="VCBscMakeTool" 73 /> 74 <Tool 75 Name="VCFxCopTool" 76 /> 77 <Tool 78 Name="VCPostBuildEventTool" 79 /> 80 </Configuration> 81 <Configuration 82 Name="Release|Win32" 83 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 84 IntermediateDirectory="Release" 85 ConfigurationType="4" 86 BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm" 87 > 88 <Tool 89 Name="VCPreBuildEventTool" 90 /> 91 <Tool 92 Name="VCCustomBuildTool" 93 /> 94 <Tool 95 Name="VCXMLDataGeneratorTool" 96 /> 97 <Tool 98 Name="VCWebServiceProxyGeneratorTool" 99 /> 100 <Tool 101 Name="VCMIDLTool" 102 /> 103 <Tool 104 Name="VCCLCompilerTool" 105 AdditionalIncludeDirectories="../..;../../src;../../vsprojects" 106 RuntimeLibrary="2" 107 DefaultCharIsUnsigned="true" 108 UsePrecompiledHeader="0" 109 ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb" 110 WarningLevel="3" 111 Detect64BitPortabilityProblems="true" 112 DebugInformationFormat="3" 113 /> 114 <Tool 115 Name="VCManagedResourceCompilerTool" 116 /> 117 <Tool 118 Name="VCResourceCompilerTool" 119 /> 120 <Tool 121 Name="VCPreLinkEventTool" 122 /> 123 <Tool 124 Name="VCLibrarianTool" 125 /> 126 <Tool 127 Name="VCALinkTool" 128 /> 129 <Tool 130 Name="VCXDCMakeTool" 131 /> 132 <Tool 133 Name="VCBscMakeTool" 134 /> 135 <Tool 136 Name="VCFxCopTool" 137 /> 138 <Tool 139 Name="VCPostBuildEventTool" 140 /> 141 </Configuration> 142 </Configurations> 143 <References> 144 </References> 145 <Files> 146 <Filter 147 Name="Header Files" 148 Filter="h;hpp;hxx;hm;inl;inc;xsd" 149 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 150 > 151 <File 152 RelativePath="..\..\src\vcdecoder_test.h" 153 > 154 </File> 155 </Filter> 156 <Filter 157 Name="Resource Files" 158 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 159 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 160 > 161 </Filter> 162 <Filter 163 Name="Source Files" 164 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 165 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 166 > 167 <File 168 RelativePath="..\..\src\vcdecoder_test.cc" 169 > 170 </File> 171 </Filter> 172 </Files> 173 <Globals> 174 </Globals> 175 </VisualStudioProject> 176