mirror of
https://github.com/marzer/tomlplusplus.git
synced 2024-11-20 05:11:20 +00:00
882d9d1c34
also: - renamed header files to .hpp - updated conformance tests - minor documentation fixes
143 lines
7.1 KiB
XML
143 lines
7.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|x64">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>x64</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
|
<ProjectGuid>{0E287B5A-1168-43FD-B067-F6BE8E182A57}</ProjectGuid>
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="PropertySheets">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<Import Project="$(ProjectDir)\toml++.props" />
|
|
<ItemGroup>
|
|
<ClInclude Include="include\toml++\impl\array.hpp" />
|
|
<ClInclude Include="include\toml++\impl\array.inl" />
|
|
<ClInclude Include="include\toml++\impl\at_path.hpp" />
|
|
<ClInclude Include="include\toml++\impl\date_time.hpp" />
|
|
<ClInclude Include="include\toml++\impl\key.hpp" />
|
|
<ClInclude Include="include\toml++\impl\path.hpp" />
|
|
<ClInclude Include="include\toml++\impl\simd.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_utility.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_variant.hpp" />
|
|
<ClInclude Include="include\toml++\impl\toml_formatter.hpp" />
|
|
<ClInclude Include="include\toml++\impl\toml_formatter.inl" />
|
|
<ClInclude Include="include\toml++\impl\formatter.hpp" />
|
|
<ClInclude Include="include\toml++\impl\formatter.inl" />
|
|
<ClInclude Include="include\toml++\impl\forward_declarations.hpp" />
|
|
<ClInclude Include="include\toml++\impl\header_end.hpp" />
|
|
<ClInclude Include="include\toml++\impl\header_start.hpp" />
|
|
<ClInclude Include="include\toml++\impl\json_formatter.hpp" />
|
|
<ClInclude Include="include\toml++\impl\json_formatter.inl" />
|
|
<ClInclude Include="include\toml++\impl\make_node.hpp" />
|
|
<ClInclude Include="include\toml++\impl\node.hpp" />
|
|
<ClInclude Include="include\toml++\impl\node.inl" />
|
|
<ClInclude Include="include\toml++\impl\node_view.hpp" />
|
|
<ClInclude Include="include\toml++\impl\parse_error.hpp" />
|
|
<ClInclude Include="include\toml++\impl\parse_result.hpp" />
|
|
<ClInclude Include="include\toml++\impl\parser.hpp" />
|
|
<ClInclude Include="include\toml++\impl\parser.inl" />
|
|
<ClInclude Include="include\toml++\impl\preprocessor.hpp" />
|
|
<ClInclude Include="include\toml++\impl\print_to_stream.hpp" />
|
|
<ClInclude Include="include\toml++\impl\print_to_stream.inl" />
|
|
<ClInclude Include="include\toml++\impl\source_region.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_except.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_initializer_list.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_map.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_new.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_optional.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_string.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_vector.hpp" />
|
|
<ClInclude Include="include\toml++\impl\table.hpp" />
|
|
<ClInclude Include="include\toml++\impl\table.inl" />
|
|
<ClInclude Include="include\toml++\impl\unicode.hpp" />
|
|
<ClInclude Include="include\toml++\impl\unicode_autogenerated.hpp" />
|
|
<ClInclude Include="include\toml++\impl\value.hpp" />
|
|
<ClInclude Include="include\toml++\impl\version.hpp" />
|
|
<ClInclude Include="include\toml++\impl\std_string.inl" />
|
|
<ClInclude Include="include\toml++\impl\yaml_formatter.hpp" />
|
|
<ClInclude Include="include\toml++\toml.hpp" />
|
|
<ClInclude Include="include\toml++\toml.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include=".clang-format" />
|
|
<None Include=".editorconfig" />
|
|
<None Include=".gitattributes" />
|
|
<None Include=".github\FUNDING.yml" />
|
|
<None Include=".github\ISSUE_TEMPLATE\bug_report.md" />
|
|
<None Include=".github\ISSUE_TEMPLATE\config.yml" />
|
|
<None Include=".github\ISSUE_TEMPLATE\feature_request.md" />
|
|
<None Include=".github\ISSUE_TEMPLATE\spec_bug_report.md" />
|
|
<None Include=".github\pull_request_template.md" />
|
|
<None Include=".github\workflows\ci.yaml" />
|
|
<None Include=".github\workflows\gh-pages.yaml" />
|
|
<None Include=".gitignore" />
|
|
<None Include=".gitmodules" />
|
|
<None Include=".runsettings" />
|
|
<None Include=".tipi\deps" />
|
|
<None Include="CHANGELOG.md" />
|
|
<None Include="cmake\tomlplusplusConfig.cmake.meson.in" />
|
|
<None Include="cmake\tomlplusplusConfigVersion.cmake.meson.in" />
|
|
<None Include="CODE_OF_CONDUCT.md" />
|
|
<None Include="CONTRIBUTING.md" />
|
|
<None Include="include\meson.build" />
|
|
<None Include="include\toml++\impl\at_path.inl" />
|
|
<None Include="include\toml++\impl\path.inl" />
|
|
<None Include="include\toml++\impl\unicode.inl" />
|
|
<None Include="include\toml++\impl\yaml_formatter.inl" />
|
|
<None Include="LICENSE" />
|
|
<None Include="README.md" />
|
|
<None Include="cmake\install-rules.cmake" />
|
|
<None Include="cmake\project-is-top-level.cmake" />
|
|
<None Include="cmake\tomlplusplusConfig.cmake" />
|
|
<None Include="cmake\variables.cmake" />
|
|
<None Include="cpp.hint" />
|
|
<None Include="docs\pages\main_page.dox" />
|
|
<None Include="docs\poxy.toml" />
|
|
<None Include="meson.build" />
|
|
<None Include="src\meson.build" />
|
|
<None Include="toml++.props" />
|
|
<None Include="tools\ci_single_header_check.py" />
|
|
<None Include="tools\clang_format.bat" />
|
|
<None Include="tools\generate_conformance_tests.py" />
|
|
<None Include="tools\generate_single_header.bat" />
|
|
<None Include="tools\generate_single_header.py" />
|
|
<None Include="tools\generate_windows_test_targets.py" />
|
|
<None Include="tools\utils.py" />
|
|
<None Include="tools\version.py" />
|
|
<None Include="vendor\README.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Natvis Include="toml++.natvis" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Text Include="CMakeLists.txt" />
|
|
<Text Include="meson_options.txt" />
|
|
<Text Include="tools\requirements.txt" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
</Project> |