| 1 | <?xml version="1.0" encoding="windows-1251"?> |
|---|
| 2 | <VisualStudioProject |
|---|
| 3 | ProjectType="Visual C++" |
|---|
| 4 | Version="7.10" |
|---|
| 5 | Name="yamldll" |
|---|
| 6 | ProjectGUID="{019A6F4C-E704-4879-8E53-622BD4BC9C89}" |
|---|
| 7 | Keyword="Win32Proj"> |
|---|
| 8 | <Platforms> |
|---|
| 9 | <Platform |
|---|
| 10 | Name="Win32"/> |
|---|
| 11 | </Platforms> |
|---|
| 12 | <Configurations> |
|---|
| 13 | <Configuration |
|---|
| 14 | Name="Debug|Win32" |
|---|
| 15 | OutputDirectory="Output\Debug\lib\DLL" |
|---|
| 16 | IntermediateDirectory="Build\Debug\lib\DLL" |
|---|
| 17 | ConfigurationType="2" |
|---|
| 18 | CharacterSet="2"> |
|---|
| 19 | <Tool |
|---|
| 20 | Name="VCCLCompilerTool" |
|---|
| 21 | Optimization="0" |
|---|
| 22 | AdditionalIncludeDirectories="..;../../include" |
|---|
| 23 | PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_EXPORT" |
|---|
| 24 | MinimalRebuild="TRUE" |
|---|
| 25 | BasicRuntimeChecks="3" |
|---|
| 26 | RuntimeLibrary="3" |
|---|
| 27 | UsePrecompiledHeader="0" |
|---|
| 28 | WarningLevel="3" |
|---|
| 29 | Detect64BitPortabilityProblems="TRUE" |
|---|
| 30 | DebugInformationFormat="4"/> |
|---|
| 31 | <Tool |
|---|
| 32 | Name="VCCustomBuildTool"/> |
|---|
| 33 | <Tool |
|---|
| 34 | Name="VCLinkerTool" |
|---|
| 35 | OutputFile="$(OutDir)/yaml.dll" |
|---|
| 36 | LinkIncremental="2" |
|---|
| 37 | GenerateDebugInformation="TRUE" |
|---|
| 38 | ProgramDatabaseFile="$(OutDir)/yaml.pdb" |
|---|
| 39 | SubSystem="2" |
|---|
| 40 | ImportLibrary="$(OutDir)/yaml.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"/> |
|---|
| 62 | </Configuration> |
|---|
| 63 | <Configuration |
|---|
| 64 | Name="Release|Win32" |
|---|
| 65 | OutputDirectory="Output\Release\lib\DLL" |
|---|
| 66 | IntermediateDirectory="Build\Release\lib\DLL" |
|---|
| 67 | ConfigurationType="2" |
|---|
| 68 | CharacterSet="2"> |
|---|
| 69 | <Tool |
|---|
| 70 | Name="VCCLCompilerTool" |
|---|
| 71 | AdditionalIncludeDirectories="..;../../include" |
|---|
| 72 | PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_EXPORT" |
|---|
| 73 | RuntimeLibrary="2" |
|---|
| 74 | UsePrecompiledHeader="0" |
|---|
| 75 | WarningLevel="3" |
|---|
| 76 | Detect64BitPortabilityProblems="TRUE" |
|---|
| 77 | DebugInformationFormat="3"/> |
|---|
| 78 | <Tool |
|---|
| 79 | Name="VCCustomBuildTool"/> |
|---|
| 80 | <Tool |
|---|
| 81 | Name="VCLinkerTool" |
|---|
| 82 | OutputFile="$(OutDir)/yaml.dll" |
|---|
| 83 | LinkIncremental="1" |
|---|
| 84 | GenerateDebugInformation="TRUE" |
|---|
| 85 | SubSystem="2" |
|---|
| 86 | OptimizeReferences="2" |
|---|
| 87 | EnableCOMDATFolding="2" |
|---|
| 88 | ImportLibrary="$(OutDir)/yaml.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"/> |
|---|
| 110 | </Configuration> |
|---|
| 111 | </Configurations> |
|---|
| 112 | <References> |
|---|
| 113 | </References> |
|---|
| 114 | <Files> |
|---|
| 115 | <Filter |
|---|
| 116 | Name="Source Files" |
|---|
| 117 | 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"> |
|---|
| 142 | </File> |
|---|
| 143 | </Filter> |
|---|
| 144 | <Filter |
|---|
| 145 | Name="Header Files" |
|---|
| 146 | 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"> |
|---|
| 156 | </File> |
|---|
| 157 | </Filter> |
|---|
| 158 | <Filter |
|---|
| 159 | Name="Resource Files" |
|---|
| 160 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" |
|---|
| 161 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> |
|---|
| 162 | </Filter> |
|---|
| 163 | </Files> |
|---|
| 164 | <Globals> |
|---|
| 165 | </Globals> |
|---|
| 166 | </VisualStudioProject> |
|---|