summaryrefslogtreecommitdiff
path: root/tomlplusplus/toml++.vcxproj
diff options
context:
space:
mode:
authorMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 18:44:05 +0300
committerMehmet Samet Duman <yongdohyun@projecttick.org>2026-04-02 18:44:05 +0300
commit0b24459ac12b6cf9fd5a401d647796ca254a8fa8 (patch)
treef2fd66e2476976a51e2a51330fd95dc6e87b24c1 /tomlplusplus/toml++.vcxproj
parentb85e90fc3480da0e6a48da73201a0b22488cc650 (diff)
parent1c8b7466e4946fcc3bf20484c0e1d001202cca5a (diff)
downloadProject-Tick-0b24459ac12b6cf9fd5a401d647796ca254a8fa8.tar.gz
Project-Tick-0b24459ac12b6cf9fd5a401d647796ca254a8fa8.zip
Add 'tomlplusplus/' from commit '1c8b7466e4946fcc3bf20484c0e1d001202cca5a'
git-subtree-dir: tomlplusplus git-subtree-mainline: b85e90fc3480da0e6a48da73201a0b22488cc650 git-subtree-split: 1c8b7466e4946fcc3bf20484c0e1d001202cca5a
Diffstat (limited to 'tomlplusplus/toml++.vcxproj')
-rw-r--r--tomlplusplus/toml++.vcxproj143
1 files changed, 143 insertions, 0 deletions
diff --git a/tomlplusplus/toml++.vcxproj b/tomlplusplus/toml++.vcxproj
new file mode 100644
index 0000000000..ed5a5a69df
--- /dev/null
+++ b/tomlplusplus/toml++.vcxproj
@@ -0,0 +1,143 @@
+<?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> \ No newline at end of file