Changeset 277 for libyaml/branches/stable/win32/vs2008/yaml.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)
-
yaml.vcproj (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/branches/stable/win32/vs2008/yaml.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="yaml" 6 6 ProjectGUID="{5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}" 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\lib" 17 22 ConfigurationType="4" 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="HAVE_CONFIG_H;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="VCLibrarianTool" 35 OutputFile="$(OutDir)/yaml.lib"/> 36 <Tool 37 Name="VCMIDLTool"/> 38 <Tool 39 Name="VCPostBuildEventTool"/> 40 <Tool 41 Name="VCPreBuildEventTool"/> 42 <Tool 43 Name="VCPreLinkEventTool"/> 44 <Tool 45 Name="VCResourceCompilerTool"/> 46 <Tool 47 Name="VCWebServiceProxyGeneratorTool"/> 48 <Tool 49 Name="VCXMLDataGeneratorTool"/> 50 <Tool 51 Name="VCManagedWrapperGeneratorTool"/> 52 <Tool 53 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 65 OutputFile="$(OutDir)/yaml.lib" 66 /> 67 <Tool 68 Name="VCALinkTool" 69 /> 70 <Tool 71 Name="VCXDCMakeTool" 72 /> 73 <Tool 74 Name="VCBscMakeTool" 75 /> 76 <Tool 77 Name="VCFxCopTool" 78 /> 79 <Tool 80 Name="VCPostBuildEventTool" 81 /> 54 82 </Configuration> 55 83 <Configuration … … 58 86 IntermediateDirectory="Build\Release\lib" 59 87 ConfigurationType="4" 60 CharacterSet="2"> 88 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 89 CharacterSet="2" 90 > 91 <Tool 92 Name="VCPreBuildEventTool" 93 /> 94 <Tool 95 Name="VCCustomBuildTool" 96 /> 97 <Tool 98 Name="VCXMLDataGeneratorTool" 99 /> 100 <Tool 101 Name="VCWebServiceProxyGeneratorTool" 102 /> 103 <Tool 104 Name="VCMIDLTool" 105 /> 61 106 <Tool 62 107 Name="VCCLCompilerTool" 63 108 AdditionalIncludeDirectories="..;../../include" 64 109 PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_STATIC" 65 RuntimeLibrary=" 4"110 RuntimeLibrary="0" 66 111 UsePrecompiledHeader="0" 67 112 WarningLevel="3" 68 Detect64BitPortabilityProblems="TRUE" 69 DebugInformationFormat="3"/> 70 <Tool 71 Name="VCCustomBuildTool"/> 113 Detect64BitPortabilityProblems="true" 114 DebugInformationFormat="3" 115 /> 116 <Tool 117 Name="VCManagedResourceCompilerTool" 118 /> 119 <Tool 120 Name="VCResourceCompilerTool" 121 /> 122 <Tool 123 Name="VCPreLinkEventTool" 124 /> 72 125 <Tool 73 126 Name="VCLibrarianTool" 74 OutputFile="$(OutDir)/yaml.lib"/> 75 <Tool 76 Name="VCMIDLTool"/> 77 <Tool 78 Name="VCPostBuildEventTool"/> 79 <Tool 80 Name="VCPreBuildEventTool"/> 81 <Tool 82 Name="VCPreLinkEventTool"/> 83 <Tool 84 Name="VCResourceCompilerTool"/> 85 <Tool 86 Name="VCWebServiceProxyGeneratorTool"/> 87 <Tool 88 Name="VCXMLDataGeneratorTool"/> 89 <Tool 90 Name="VCManagedWrapperGeneratorTool"/> 91 <Tool 92 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 127 OutputFile="$(OutDir)/yaml.lib" 128 /> 129 <Tool 130 Name="VCALinkTool" 131 /> 132 <Tool 133 Name="VCXDCMakeTool" 134 /> 135 <Tool 136 Name="VCBscMakeTool" 137 /> 138 <Tool 139 Name="VCFxCopTool" 140 /> 141 <Tool 142 Name="VCPostBuildEventTool" 143 /> 93 144 </Configuration> 94 145 </Configurations> … … 99 150 Name="Source Files" 100 151 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 101 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 102 <File 103 RelativePath="..\..\src\api.c"> 104 </File> 105 <File 106 RelativePath="..\..\src\dumper.c"> 107 </File> 108 <File 109 RelativePath="..\..\src\emitter.c"> 110 </File> 111 <File 112 RelativePath="..\..\src\loader.c"> 113 </File> 114 <File 115 RelativePath="..\..\src\parser.c"> 116 </File> 117 <File 118 RelativePath="..\..\src\reader.c"> 119 </File> 120 <File 121 RelativePath="..\..\src\scanner.c"> 122 </File> 123 <File 124 RelativePath="..\..\src\writer.c"> 152 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 153 > 154 <File 155 RelativePath="..\..\src\api.c" 156 > 157 </File> 158 <File 159 RelativePath="..\..\src\dumper.c" 160 > 161 </File> 162 <File 163 RelativePath="..\..\src\emitter.c" 164 > 165 </File> 166 <File 167 RelativePath="..\..\src\loader.c" 168 > 169 </File> 170 <File 171 RelativePath="..\..\src\parser.c" 172 > 173 </File> 174 <File 175 RelativePath="..\..\src\reader.c" 176 > 177 </File> 178 <File 179 RelativePath="..\..\src\scanner.c" 180 > 181 </File> 182 <File 183 RelativePath="..\..\src\writer.c" 184 > 125 185 </File> 126 186 </Filter> … … 128 188 Name="Header Files" 129 189 Filter="h;hpp;hxx;hm;inl;inc;xsd" 130 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 131 <File 132 RelativePath="..\config.h"> 133 </File> 134 <File 135 RelativePath="..\..\include\yaml.h"> 136 </File> 137 <File 138 RelativePath="..\..\src\yaml_private.h"> 190 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 191 > 192 <File 193 RelativePath="..\config.h" 194 > 195 </File> 196 <File 197 RelativePath="..\..\include\yaml.h" 198 > 199 </File> 200 <File 201 RelativePath="..\..\src\yaml_private.h" 202 > 139 203 </File> 140 204 </Filter> … … 142 206 Name="Resource Files" 143 207 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 144 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 208 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 209 > 145 210 </Filter> 146 211 </Files>
Note: See TracChangeset
for help on using the changeset viewer.
