Changeset 277
- Timestamp:
- 09/30/08 08:20:56 (5 years ago)
- Location:
- libyaml/branches/stable/win32
- Files:
-
- 1 deleted
- 14 edited
- 1 copied
-
vs2003/example-deconstructor.vcproj (deleted)
-
vs2008 (copied) (copied from libyaml/branches/stable/win32/vs2003)
-
vs2008/example_deconstructor.vcproj (modified) (6 diffs)
-
vs2008/example_deconstructor_alt.vcproj (modified) (6 diffs)
-
vs2008/example_reformatter.vcproj (modified) (6 diffs)
-
vs2008/example_reformatter_alt.vcproj (modified) (6 diffs)
-
vs2008/libyaml.sln (modified) (2 diffs)
-
vs2008/run_dumper.vcproj (modified) (6 diffs)
-
vs2008/run_emitter.vcproj (modified) (6 diffs)
-
vs2008/run_loader.vcproj (modified) (6 diffs)
-
vs2008/run_parser.vcproj (modified) (6 diffs)
-
vs2008/run_scanner.vcproj (modified) (6 diffs)
-
vs2008/test_reader.vcproj (modified) (6 diffs)
-
vs2008/test_version.vcproj (modified) (6 diffs)
-
vs2008/yaml.vcproj (modified) (7 diffs)
-
vs2008/yamldll.vcproj (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/branches/stable/win32/vs2008/example_deconstructor.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="example_deconstructor" 6 6 ProjectGUID="{F8C735BD-5D83-4E21-8548-7984792033DB}" 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)/example_deconstructor.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/example_deconstructor.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)/example_deconstructor.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\example-deconstructor.c"> 182 RelativePath="..\..\tests\example-deconstructor.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> -
libyaml/branches/stable/win32/vs2008/example_deconstructor_alt.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="example_deconstructor_alt" 6 6 ProjectGUID="{AEBABE36-E103-4E4B-84D4-B4546285C35A}" 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)/example_deconstructor_alt.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/example_deconstructor_alt.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)/example_deconstructor_alt.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\example-deconstructor-alt.c"> 182 RelativePath="..\..\tests\example-deconstructor-alt.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> -
libyaml/branches/stable/win32/vs2008/example_reformatter.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="example_reformatter" 6 6 ProjectGUID="{BC86310C-0914-4F66-9272-30FD09900D70}" 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)/example_reformatter.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/example_reformatter.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)/example_reformatter.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\example-reformatter.c"> 182 RelativePath="..\..\tests\example-reformatter.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> -
libyaml/branches/stable/win32/vs2008/example_reformatter_alt.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="example_reformatter_alt" 6 6 ProjectGUID="{C0209B44-8A45-4D9E-B430-100679BC6B2D}" 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)/example_reformatter_alt.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/example_reformatter_alt.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)/example_reformatter_alt.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\example-reformatter-alt.c"> 182 RelativePath="..\..\tests\example-reformatter-alt.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> -
libyaml/branches/stable/win32/vs2008/libyaml.sln
r245 r277 1 Microsoft Visual Studio Solution File, Format Version 8.00 1 Microsoft Visual Studio Solution File, Format Version 10.00 2 # Visual Studio 2008 2 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yaml", "yaml.vcproj", "{5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}" 3 ProjectSection(ProjectDependencies) = postProject4 EndProjectSection5 4 EndProject 6 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yamldll", "yamldll.vcproj", "{019A6F4C-E704-4879-8E53-622BD4BC9C89}" 7 ProjectSection(ProjectDependencies) = postProject8 EndProjectSection9 6 EndProject 10 7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example_deconstructor_alt", "example_deconstructor_alt.vcproj", "{AEBABE36-E103-4E4B-84D4-B4546285C35A}" … … 64 61 EndProject 65 62 Global 66 GlobalSection(SolutionConfiguration ) = preSolution67 Debug = Debug68 Release = Release63 GlobalSection(SolutionConfigurationPlatforms) = preSolution 64 Debug|Win32 = Debug|Win32 65 Release|Win32 = Release|Win32 69 66 EndGlobalSection 70 GlobalSection(ProjectConfiguration ) = postSolution71 {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}.Debug .ActiveCfg = Debug|Win3272 {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}.Debug .Build.0 = Debug|Win3273 {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}.Release .ActiveCfg = Release|Win3274 {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}.Release .Build.0 = Release|Win3275 {019A6F4C-E704-4879-8E53-622BD4BC9C89}.Debug .ActiveCfg = Debug|Win3276 {019A6F4C-E704-4879-8E53-622BD4BC9C89}.Debug .Build.0 = Debug|Win3277 {019A6F4C-E704-4879-8E53-622BD4BC9C89}.Release .ActiveCfg = Release|Win3278 {019A6F4C-E704-4879-8E53-622BD4BC9C89}.Release .Build.0 = Release|Win3279 {AEBABE36-E103-4E4B-84D4-B4546285C35A}.Debug .ActiveCfg = Debug|Win3280 {AEBABE36-E103-4E4B-84D4-B4546285C35A}.Debug .Build.0 = Debug|Win3281 {AEBABE36-E103-4E4B-84D4-B4546285C35A}.Release .ActiveCfg = Release|Win3282 {AEBABE36-E103-4E4B-84D4-B4546285C35A}.Release .Build.0 = Release|Win3283 {F8C735BD-5D83-4E21-8548-7984792033DB}.Debug .ActiveCfg = Debug|Win3284 {F8C735BD-5D83-4E21-8548-7984792033DB}.Debug .Build.0 = Debug|Win3285 {F8C735BD-5D83-4E21-8548-7984792033DB}.Release .ActiveCfg = Release|Win3286 {F8C735BD-5D83-4E21-8548-7984792033DB}.Release .Build.0 = Release|Win3287 {BC86310C-0914-4F66-9272-30FD09900D70}.Debug .ActiveCfg = Debug|Win3288 {BC86310C-0914-4F66-9272-30FD09900D70}.Debug .Build.0 = Debug|Win3289 {BC86310C-0914-4F66-9272-30FD09900D70}.Release .ActiveCfg = Release|Win3290 {BC86310C-0914-4F66-9272-30FD09900D70}.Release .Build.0 = Release|Win3291 {C0209B44-8A45-4D9E-B430-100679BC6B2D}.Debug .ActiveCfg = Debug|Win3292 {C0209B44-8A45-4D9E-B430-100679BC6B2D}.Debug .Build.0 = Debug|Win3293 {C0209B44-8A45-4D9E-B430-100679BC6B2D}.Release .ActiveCfg = Release|Win3294 {C0209B44-8A45-4D9E-B430-100679BC6B2D}.Release .Build.0 = Release|Win3295 {99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}.Debug .ActiveCfg = Debug|Win3296 {99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}.Debug .Build.0 = Debug|Win3297 {99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}.Release .ActiveCfg = Release|Win3298 {99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}.Release .Build.0 = Release|Win3299 {CBA602BE-8FE4-4E68-A401-3C537EAA7239}.Debug .ActiveCfg = Debug|Win32100 {CBA602BE-8FE4-4E68-A401-3C537EAA7239}.Debug .Build.0 = Debug|Win32101 {CBA602BE-8FE4-4E68-A401-3C537EAA7239}.Release .ActiveCfg = Release|Win32102 {CBA602BE-8FE4-4E68-A401-3C537EAA7239}.Release .Build.0 = Release|Win32103 {B9549FB7-A259-4518-A9CD-9D2108C2C728}.Debug .ActiveCfg = Debug|Win32104 {B9549FB7-A259-4518-A9CD-9D2108C2C728}.Debug .Build.0 = Debug|Win32105 {B9549FB7-A259-4518-A9CD-9D2108C2C728}.Release .ActiveCfg = Release|Win32106 {B9549FB7-A259-4518-A9CD-9D2108C2C728}.Release .Build.0 = Release|Win32107 {8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}.Debug .ActiveCfg = Debug|Win32108 {8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}.Debug .Build.0 = Debug|Win32109 {8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}.Release .ActiveCfg = Release|Win32110 {8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}.Release .Build.0 = Release|Win32111 {5D3F321E-4A86-4842-9F45-105A7F373104}.Debug .ActiveCfg = Debug|Win32112 {5D3F321E-4A86-4842-9F45-105A7F373104}.Debug .Build.0 = Debug|Win32113 {5D3F321E-4A86-4842-9F45-105A7F373104}.Release .ActiveCfg = Release|Win32114 {5D3F321E-4A86-4842-9F45-105A7F373104}.Release .Build.0 = Release|Win32115 {898C9408-2480-4BF8-97B0-B1464B7BB5C4}.Debug .ActiveCfg = Debug|Win32116 {898C9408-2480-4BF8-97B0-B1464B7BB5C4}.Debug .Build.0 = Debug|Win32117 {898C9408-2480-4BF8-97B0-B1464B7BB5C4}.Release .ActiveCfg = Release|Win32118 {898C9408-2480-4BF8-97B0-B1464B7BB5C4}.Release .Build.0 = Release|Win32119 {BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}.Debug .ActiveCfg = Debug|Win32120 {BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}.Debug .Build.0 = Debug|Win32121 {BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}.Release .ActiveCfg = Release|Win32122 {BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}.Release .Build.0 = Release|Win3267 GlobalSection(ProjectConfigurationPlatforms) = postSolution 68 {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}.Debug|Win32.ActiveCfg = Debug|Win32 69 {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}.Debug|Win32.Build.0 = Debug|Win32 70 {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}.Release|Win32.ActiveCfg = Release|Win32 71 {5CE8051A-3F0C-4C39-B1C0-3338E48BA60F}.Release|Win32.Build.0 = Release|Win32 72 {019A6F4C-E704-4879-8E53-622BD4BC9C89}.Debug|Win32.ActiveCfg = Debug|Win32 73 {019A6F4C-E704-4879-8E53-622BD4BC9C89}.Debug|Win32.Build.0 = Debug|Win32 74 {019A6F4C-E704-4879-8E53-622BD4BC9C89}.Release|Win32.ActiveCfg = Release|Win32 75 {019A6F4C-E704-4879-8E53-622BD4BC9C89}.Release|Win32.Build.0 = Release|Win32 76 {AEBABE36-E103-4E4B-84D4-B4546285C35A}.Debug|Win32.ActiveCfg = Debug|Win32 77 {AEBABE36-E103-4E4B-84D4-B4546285C35A}.Debug|Win32.Build.0 = Debug|Win32 78 {AEBABE36-E103-4E4B-84D4-B4546285C35A}.Release|Win32.ActiveCfg = Release|Win32 79 {AEBABE36-E103-4E4B-84D4-B4546285C35A}.Release|Win32.Build.0 = Release|Win32 80 {F8C735BD-5D83-4E21-8548-7984792033DB}.Debug|Win32.ActiveCfg = Debug|Win32 81 {F8C735BD-5D83-4E21-8548-7984792033DB}.Debug|Win32.Build.0 = Debug|Win32 82 {F8C735BD-5D83-4E21-8548-7984792033DB}.Release|Win32.ActiveCfg = Release|Win32 83 {F8C735BD-5D83-4E21-8548-7984792033DB}.Release|Win32.Build.0 = Release|Win32 84 {BC86310C-0914-4F66-9272-30FD09900D70}.Debug|Win32.ActiveCfg = Debug|Win32 85 {BC86310C-0914-4F66-9272-30FD09900D70}.Debug|Win32.Build.0 = Debug|Win32 86 {BC86310C-0914-4F66-9272-30FD09900D70}.Release|Win32.ActiveCfg = Release|Win32 87 {BC86310C-0914-4F66-9272-30FD09900D70}.Release|Win32.Build.0 = Release|Win32 88 {C0209B44-8A45-4D9E-B430-100679BC6B2D}.Debug|Win32.ActiveCfg = Debug|Win32 89 {C0209B44-8A45-4D9E-B430-100679BC6B2D}.Debug|Win32.Build.0 = Debug|Win32 90 {C0209B44-8A45-4D9E-B430-100679BC6B2D}.Release|Win32.ActiveCfg = Release|Win32 91 {C0209B44-8A45-4D9E-B430-100679BC6B2D}.Release|Win32.Build.0 = Release|Win32 92 {99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}.Debug|Win32.ActiveCfg = Debug|Win32 93 {99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}.Debug|Win32.Build.0 = Debug|Win32 94 {99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}.Release|Win32.ActiveCfg = Release|Win32 95 {99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}.Release|Win32.Build.0 = Release|Win32 96 {CBA602BE-8FE4-4E68-A401-3C537EAA7239}.Debug|Win32.ActiveCfg = Debug|Win32 97 {CBA602BE-8FE4-4E68-A401-3C537EAA7239}.Debug|Win32.Build.0 = Debug|Win32 98 {CBA602BE-8FE4-4E68-A401-3C537EAA7239}.Release|Win32.ActiveCfg = Release|Win32 99 {CBA602BE-8FE4-4E68-A401-3C537EAA7239}.Release|Win32.Build.0 = Release|Win32 100 {B9549FB7-A259-4518-A9CD-9D2108C2C728}.Debug|Win32.ActiveCfg = Debug|Win32 101 {B9549FB7-A259-4518-A9CD-9D2108C2C728}.Debug|Win32.Build.0 = Debug|Win32 102 {B9549FB7-A259-4518-A9CD-9D2108C2C728}.Release|Win32.ActiveCfg = Release|Win32 103 {B9549FB7-A259-4518-A9CD-9D2108C2C728}.Release|Win32.Build.0 = Release|Win32 104 {8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}.Debug|Win32.ActiveCfg = Debug|Win32 105 {8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}.Debug|Win32.Build.0 = Debug|Win32 106 {8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}.Release|Win32.ActiveCfg = Release|Win32 107 {8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}.Release|Win32.Build.0 = Release|Win32 108 {5D3F321E-4A86-4842-9F45-105A7F373104}.Debug|Win32.ActiveCfg = Debug|Win32 109 {5D3F321E-4A86-4842-9F45-105A7F373104}.Debug|Win32.Build.0 = Debug|Win32 110 {5D3F321E-4A86-4842-9F45-105A7F373104}.Release|Win32.ActiveCfg = Release|Win32 111 {5D3F321E-4A86-4842-9F45-105A7F373104}.Release|Win32.Build.0 = Release|Win32 112 {898C9408-2480-4BF8-97B0-B1464B7BB5C4}.Debug|Win32.ActiveCfg = Debug|Win32 113 {898C9408-2480-4BF8-97B0-B1464B7BB5C4}.Debug|Win32.Build.0 = Debug|Win32 114 {898C9408-2480-4BF8-97B0-B1464B7BB5C4}.Release|Win32.ActiveCfg = Release|Win32 115 {898C9408-2480-4BF8-97B0-B1464B7BB5C4}.Release|Win32.Build.0 = Release|Win32 116 {BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}.Debug|Win32.ActiveCfg = Debug|Win32 117 {BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}.Debug|Win32.Build.0 = Debug|Win32 118 {BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}.Release|Win32.ActiveCfg = Release|Win32 119 {BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}.Release|Win32.Build.0 = Release|Win32 123 120 EndGlobalSection 124 GlobalSection(ExtensibilityGlobals) = postSolution 125 EndGlobalSection 126 GlobalSection(ExtensibilityAddIns) = postSolution 121 GlobalSection(SolutionProperties) = preSolution 122 HideSolutionNode = FALSE 127 123 EndGlobalSection 128 124 EndGlobal -
libyaml/branches/stable/win32/vs2008/run_dumper.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="run_dumper" 6 6 ProjectGUID="{99AD9500-BD7A-4996-9FA2-2E4EAE7E6BCB}" 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_dumper.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/run_dumper.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_dumper.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-dumper.c"> 182 RelativePath="..\..\tests\run-dumper.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> -
libyaml/branches/stable/win32/vs2008/run_emitter.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="run_emitter" 6 6 ProjectGUID="{CBA602BE-8FE4-4E68-A401-3C537EAA7239}" 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_emitter.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/run_emitter.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_emitter.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-emitter.c"> 182 RelativePath="..\..\tests\run-emitter.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> -
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> -
libyaml/branches/stable/win32/vs2008/run_parser.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="run_parser" 6 6 ProjectGUID="{8EC75FB4-951D-4A19-8DCD-ED2E97E4B234}" 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_parser.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/run_parser.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_parser.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-parser.c"> 182 RelativePath="..\..\tests\run-parser.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> -
libyaml/branches/stable/win32/vs2008/run_scanner.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="run_scanner" 6 6 ProjectGUID="{5D3F321E-4A86-4842-9F45-105A7F373104}" 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_scanner.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/run_scanner.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_scanner.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-scanner.c"> 182 RelativePath="..\..\tests\run-scanner.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> -
libyaml/branches/stable/win32/vs2008/test_reader.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="test_reader" 6 6 ProjectGUID="{898C9408-2480-4BF8-97B0-B1464B7BB5C4}" 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)/test_reader.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/test_reader.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)/test_reader.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\test-reader.c"> 182 RelativePath="..\..\tests\test-reader.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> -
libyaml/branches/stable/win32/vs2008/test_version.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="test_version" 6 6 ProjectGUID="{BF6CA7A9-0767-4A4E-BC42-9B7C8E105991}" 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)/test_version.exe" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/test_version.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)/test_version.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\test-version.c"> 182 RelativePath="..\..\tests\test-version.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> -
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> -
libyaml/branches/stable/win32/vs2008/yamldll.vcproj
r245 r277 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version=" 7.10"4 Version="9,00" 5 5 Name="yamldll" 6 6 ProjectGUID="{019A6F4C-E704-4879-8E53-622BD4BC9C89}" 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\DLL" 17 22 ConfigurationType="2" 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_EXPORT" 24 MinimalRebuild=" TRUE"46 MinimalRebuild="true" 25 47 BasicRuntimeChecks="3" 26 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)/yamldll.dll" 36 66 LinkIncremental="2" 37 GenerateDebugInformation=" TRUE"67 GenerateDebugInformation="true" 38 68 ProgramDatabaseFile="$(OutDir)/yamldll.pdb" 39 69 SubSystem="2" 70 RandomizedBaseAddress="1" 71 DataExecutionPrevention="0" 40 72 ImportLibrary="$(OutDir)/yamldll.lib" 41 TargetMachine="1"/> 42 <Tool 43 Name="VCMIDLTool"/> 44 <Tool 45 Name="VCPostBuildEventTool"/> 46 <Tool 47 Name="VCPreBuildEventTool"/> 48 <Tool 49 Name="VCPreLinkEventTool"/> 50 <Tool 51 Name="VCResourceCompilerTool"/> 52 <Tool 53 Name="VCWebServiceProxyGeneratorTool"/> 54 <Tool 55 Name="VCXMLDataGeneratorTool"/> 56 <Tool 57 Name="VCWebDeploymentTool"/> 58 <Tool 59 Name="VCManagedWrapperGeneratorTool"/> 60 <Tool 61 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 73 TargetMachine="1" 74 /> 75 <Tool 76 Name="VCALinkTool" 77 /> 78 <Tool 79 Name="VCManifestTool" 80 /> 81 <Tool 82 Name="VCXDCMakeTool" 83 /> 84 <Tool 85 Name="VCBscMakeTool" 86 /> 87 <Tool 88 Name="VCFxCopTool" 89 /> 90 <Tool 91 Name="VCAppVerifierTool" 92 /> 93 <Tool 94 Name="VCPostBuildEventTool" 95 /> 62 96 </Configuration> 63 97 <Configuration … … 66 100 IntermediateDirectory="Build\Release\lib\DLL" 67 101 ConfigurationType="2" 68 CharacterSet="2"> 102 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 103 CharacterSet="2" 104 > 105 <Tool 106 Name="VCPreBuildEventTool" 107 /> 108 <Tool 109 Name="VCCustomBuildTool" 110 /> 111 <Tool 112 Name="VCXMLDataGeneratorTool" 113 /> 114 <Tool 115 Name="VCWebServiceProxyGeneratorTool" 116 /> 117 <Tool 118 Name="VCMIDLTool" 119 /> 69 120 <Tool 70 121 Name="VCCLCompilerTool" … … 74 125 UsePrecompiledHeader="0" 75 126 WarningLevel="3" 76 Detect64BitPortabilityProblems="TRUE" 77 DebugInformationFormat="3"/> 78 <Tool 79 Name="VCCustomBuildTool"/> 127 Detect64BitPortabilityProblems="true" 128 DebugInformationFormat="3" 129 /> 130 <Tool 131 Name="VCManagedResourceCompilerTool" 132 /> 133 <Tool 134 Name="VCResourceCompilerTool" 135 /> 136 <Tool 137 Name="VCPreLinkEventTool" 138 /> 80 139 <Tool 81 140 Name="VCLinkerTool" 82 141 OutputFile="$(OutDir)/yamldll.dll" 83 142 LinkIncremental="1" 84 GenerateDebugInformation=" TRUE"143 GenerateDebugInformation="true" 85 144 SubSystem="2" 86 145 OptimizeReferences="2" 87 146 EnableCOMDATFolding="2" 147 RandomizedBaseAddress="1" 148 DataExecutionPrevention="0" 88 149 ImportLibrary="$(OutDir)/yamldll.lib" 89 TargetMachine="1"/> 90 <Tool 91 Name="VCMIDLTool"/> 92 <Tool 93 Name="VCPostBuildEventTool"/> 94 <Tool 95 Name="VCPreBuildEventTool"/> 96 <Tool 97 Name="VCPreLinkEventTool"/> 98 <Tool 99 Name="VCResourceCompilerTool"/> 100 <Tool 101 Name="VCWebServiceProxyGeneratorTool"/> 102 <Tool 103 Name="VCXMLDataGeneratorTool"/> 104 <Tool 105 Name="VCWebDeploymentTool"/> 106 <Tool 107 Name="VCManagedWrapperGeneratorTool"/> 108 <Tool 109 Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 150 TargetMachine="1" 151 /> 152 <Tool 153 Name="VCALinkTool" 154 /> 155 <Tool 156 Name="VCManifestTool" 157 /> 158 <Tool 159 Name="VCXDCMakeTool" 160 /> 161 <Tool 162 Name="VCBscMakeTool" 163 /> 164 <Tool 165 Name="VCFxCopTool" 166 /> 167 <Tool 168 Name="VCAppVerifierTool" 169 /> 170 <Tool 171 Name="VCPostBuildEventTool" 172 /> 110 173 </Configuration> 111 174 </Configurations> … … 116 179 Name="Source Files" 117 180 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 118 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> 119 <File 120 RelativePath="..\..\src\api.c"> 121 </File> 122 <File 123 RelativePath="..\..\src\dumper.c"> 124 </File> 125 <File 126 RelativePath="..\..\src\emitter.c"> 127 </File> 128 <File 129 RelativePath="..\..\src\loader.c"> 130 </File> 131 <File 132 RelativePath="..\..\src\parser.c"> 133 </File> 134 <File 135 RelativePath="..\..\src\reader.c"> 136 </File> 137 <File 138 RelativePath="..\..\src\scanner.c"> 139 </File> 140 <File 141 RelativePath="..\..\src\writer.c"> 181 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 182 > 183 <File 184 RelativePath="..\..\src\api.c" 185 > 186 </File> 187 <File 188 RelativePath="..\..\src\dumper.c" 189 > 190 </File> 191 <File 192 RelativePath="..\..\src\emitter.c" 193 > 194 </File> 195 <File 196 RelativePath="..\..\src\loader.c" 197 > 198 </File> 199 <File 200 RelativePath="..\..\src\parser.c" 201 > 202 </File> 203 <File 204 RelativePath="..\..\src\reader.c" 205 > 206 </File> 207 <File 208 RelativePath="..\..\src\scanner.c" 209 > 210 </File> 211 <File 212 RelativePath="..\..\src\writer.c" 213 > 142 214 </File> 143 215 </Filter> … … 145 217 Name="Header Files" 146 218 Filter="h;hpp;hxx;hm;inl;inc;xsd" 147 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> 148 <File 149 RelativePath="..\config.h"> 150 </File> 151 <File 152 RelativePath="..\..\include\yaml.h"> 153 </File> 154 <File 155 RelativePath="..\..\src\yaml_private.h"> 219 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 220 > 221 <File 222 RelativePath="..\config.h" 223 > 224 </File> 225 <File 226 RelativePath="..\..\include\yaml.h" 227 > 228 </File> 229 <File 230 RelativePath="..\..\src\yaml_private.h" 231 > 156 232 </File> 157 233 </Filter> … … 159 235 Name="Resource Files" 160 236 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 161 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> 237 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 238 > 162 239 </Filter> 163 240 </Files>
Note: See TracChangeset
for help on using the changeset viewer.
