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