2020-01-04 14:21:38 +00: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|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<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|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v142</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++\toml.h" />
|
|
|
|
<ClInclude Include="..\include\toml++\toml_array.h" />
|
2020-04-08 13:33:57 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_array.hpp" />
|
2020-01-04 14:21:38 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_common.h" />
|
2020-01-11 21:15:24 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_date_time.h" />
|
2020-01-06 18:21:16 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_default_formatter.h" />
|
2020-04-08 13:33:57 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_default_formatter.hpp" />
|
2020-01-04 14:21:38 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_formatter.h" />
|
2020-01-06 18:21:16 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_json_formatter.h" />
|
2020-05-20 10:27:06 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_json_formatter.hpp" />
|
2020-01-04 14:21:38 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_node.h" />
|
2020-04-08 13:33:57 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_node.hpp" />
|
2020-01-04 14:21:38 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_parser.h" />
|
|
|
|
<ClInclude Include="..\include\toml++\toml_node_view.h" />
|
2020-04-08 13:33:57 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_parser.hpp" />
|
2020-04-09 08:13:12 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_parse_error.h" />
|
2020-04-10 16:46:00 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_preprocessor.h" />
|
2020-01-07 15:52:50 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_print_to_stream.h" />
|
2020-04-08 13:33:57 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_table.hpp" />
|
2020-01-04 14:21:38 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_utf8_generated.h" />
|
|
|
|
<ClInclude Include="..\include\toml++\toml_table.h" />
|
|
|
|
<ClInclude Include="..\include\toml++\toml_utf8.h" />
|
2020-04-09 08:13:12 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_utf8_streams.h" />
|
2020-01-04 14:21:38 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_value.h" />
|
2020-04-08 13:33:57 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_instantiations.hpp" />
|
2020-01-06 18:21:16 +00:00
|
|
|
<ClInclude Include="..\include\toml++\toml_version.h" />
|
2020-03-03 08:10:07 +00:00
|
|
|
<ClInclude Include="..\tests\catch2.h" />
|
2020-01-04 14:21:38 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="..\.editorconfig" />
|
2020-02-25 21:11:40 +00:00
|
|
|
<None Include="..\CONTRIBUTING.md" />
|
2020-01-12 15:37:02 +00:00
|
|
|
<None Include="..\docs\Doxyfile" />
|
|
|
|
<None Include="..\docs\Doxyfile-mcss" />
|
|
|
|
<None Include="..\docs\tomlplusplus.css" />
|
|
|
|
<None Include="..\docs\tomlplusplus.js" />
|
2020-02-29 20:34:08 +00:00
|
|
|
<None Include="..\meson.build" />
|
2020-01-11 21:15:24 +00:00
|
|
|
<None Include="..\python\ci_single_header_check.py" />
|
|
|
|
<None Include="..\python\generate_documentation.py" />
|
2020-01-04 14:21:38 +00:00
|
|
|
<None Include="..\python\generate_single_header.py" />
|
|
|
|
<None Include="..\python\generate_unicode_functions.py" />
|
|
|
|
<None Include="..\README.md" />
|
2020-03-03 21:28:24 +00:00
|
|
|
<None Include="..\tests\meson.build" />
|
2020-03-23 15:55:32 +00:00
|
|
|
<None Include="toml++.props" />
|
2020-01-04 14:21:38 +00:00
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
</Project>
|