Home | History | Annotate | Download | only in jsonwriter_test
      1 <?xml version="1.0" encoding="Windows-1252"?>
      2 <VisualStudioProject
      3 	ProjectType="Visual C++"
      4 	Version="8.00"
      5 	Name="jsonwriter_test"
      6 	ProjectGUID="{5747CC62-C867-46B5-B6E2-2232F5DCEF82}"
      7 	RootNamespace="jsonwriter_test"
      8 	Keyword="Win32Proj"
      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="$(SolutionDir)$(ConfigurationName)"
     21 			IntermediateDirectory="$(ConfigurationName)"
     22 			ConfigurationType="1"
     23 			CharacterSet="1"
     24 			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
     25 			>
     26 			<Tool
     27 				Name="VCPreBuildEventTool"
     28 			/>
     29 			<Tool
     30 				Name="VCCustomBuildTool"
     31 			/>
     32 			<Tool
     33 				Name="VCXMLDataGeneratorTool"
     34 			/>
     35 			<Tool
     36 				Name="VCWebServiceProxyGeneratorTool"
     37 			/>
     38 			<Tool
     39 				Name="VCMIDLTool"
     40 			/>
     41 			<Tool
     42 				Name="VCCLCompilerTool"
     43 				Optimization="0"
     44 				AdditionalIncludeDirectories="../..;../../gtest;../../gtest/include;../../src;../../vsprojects"
     45 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
     46 				MinimalRebuild="true"
     47 				BasicRuntimeChecks="3"
     48 				RuntimeLibrary="3"
     49 				DefaultCharIsUnsigned="true"
     50 				UsePrecompiledHeader="0"
     51 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
     52 				WarningLevel="3"
     53 				Detect64BitPortabilityProblems="true"
     54 				DebugInformationFormat="4"
     55 			/>
     56 			<Tool
     57 				Name="VCManagedResourceCompilerTool"
     58 			/>
     59 			<Tool
     60 				Name="VCResourceCompilerTool"
     61 			/>
     62 			<Tool
     63 				Name="VCPreLinkEventTool"
     64 			/>
     65 			<Tool
     66 				Name="VCLinkerTool"
     67 				LinkIncremental="2"
     68 				GenerateDebugInformation="true"
     69 				SubSystem="1"
     70 				TargetMachine="1"
     71 			/>
     72 			<Tool
     73 				Name="VCALinkTool"
     74 			/>
     75 			<Tool
     76 				Name="VCManifestTool"
     77 			/>
     78 			<Tool
     79 				Name="VCXDCMakeTool"
     80 			/>
     81 			<Tool
     82 				Name="VCBscMakeTool"
     83 			/>
     84 			<Tool
     85 				Name="VCFxCopTool"
     86 			/>
     87 			<Tool
     88 				Name="VCAppVerifierTool"
     89 			/>
     90 			<Tool
     91 				Name="VCWebDeploymentTool"
     92 			/>
     93 			<Tool
     94 				Name="VCPostBuildEventTool"
     95 				CommandLine="$(OutDir)\$(ProjectName).exe"
     96 			/>
     97 		</Configuration>
     98 		<Configuration
     99 			Name="Release|Win32"
    100 			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    101 			IntermediateDirectory="$(ConfigurationName)"
    102 			ConfigurationType="1"
    103 			CharacterSet="1"
    104 			WholeProgramOptimization="1"
    105 			BuildLogFile="$(IntDir)\BuildLog_$(ProjectName).htm"
    106 			>
    107 			<Tool
    108 				Name="VCPreBuildEventTool"
    109 			/>
    110 			<Tool
    111 				Name="VCCustomBuildTool"
    112 			/>
    113 			<Tool
    114 				Name="VCXMLDataGeneratorTool"
    115 			/>
    116 			<Tool
    117 				Name="VCWebServiceProxyGeneratorTool"
    118 			/>
    119 			<Tool
    120 				Name="VCMIDLTool"
    121 			/>
    122 			<Tool
    123 				Name="VCCLCompilerTool"
    124 				Optimization="2"
    125 				EnableIntrinsicFunctions="true"
    126 				AdditionalIncludeDirectories="../..;../../gtest;../../gtest/include;../../src;../../vsprojects"
    127 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
    128 				RuntimeLibrary="2"
    129 				EnableFunctionLevelLinking="true"
    130 				DefaultCharIsUnsigned="true"
    131 				UsePrecompiledHeader="2"
    132 				ProgramDataBaseFileName="$(IntDir)\$(ProjectName).pdb"
    133 				WarningLevel="3"
    134 				Detect64BitPortabilityProblems="true"
    135 				DebugInformationFormat="3"
    136 			/>
    137 			<Tool
    138 				Name="VCManagedResourceCompilerTool"
    139 			/>
    140 			<Tool
    141 				Name="VCResourceCompilerTool"
    142 			/>
    143 			<Tool
    144 				Name="VCPreLinkEventTool"
    145 			/>
    146 			<Tool
    147 				Name="VCLinkerTool"
    148 				LinkIncremental="1"
    149 				GenerateDebugInformation="true"
    150 				SubSystem="2"
    151 				OptimizeReferences="2"
    152 				EnableCOMDATFolding="2"
    153 				TargetMachine="1"
    154 			/>
    155 			<Tool
    156 				Name="VCALinkTool"
    157 			/>
    158 			<Tool
    159 				Name="VCManifestTool"
    160 			/>
    161 			<Tool
    162 				Name="VCXDCMakeTool"
    163 			/>
    164 			<Tool
    165 				Name="VCBscMakeTool"
    166 			/>
    167 			<Tool
    168 				Name="VCFxCopTool"
    169 			/>
    170 			<Tool
    171 				Name="VCAppVerifierTool"
    172 			/>
    173 			<Tool
    174 				Name="VCWebDeploymentTool"
    175 			/>
    176 			<Tool
    177 				Name="VCPostBuildEventTool"
    178 			/>
    179 		</Configuration>
    180 	</Configurations>
    181 	<References>
    182 	</References>
    183 	<Files>
    184 		<Filter
    185 			Name="Source Files"
    186 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    187 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    188 			>
    189 			<File
    190 				RelativePath="..\..\src\jsonwriter_test.cc"
    191 				>
    192 			</File>
    193 		</Filter>
    194 		<Filter
    195 			Name="Header Files"
    196 			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    197 			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    198 			>
    199 		</Filter>
    200 		<Filter
    201 			Name="Resource Files"
    202 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    203 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    204 			>
    205 		</Filter>
    206 	</Files>
    207 	<Globals>
    208 	</Globals>
    209 </VisualStudioProject>
    210