yapf/unittest/unittest_vs80.vcproj
changeset 4029 9cd3a0f179b3
parent 3900 4984308f9125
child 4241 dbf983b1e87b
equal deleted inserted replaced
4028:f57a3cc16fbe 4029:9cd3a0f179b3
     1 <?xml version="1.0" encoding="Windows-1252"?>
     1 <?xml version="1.0" encoding="Windows-1252"?>
     2 <VisualStudioProject
     2 <VisualStudioProject
     3 	ProjectType="Visual C++"
     3 	ProjectType="Visual C++"
     4 	Version="8.00"
     4 	Version="8.00"
     5 	Name="unittest"
     5 	Name="unittest"
     6 	ProjectGUID="{01F91A15-3DA0-4FD1-981D-38F935BDD8FE}"
     6 	ProjectGUID="{4AECBDC3-D57E-4AFB-90BD-DDF10707588C}"
     7 	RootNamespace="test_bh"
     7 	RootNamespace="unittest"
     8 	Keyword="Win32Proj"
     8 	Keyword="Win32Proj"
     9 	>
     9 	>
    10 	<Platforms>
    10 	<Platforms>
    11 		<Platform
    11 		<Platform
    12 			Name="Win32"
    12 			Name="Win32"
    15 	<ToolFiles>
    15 	<ToolFiles>
    16 	</ToolFiles>
    16 	</ToolFiles>
    17 	<Configurations>
    17 	<Configurations>
    18 		<Configuration
    18 		<Configuration
    19 			Name="Debug|Win32"
    19 			Name="Debug|Win32"
    20 			OutputDirectory="$(SolutionDir)../$(ConfigurationName)"
    20 			OutputDirectory=".\$(ConfigurationName)\"
    21 			IntermediateDirectory="$(SolutionDir)../$(ConfigurationName)"
    21 			IntermediateDirectory=".\$(ConfigurationName)\"
    22 			ConfigurationType="1"
    22 			ConfigurationType="1"
    23 			CharacterSet="1"
    23 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
       
    24 			CharacterSet="2"
    24 			>
    25 			>
    25 			<Tool
    26 			<Tool
    26 				Name="VCPreBuildEventTool"
    27 				Name="VCPreBuildEventTool"
    27 			/>
    28 			/>
    28 			<Tool
    29 			<Tool
    38 				Name="VCMIDLTool"
    39 				Name="VCMIDLTool"
    39 			/>
    40 			/>
    40 			<Tool
    41 			<Tool
    41 				Name="VCCLCompilerTool"
    42 				Name="VCCLCompilerTool"
    42 				Optimization="0"
    43 				Optimization="0"
    43 				InlineFunctionExpansion="0"
       
    44 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    44 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    45 				MinimalRebuild="true"
    45 				MinimalRebuild="true"
    46 				BasicRuntimeChecks="0"
    46 				BasicRuntimeChecks="3"
    47 				RuntimeLibrary="3"
    47 				RuntimeLibrary="1"
       
    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 				OutputFile="$(OutDir)/unittest.exe"
       
    65 				LinkIncremental="2"
       
    66 				GenerateDebugInformation="true"
       
    67 				ProgramDatabaseFile="$(OutDir)/unittest.pdb"
       
    68 				SubSystem="1"
       
    69 				TargetMachine="1"
       
    70 			/>
       
    71 			<Tool
       
    72 				Name="VCALinkTool"
       
    73 			/>
       
    74 			<Tool
       
    75 				Name="VCManifestTool"
       
    76 			/>
       
    77 			<Tool
       
    78 				Name="VCXDCMakeTool"
       
    79 			/>
       
    80 			<Tool
       
    81 				Name="VCBscMakeTool"
       
    82 			/>
       
    83 			<Tool
       
    84 				Name="VCFxCopTool"
       
    85 			/>
       
    86 			<Tool
       
    87 				Name="VCAppVerifierTool"
       
    88 			/>
       
    89 			<Tool
       
    90 				Name="VCWebDeploymentTool"
       
    91 			/>
       
    92 			<Tool
       
    93 				Name="VCPostBuildEventTool"
       
    94 			/>
       
    95 		</Configuration>
       
    96 		<Configuration
       
    97 			Name="Release|Win32"
       
    98 			OutputDirectory=".\$(ConfigurationName)\"
       
    99 			IntermediateDirectory=".\$(ConfigurationName)\"
       
   100 			ConfigurationType="1"
       
   101 			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
       
   102 			CharacterSet="2"
       
   103 			>
       
   104 			<Tool
       
   105 				Name="VCPreBuildEventTool"
       
   106 			/>
       
   107 			<Tool
       
   108 				Name="VCCustomBuildTool"
       
   109 			/>
       
   110 			<Tool
       
   111 				Name="VCXMLDataGeneratorTool"
       
   112 			/>
       
   113 			<Tool
       
   114 				Name="VCWebServiceProxyGeneratorTool"
       
   115 			/>
       
   116 			<Tool
       
   117 				Name="VCMIDLTool"
       
   118 			/>
       
   119 			<Tool
       
   120 				Name="VCCLCompilerTool"
       
   121 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
       
   122 				RuntimeLibrary="0"
    48 				UsePrecompiledHeader="0"
   123 				UsePrecompiledHeader="0"
    49 				WarningLevel="3"
   124 				WarningLevel="3"
    50 				Detect64BitPortabilityProblems="true"
   125 				Detect64BitPortabilityProblems="true"
    51 				DebugInformationFormat="3"
   126 				DebugInformationFormat="3"
    52 			/>
   127 			/>
    59 			<Tool
   134 			<Tool
    60 				Name="VCPreLinkEventTool"
   135 				Name="VCPreLinkEventTool"
    61 			/>
   136 			/>
    62 			<Tool
   137 			<Tool
    63 				Name="VCLinkerTool"
   138 				Name="VCLinkerTool"
    64 				OutputFile="$(SolutionDir)../bin/$(ProjectName).exe"
   139 				OutputFile="$(OutDir)/unittest.exe"
    65 				LinkIncremental="2"
       
    66 				GenerateDebugInformation="true"
       
    67 				SubSystem="1"
       
    68 				TargetMachine="1"
       
    69 			/>
       
    70 			<Tool
       
    71 				Name="VCALinkTool"
       
    72 			/>
       
    73 			<Tool
       
    74 				Name="VCManifestTool"
       
    75 			/>
       
    76 			<Tool
       
    77 				Name="VCXDCMakeTool"
       
    78 			/>
       
    79 			<Tool
       
    80 				Name="VCBscMakeTool"
       
    81 			/>
       
    82 			<Tool
       
    83 				Name="VCFxCopTool"
       
    84 			/>
       
    85 			<Tool
       
    86 				Name="VCAppVerifierTool"
       
    87 			/>
       
    88 			<Tool
       
    89 				Name="VCWebDeploymentTool"
       
    90 			/>
       
    91 			<Tool
       
    92 				Name="VCPostBuildEventTool"
       
    93 			/>
       
    94 		</Configuration>
       
    95 		<Configuration
       
    96 			Name="Release|Win32"
       
    97 			OutputDirectory="$(SolutionDir)../$(ConfigurationName)"
       
    98 			IntermediateDirectory="$(SolutionDir)../$(ConfigurationName)"
       
    99 			ConfigurationType="1"
       
   100 			CharacterSet="1"
       
   101 			WholeProgramOptimization="1"
       
   102 			>
       
   103 			<Tool
       
   104 				Name="VCPreBuildEventTool"
       
   105 			/>
       
   106 			<Tool
       
   107 				Name="VCCustomBuildTool"
       
   108 			/>
       
   109 			<Tool
       
   110 				Name="VCXMLDataGeneratorTool"
       
   111 			/>
       
   112 			<Tool
       
   113 				Name="VCWebServiceProxyGeneratorTool"
       
   114 			/>
       
   115 			<Tool
       
   116 				Name="VCMIDLTool"
       
   117 			/>
       
   118 			<Tool
       
   119 				Name="VCCLCompilerTool"
       
   120 				InlineFunctionExpansion="2"
       
   121 				EnableIntrinsicFunctions="true"
       
   122 				FavorSizeOrSpeed="1"
       
   123 				OmitFramePointers="true"
       
   124 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
       
   125 				RuntimeLibrary="2"
       
   126 				UsePrecompiledHeader="0"
       
   127 				WarningLevel="3"
       
   128 				Detect64BitPortabilityProblems="true"
       
   129 				DebugInformationFormat="3"
       
   130 			/>
       
   131 			<Tool
       
   132 				Name="VCManagedResourceCompilerTool"
       
   133 			/>
       
   134 			<Tool
       
   135 				Name="VCResourceCompilerTool"
       
   136 			/>
       
   137 			<Tool
       
   138 				Name="VCPreLinkEventTool"
       
   139 			/>
       
   140 			<Tool
       
   141 				Name="VCLinkerTool"
       
   142 				OutputFile="$(SolutionDir)../bin/$(ProjectName).exe"
       
   143 				LinkIncremental="1"
   140 				LinkIncremental="1"
   144 				GenerateDebugInformation="true"
   141 				GenerateDebugInformation="true"
   145 				SubSystem="1"
   142 				SubSystem="1"
   146 				OptimizeReferences="2"
   143 				OptimizeReferences="2"
   147 				EnableCOMDATFolding="2"
   144 				EnableCOMDATFolding="2"
   176 	<References>
   173 	<References>
   177 	</References>
   174 	</References>
   178 	<Files>
   175 	<Files>
   179 		<Filter
   176 		<Filter
   180 			Name="Source Files"
   177 			Name="Source Files"
   181 			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
   178 			Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
   182 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   179 			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
   183 			>
   180 			>
   184 			<File
   181 			<File
   185 				RelativePath=".\unittest.cpp"
   182 				RelativePath=".\unittest.cpp"
   186 				>
   183 				>
   220 				>
   217 				>
   221 			</File>
   218 			</File>
   222 		</Filter>
   219 		</Filter>
   223 		<Filter
   220 		<Filter
   224 			Name="Resource Files"
   221 			Name="Resource Files"
   225 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
   222 			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
   226 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   223 			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
   227 			>
   224 			>
   228 		</Filter>
   225 		</Filter>
   229 		<Filter
   226 		<Filter
   230 			Name="yapf"
   227 			Name="yapf"
   261 				RelativePath="..\nodelist.hpp"
   258 				RelativePath="..\nodelist.hpp"
   262 				>
   259 				>
   263 			</File>
   260 			</File>
   264 			<File
   261 			<File
   265 				RelativePath="..\track_dir.hpp"
   262 				RelativePath="..\track_dir.hpp"
       
   263 				>
       
   264 			</File>
       
   265 			<File
       
   266 				RelativePath="..\yapfbase.hpp"
   266 				>
   267 				>
   267 			</File>
   268 			</File>
   268 		</Filter>
   269 		</Filter>
   269 	</Files>
   270 	</Files>
   270 	<Globals>
   271 	<Globals>