Changeset 6ed6c4a for test-format.vcproj
- Timestamp:
- 01/17/07 16:51:08 (14 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- d5a27e8
- Parents:
- 8d504c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
test-format.vcproj
re641bdc r6ed6c4a 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 8.00"4 Version="7.10" 5 5 Name="test-format" 6 6 ProjectGUID="{CA7723DB-39E2-40FB-9490-A96215EB123D}" 7 7 RootNamespace="testformat" 8 Keyword="Win32Proj" 9 > 8 Keyword="Win32Proj"> 10 9 <Platforms> 11 10 <Platform 12 Name="Win32" 13 /> 11 Name="Win32"/> 14 12 </Platforms> 15 <ToolFiles>16 </ToolFiles>17 13 <Configurations> 18 14 <Configuration … … 21 17 IntermediateDirectory="$(ConfigurationName)" 22 18 ConfigurationType="1" 23 CharacterSet="1" 24 > 25 <Tool 26 Name="VCPreBuildEventTool" 27 /> 28 <Tool 29 Name="VCCustomBuildTool" 30 /> 31 <Tool 32 Name="VCXMLDataGeneratorTool" 33 /> 34 <Tool 35 Name="VCWebServiceProxyGeneratorTool" 36 /> 37 <Tool 38 Name="VCMIDLTool" 39 /> 19 CharacterSet="1"> 40 20 <Tool 41 21 Name="VCCLCompilerTool" 42 22 Optimization="0" 43 AdditionalIncludeDirectories="" H:\src\libtrace-win\lib""23 AdditionalIncludeDirectories=""C:\Documents and Settings\root\My Documents\Visual Studio Projects\libtrace-3.0.0beta7-win\lib"" 44 24 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 45 MinimalRebuild=" true"25 MinimalRebuild="TRUE" 46 26 BasicRuntimeChecks="3" 47 27 RuntimeLibrary="3" 48 28 UsePrecompiledHeader="0" 49 29 WarningLevel="3" 50 Detect64BitPortabilityProblems="true" 51 DebugInformationFormat="4" 52 /> 30 Detect64BitPortabilityProblems="TRUE" 31 DebugInformationFormat="4"/> 53 32 <Tool 54 Name="VCManagedResourceCompilerTool" 55 /> 56 <Tool 57 Name="VCResourceCompilerTool" 58 /> 59 <Tool 60 Name="VCPreLinkEventTool" 61 /> 33 Name="VCCustomBuildTool"/> 62 34 <Tool 63 35 Name="VCLinkerTool" 64 36 AdditionalDependencies="kernel32.lib $(NoInherit) libtrace.lib" 65 37 LinkIncremental="2" 66 AdditionalLibraryDirectories="" H:\src\libtrace-win\Debug""67 GenerateDebugInformation=" true"38 AdditionalLibraryDirectories=""C:\Documents and Settings\root\My Documents\Visual Studio Projects\libtrace-3.0.0beta7-win\Debug"" 39 GenerateDebugInformation="TRUE" 68 40 SubSystem="1" 69 TargetMachine="1" 70 /> 41 TargetMachine="1"/> 71 42 <Tool 72 Name="VCALinkTool" 73 /> 43 Name="VCMIDLTool"/> 74 44 <Tool 75 Name="VCManifestTool" 76 /> 45 Name="VCPostBuildEventTool"/> 77 46 <Tool 78 Name="VCXDCMakeTool" 79 /> 47 Name="VCPreBuildEventTool"/> 80 48 <Tool 81 Name="VCBscMakeTool" 82 /> 49 Name="VCPreLinkEventTool"/> 83 50 <Tool 84 Name="VCFxCopTool" 85 /> 51 Name="VCResourceCompilerTool"/> 86 52 <Tool 87 Name="VCAppVerifierTool" 88 /> 53 Name="VCWebServiceProxyGeneratorTool"/> 89 54 <Tool 90 Name="VCWebDeploymentTool" 91 /> 55 Name="VCXMLDataGeneratorTool"/> 92 56 <Tool 93 Name="VCPostBuildEventTool" 94 /> 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 95 62 </Configuration> 96 63 <Configuration … … 100 67 ConfigurationType="1" 101 68 CharacterSet="1" 102 WholeProgramOptimization="1" 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 /> 69 WholeProgramOptimization="TRUE"> 119 70 <Tool 120 71 Name="VCCLCompilerTool" … … 123 74 UsePrecompiledHeader="0" 124 75 WarningLevel="3" 125 Detect64BitPortabilityProblems="true" 126 DebugInformationFormat="3" 127 /> 76 Detect64BitPortabilityProblems="TRUE" 77 DebugInformationFormat="3"/> 128 78 <Tool 129 Name="VCManagedResourceCompilerTool" 130 /> 131 <Tool 132 Name="VCResourceCompilerTool" 133 /> 134 <Tool 135 Name="VCPreLinkEventTool" 136 /> 79 Name="VCCustomBuildTool"/> 137 80 <Tool 138 81 Name="VCLinkerTool" 139 82 AdditionalDependencies="kernel32.lib $(NoInherit)" 140 83 LinkIncremental="1" 141 GenerateDebugInformation=" true"84 GenerateDebugInformation="TRUE" 142 85 SubSystem="1" 143 86 OptimizeReferences="2" 144 87 EnableCOMDATFolding="2" 145 TargetMachine="1" 146 /> 88 TargetMachine="1"/> 147 89 <Tool 148 Name="VCALinkTool" 149 /> 90 Name="VCMIDLTool"/> 150 91 <Tool 151 Name="VCManifestTool" 152 /> 92 Name="VCPostBuildEventTool"/> 153 93 <Tool 154 Name="VCXDCMakeTool" 155 /> 94 Name="VCPreBuildEventTool"/> 156 95 <Tool 157 Name="VCBscMakeTool" 158 /> 96 Name="VCPreLinkEventTool"/> 159 97 <Tool 160 Name="VCFxCopTool" 161 /> 98 Name="VCResourceCompilerTool"/> 162 99 <Tool 163 Name="VCAppVerifierTool" 164 /> 100 Name="VCWebServiceProxyGeneratorTool"/> 165 101 <Tool 166 Name="VCWebDeploymentTool" 167 /> 102 Name="VCXMLDataGeneratorTool"/> 168 103 <Tool 169 Name="VCPostBuildEventTool" 170 /> 104 Name="VCWebDeploymentTool"/> 105 <Tool 106 Name="VCManagedWrapperGeneratorTool"/> 107 <Tool 108 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 171 109 </Configuration> 172 110 </Configurations> … … 177 115 Name="Source Files" 178 116 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" 179 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 180 > 117 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 181 118 <File 182 RelativePath=".\test\test-format.c" 183 > 119 RelativePath=".\test\test-format.c"> 184 120 </File> 185 121 </Filter>
Note: See TracChangeset
for help on using the changeset viewer.