Changeset 277 for libyaml/branches/stable/win32/vs2008/run_loader.vcproj
- Timestamp:
- 09/30/08 08:20:56 (5 years ago)
- Location:
- libyaml/branches/stable/win32/vs2008
- Files:
-
- 1 edited
- 1 copied
-
. (copied) (copied from libyaml/branches/stable/win32/vs2003)
-
run_loader.vcproj (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/branches/stable/win32/vs2008/run_loader.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="run_loader" 6 6 ProjectGUID="{B9549FB7-A259-4518-A9CD-9D2108C2C728}" 7 Keyword="Win32Proj"> 7 Keyword="Win32Proj" 8 TargetFrameworkVersion="131072" 9 > 8 10 <Platforms> 9 11 <Platform 10 Name="Win32"/> 12 Name="Win32" 13 /> 11 14 </Platforms> 15 <ToolFiles> 16 </ToolFiles> 12 17 <Configurations> 13 18 <Configuration … … 16 21 IntermediateDirectory="Build\Debug\bin" 17 22 ConfigurationType="1" 18 CharacterSet="2"> 23 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 24 CharacterSet="2" 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 /> 19 41 <Tool 20 42 Name="VCCLCompilerTool" … … 22 44 AdditionalIncludeDirectories="../../include" 23 45 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;YAML_DECLARE_STATIC" 24 MinimalRebuild=" TRUE"46 MinimalRebuild="true" 25 47 BasicRuntimeChecks="3" 26 RuntimeLibrary=" 5"48 RuntimeLibrary="1" 27 49 UsePrecompiledHeader="0" 28 50 WarningLevel="3" 29 Detect64BitPortabilityProblems="TRUE" 30 DebugInformationFormat="4"/> 31 <Tool 32 Name="VCCustomBuildTool"/> 51 Detect64BitPortabilityProblems="true" 52 DebugInformationFormat="4" 53 /> 54 <Tool 55 Name="VCManagedResourceCompilerTool" 56 /> 57 <Tool 58 Name="VCResourceCompilerTool" 59 /> 60 <Tool 61 Name="VCPreLinkEventTool" 62 /> 33 63 <Tool 34 64 Name="VCLinkerTool" 35 65 OutputFile="$(OutDir)/run_loader.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/run_loader.pdb" 39 69 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"/> 70 RandomizedBaseAddress="1" 71 DataExecutionPrevention="0" 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="VCPostBuildEventTool" 94 /> 61 95 </Configuration> 62 96 <Configuration … … 65 99 IntermediateDirectory="Build\Release\bin" 66 100 ConfigurationType="1" 67 CharacterSet="2"> 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 /> 68 119 <Tool 69 120 Name="VCCLCompilerTool" 70 121 AdditionalIncludeDirectories="../../include" 71 122 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;YAML_DECLARE_STATIC" 72 RuntimeLibrary=" 4"123 RuntimeLibrary="0" 73 124 UsePrecompiledHeader="0" 74 125 WarningLevel="3" 75 Detect64BitPortabilityProblems="TRUE" 76 DebugInformationFormat="3"/> 77 <Tool 78 Name="VCCustomBuildTool"/> 126 Detect64BitPortabilityProblems="true" 127 DebugInformationFormat="3" 128 /> 129 <Tool 130 Name="VCManagedResourceCompilerTool" 131 /> 132 <Tool 133 Name="VCResourceCompilerTool" 134 /> 135 <Tool 136 Name="VCPreLinkEventTool" 137 /> 79 138 <Tool 80 139 Name="VCLinkerTool" 81 140 OutputFile="$(OutDir)/run_loader.exe" 82 141 LinkIncremental="1" 83 GenerateDebugInformation=" TRUE"142 GenerateDebugInformation="true" 84 143 SubSystem="1" 85 144 OptimizeReferences="2" 86 145 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"/> 146 RandomizedBaseAddress="1" 147 DataExecutionPrevention="0" 148 TargetMachine="1" 149 /> 150 <Tool 151 Name="VCALinkTool" 152 /> 153 <Tool 154 Name="VCManifestTool" 155 /> 156 <Tool 157 Name="VCXDCMakeTool" 158 /> 159 <Tool 160 Name="VCBscMakeTool" 161 /> 162 <Tool 163 Name="VCFxCopTool" 164 /> 165 <Tool 166 Name="VCAppVerifierTool" 167 /> 168 <Tool 169 Name="VCPostBuildEventTool" 170 /> 108 171 </Configuration> 109 172 </Configurations> … … 114 177 Name="Source Files" 115 178 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 116 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 179 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 180 > 117 181 <File 118 RelativePath="..\..\tests\run-loader.c"> 182 RelativePath="..\..\tests\run-loader.c" 183 > 119 184 </File> 120 185 </Filter> … … 122 187 Name="Header Files" 123 188 Filter="h;hpp;hxx;hm;inl;inc;xsd" 124 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 189 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 190 > 125 191 </Filter> 126 192 <Filter 127 193 Name="Resource Files" 128 194 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 129 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 195 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 196 > 130 197 </Filter> 131 198 </Files>
Note: See TracChangeset
for help on using the changeset viewer.
