1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="7.10" 5 Name="jsontest" 6 ProjectGUID="{25AF2DD2-D396-4668-B188-488C33B8E620}" 7 Keyword="Win32Proj"> 8 <Platforms> 9 <Platform 10 Name="Win32"/> 11 </Platforms> 12 <Configurations> 13 <Configuration 14 Name="Debug|Win32" 15 OutputDirectory="../../build/vs71/debug/jsontest" 16 IntermediateDirectory="../../build/vs71/debug/jsontest" 17 ConfigurationType="1" 18 CharacterSet="2"> 19 <Tool 20 Name="VCCLCompilerTool" 21 Optimization="0" 22 AdditionalIncludeDirectories="../../include" 23 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 24 MinimalRebuild="TRUE" 25 BasicRuntimeChecks="3" 26 RuntimeLibrary="1" 27 UsePrecompiledHeader="0" 28 WarningLevel="3" 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat="4"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 33 <Tool 34 Name="VCLinkerTool" 35 OutputFile="$(OutDir)/jsontest.exe" 36 LinkIncremental="2" 37 GenerateDebugInformation="TRUE" 38 ProgramDatabaseFile="$(OutDir)/jsontest.pdb" 39 SubSystem="1" 40 TargetMachine="1"/> 41 <Tool 42 Name="VCMIDLTool"/> 43 <Tool 44 Name="VCPostBuildEventTool"/> 45 <Tool 46 Name="VCPreBuildEventTool"/> 47 <Tool 48 Name="VCPreLinkEventTool"/> 49 <Tool 50 Name="VCResourceCompilerTool"/> 51 <Tool 52 Name="VCWebServiceProxyGeneratorTool"/> 53 <Tool 54 Name="VCXMLDataGeneratorTool"/> 55 <Tool 56 Name="VCWebDeploymentTool"/> 57 <Tool 58 Name="VCManagedWrapperGeneratorTool"/> 59 <Tool 60 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 61 </Configuration> 62 <Configuration 63 Name="Release|Win32" 64 OutputDirectory="../../build/vs71/release/jsontest" 65 IntermediateDirectory="../../build/vs71/release/jsontest" 66 ConfigurationType="1" 67 CharacterSet="2"> 68 <Tool 69 Name="VCCLCompilerTool" 70 AdditionalIncludeDirectories="../../include" 71 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 72 RuntimeLibrary="0" 73 UsePrecompiledHeader="0" 74 WarningLevel="3" 75 Detect64BitPortabilityProblems="TRUE" 76 DebugInformationFormat="3"/> 77 <Tool 78 Name="VCCustomBuildTool"/> 79 <Tool 80 Name="VCLinkerTool" 81 OutputFile="$(OutDir)/jsontest.exe" 82 LinkIncremental="1" 83 GenerateDebugInformation="TRUE" 84 SubSystem="1" 85 OptimizeReferences="2" 86 EnableCOMDATFolding="2" 87 TargetMachine="1"/> 88 <Tool 89 Name="VCMIDLTool"/> 90 <Tool 91 Name="VCPostBuildEventTool"/> 92 <Tool 93 Name="VCPreBuildEventTool"/> 94 <Tool 95 Name="VCPreLinkEventTool"/> 96 <Tool 97 Name="VCResourceCompilerTool"/> 98 <Tool 99 Name="VCWebServiceProxyGeneratorTool"/> 100 <Tool 101 Name="VCXMLDataGeneratorTool"/> 102 <Tool 103 Name="VCWebDeploymentTool"/> 104 <Tool 105 Name="VCManagedWrapperGeneratorTool"/> 106 <Tool 107 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 108 </Configuration> 109 </Configurations> 110 <References> 111 </References> 112 <Files> 113 <File 114 RelativePath="..\..\src\jsontestrunner\main.cpp"> 115 </File> 116 </Files> 117 <Globals> 118 </Globals> 119</VisualStudioProject> 120