2021-04-18 15:04:46 +03:00
|
|
|
<?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>
|
2021-11-09 11:22:19 +02:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-04-18 15:04:46 +03:00
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2021-11-09 11:22:19 +02:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
2021-04-18 15:04:46 +03:00
|
|
|
<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>
|
2023-08-26 17:25:35 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\array.hpp" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\array.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<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" />
|
2021-10-30 15:56:14 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\toml_formatter.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\formatter.hpp" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\formatter.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<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" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\json_formatter.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\make_node.hpp" />
|
|
|
|
<ClInclude Include="include\toml++\impl\node.hpp" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\node.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<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" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\parser.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\preprocessor.hpp" />
|
|
|
|
<ClInclude Include="include\toml++\impl\print_to_stream.hpp" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\print_to_stream.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<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" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\table.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<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" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\std_string.inl" />
|
2023-08-26 17:25:35 +03:00
|
|
|
<ClInclude Include="include\toml++\impl\yaml_formatter.hpp" />
|
|
|
|
<ClInclude Include="include\toml++\toml.hpp" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<ClInclude Include="include\toml++\toml.h" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2021-10-23 12:22:41 +03:00
|
|
|
<None Include=".clang-format" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<None Include=".editorconfig" />
|
|
|
|
<None Include=".gitattributes" />
|
2022-10-15 11:46:52 +03:00
|
|
|
<None Include=".github\FUNDING.yml" />
|
2021-10-29 16:28:04 +03:00
|
|
|
<None Include=".github\ISSUE_TEMPLATE\bug_report.md" />
|
|
|
|
<None Include=".github\ISSUE_TEMPLATE\config.yml" />
|
|
|
|
<None Include=".github\ISSUE_TEMPLATE\feature_request.md" />
|
2022-01-05 10:58:24 +02:00
|
|
|
<None Include=".github\ISSUE_TEMPLATE\spec_bug_report.md" />
|
2021-10-29 16:28:04 +03:00
|
|
|
<None Include=".github\pull_request_template.md" />
|
2022-04-18 12:27:54 +03:00
|
|
|
<None Include=".github\workflows\ci.yaml" />
|
|
|
|
<None Include=".github\workflows\gh-pages.yaml" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<None Include=".gitignore" />
|
2022-05-01 10:35:21 +03:00
|
|
|
<None Include=".gitmodules" />
|
2021-05-19 23:22:43 +03:00
|
|
|
<None Include=".runsettings" />
|
2022-05-01 10:35:21 +03:00
|
|
|
<None Include=".tipi\deps" />
|
2021-11-07 16:35:31 +02:00
|
|
|
<None Include="CHANGELOG.md" />
|
2022-05-01 10:35:21 +03:00
|
|
|
<None Include="cmake\tomlplusplusConfig.cmake.meson.in" />
|
|
|
|
<None Include="cmake\tomlplusplusConfigVersion.cmake.meson.in" />
|
2021-10-23 12:22:41 +03:00
|
|
|
<None Include="CODE_OF_CONDUCT.md" />
|
|
|
|
<None Include="CONTRIBUTING.md" />
|
2022-02-12 14:25:20 +01:00
|
|
|
<None Include="include\meson.build" />
|
2022-01-06 13:26:01 +02:00
|
|
|
<None Include="include\toml++\impl\at_path.inl" />
|
2022-06-04 06:49:26 -07:00
|
|
|
<None Include="include\toml++\impl\path.inl" />
|
2022-01-04 16:23:45 +02:00
|
|
|
<None Include="include\toml++\impl\unicode.inl" />
|
2021-11-02 22:13:09 +02:00
|
|
|
<None Include="include\toml++\impl\yaml_formatter.inl" />
|
2021-10-23 12:22:41 +03:00
|
|
|
<None Include="LICENSE" />
|
|
|
|
<None Include="README.md" />
|
2021-05-21 14:28:45 +03:00
|
|
|
<None Include="cmake\install-rules.cmake" />
|
|
|
|
<None Include="cmake\project-is-top-level.cmake" />
|
|
|
|
<None Include="cmake\tomlplusplusConfig.cmake" />
|
|
|
|
<None Include="cmake\variables.cmake" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<None Include="cpp.hint" />
|
|
|
|
<None Include="docs\pages\main_page.dox" />
|
2021-05-06 11:03:25 +03:00
|
|
|
<None Include="docs\poxy.toml" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<None Include="meson.build" />
|
2022-02-12 14:25:20 +01:00
|
|
|
<None Include="src\meson.build" />
|
2021-10-23 12:22:41 +03:00
|
|
|
<None Include="toml++.props" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<None Include="tools\ci_single_header_check.py" />
|
2021-10-26 00:49:17 +03:00
|
|
|
<None Include="tools\clang_format.bat" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<None Include="tools\generate_conformance_tests.py" />
|
2021-11-07 16:35:31 +02:00
|
|
|
<None Include="tools\generate_single_header.bat" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<None Include="tools\generate_single_header.py" />
|
|
|
|
<None Include="tools\generate_windows_test_targets.py" />
|
|
|
|
<None Include="tools\utils.py" />
|
2023-01-29 18:03:16 +02:00
|
|
|
<None Include="tools\version.py" />
|
2022-05-01 10:35:21 +03:00
|
|
|
<None Include="vendor\README.md" />
|
2021-04-18 15:04:46 +03:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Natvis Include="toml++.natvis" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2021-05-19 23:22:43 +03:00
|
|
|
<Text Include="CMakeLists.txt" />
|
2021-04-18 15:04:46 +03:00
|
|
|
<Text Include="meson_options.txt" />
|
|
|
|
<Text Include="tools\requirements.txt" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
2021-11-10 11:17:15 +02:00
|
|
|
</Project>
|