Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
f3a2c849
Commit
f3a2c849
authored
Jul 14, 2008
by
Jesse Beder
Browse files
Added a static library project 'yamlcpp' to the solution.
parent
771cc6fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
319 additions
and
0 deletions
+319
-0
yamlcpp.sln
yamlcpp.sln
+6
-0
yamlcpp.vcproj
yamlcpp.vcproj
+313
-0
No files found.
yamlcpp.sln
View file @
f3a2c849
...
...
@@ -3,6 +3,8 @@ Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yaml-reader", "yaml-reader.vcproj", "{E8CC0D8A-D784-4A6B-B78B-ACEA13F9FB0B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "yamlcpp", "yamlcpp.vcproj", "{3104AB4E-CD31-4F47-95E9-0E8D9374E15D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
...
...
@@ -13,6 +15,10 @@ Global
{E8CC0D8A-D784-4A6B-B78B-ACEA13F9FB0B}.Debug|Win32.Build.0 = Debug|Win32
{E8CC0D8A-D784-4A6B-B78B-ACEA13F9FB0B}.Release|Win32.ActiveCfg = Release|Win32
{E8CC0D8A-D784-4A6B-B78B-ACEA13F9FB0B}.Release|Win32.Build.0 = Release|Win32
{3104AB4E-CD31-4F47-95E9-0E8D9374E15D}.Debug|Win32.ActiveCfg = Debug|Win32
{3104AB4E-CD31-4F47-95E9-0E8D9374E15D}.Debug|Win32.Build.0 = Debug|Win32
{3104AB4E-CD31-4F47-95E9-0E8D9374E15D}.Release|Win32.ActiveCfg = Release|Win32
{3104AB4E-CD31-4F47-95E9-0E8D9374E15D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
...
...
yamlcpp.vcproj
0 → 100644
View file @
f3a2c849
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType=
"Visual C++"
Version=
"9.00"
Name=
"yamlcpp"
ProjectGUID=
"{3104AB4E-CD31-4F47-95E9-0E8D9374E15D}"
RootNamespace=
"yamlcpp"
Keyword=
"Win32Proj"
TargetFrameworkVersion=
"196613"
>
<Platforms>
<Platform
Name=
"Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name=
"Debug|Win32"
OutputDirectory=
"$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory=
"$(ConfigurationName)"
ConfigurationType=
"4"
CharacterSet=
"1"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"0"
PreprocessorDefinitions=
"WIN32;_DEBUG;_LIB"
MinimalRebuild=
"true"
BasicRuntimeChecks=
"3"
RuntimeLibrary=
"3"
UsePrecompiledHeader=
"0"
WarningLevel=
"3"
DebugInformationFormat=
"4"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLibrarianTool"
OutputFile=
"lib\$(ProjectName)d.lib"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name=
"Release|Win32"
OutputDirectory=
"$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory=
"$(ConfigurationName)"
ConfigurationType=
"4"
CharacterSet=
"1"
WholeProgramOptimization=
"1"
>
<Tool
Name=
"VCPreBuildEventTool"
/>
<Tool
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCXMLDataGeneratorTool"
/>
<Tool
Name=
"VCWebServiceProxyGeneratorTool"
/>
<Tool
Name=
"VCMIDLTool"
/>
<Tool
Name=
"VCCLCompilerTool"
Optimization=
"2"
EnableIntrinsicFunctions=
"true"
PreprocessorDefinitions=
"WIN32;NDEBUG;_LIB"
RuntimeLibrary=
"2"
EnableFunctionLevelLinking=
"true"
UsePrecompiledHeader=
"0"
WarningLevel=
"3"
DebugInformationFormat=
"3"
/>
<Tool
Name=
"VCManagedResourceCompilerTool"
/>
<Tool
Name=
"VCResourceCompilerTool"
/>
<Tool
Name=
"VCPreLinkEventTool"
/>
<Tool
Name=
"VCLibrarianTool"
OutputFile=
"lib\$(ProjectName).lib"
/>
<Tool
Name=
"VCALinkTool"
/>
<Tool
Name=
"VCXDCMakeTool"
/>
<Tool
Name=
"VCBscMakeTool"
/>
<Tool
Name=
"VCFxCopTool"
/>
<Tool
Name=
"VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name=
"Source Files"
Filter=
"cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier=
"{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<Filter
Name=
"Parser"
>
<File
RelativePath=
".\src\parser.cpp"
>
</File>
<File
RelativePath=
".\src\parserstate.cpp"
>
</File>
</Filter>
<Filter
Name=
"Representation"
>
<File
RelativePath=
".\src\content.cpp"
>
</File>
<File
RelativePath=
".\src\iterator.cpp"
>
</File>
<File
RelativePath=
".\src\map.cpp"
>
</File>
<File
RelativePath=
".\src\node.cpp"
>
</File>
<File
RelativePath=
".\src\scalar.cpp"
>
</File>
<File
RelativePath=
".\src\sequence.cpp"
>
</File>
</Filter>
<Filter
Name=
"Scanner"
>
<File
RelativePath=
".\src\exp.cpp"
>
</File>
<File
RelativePath=
".\src\regex.cpp"
>
</File>
<File
RelativePath=
".\src\scanner.cpp"
>
</File>
<File
RelativePath=
".\src\scanscalar.cpp"
>
</File>
<File
RelativePath=
".\src\scantoken.cpp"
>
</File>
<File
RelativePath=
".\src\simplekey.cpp"
>
</File>
<File
RelativePath=
".\src\stream.cpp"
>
</File>
</Filter>
</Filter>
<Filter
Name=
"Header Files"
Filter=
"h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier=
"{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=
".\include\exceptions.h"
>
</File>
<Filter
Name=
"Parser"
>
<File
RelativePath=
".\include\parser.h"
>
</File>
<File
RelativePath=
".\include\parserstate.h"
>
</File>
</Filter>
<Filter
Name=
"Representation"
>
<File
RelativePath=
".\src\content.h"
>
</File>
<File
RelativePath=
".\include\ltnode.h"
>
</File>
<File
RelativePath=
".\src\map.h"
>
</File>
<File
RelativePath=
".\include\node.h"
>
</File>
<File
RelativePath=
".\src\scalar.h"
>
</File>
<File
RelativePath=
".\src\sequence.h"
>
</File>
</Filter>
<Filter
Name=
"Scanner"
>
<File
RelativePath=
".\src\exp.h"
>
</File>
<File
RelativePath=
".\src\regex.h"
>
</File>
<File
RelativePath=
".\src\scanner.h"
>
</File>
<File
RelativePath=
".\src\scanscalar.h"
>
</File>
<File
RelativePath=
".\src\stream.h"
>
</File>
<File
RelativePath=
".\src\token.h"
>
</File>
</Filter>
</Filter>
<Filter
Name=
"Resource Files"
Filter=
"rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
UniqueIdentifier=
"{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment