2023-04-10 14:55:09 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2023-09-11 20:22:53 -07:00
|
|
|
<ProjectConfiguration Include="bootstrap debug|Win32">
|
|
|
|
<Configuration>bootstrap debug</Configuration>
|
2023-04-10 14:55:09 -07:00
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-09-11 20:22:53 -07:00
|
|
|
<ProjectConfiguration Include="bootstrap debug|x64">
|
|
|
|
<Configuration>bootstrap debug</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="bootstrap release|Win32">
|
|
|
|
<Configuration>bootstrap release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="bootstrap release|x64">
|
|
|
|
<Configuration>bootstrap release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="singleheader debug|Win32">
|
|
|
|
<Configuration>singleheader debug</Configuration>
|
2023-04-10 14:55:09 -07:00
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-09-11 20:22:53 -07:00
|
|
|
<ProjectConfiguration Include="singleheader debug|x64">
|
|
|
|
<Configuration>singleheader debug</Configuration>
|
2023-04-10 14:55:09 -07:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
2023-09-11 20:22:53 -07:00
|
|
|
<ProjectConfiguration Include="singleheader release|Win32">
|
|
|
|
<Configuration>singleheader release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="singleheader release|x64">
|
|
|
|
<Configuration>singleheader release</Configuration>
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="test debug|Win32">
|
|
|
|
<Configuration>test debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
<ProjectConfiguration Include="test debug|x64">
|
|
|
|
<Configuration>test debug</Configuration>
|
2023-04-10 14:55:09 -07:00
|
|
|
<Platform>x64</Platform>
|
|
|
|
</ProjectConfiguration>
|
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|
|
|
<ProjectGuid>{53AF600D-C09C-4F39-83E0-E022AA9479F2}</ProjectGuid>
|
|
|
|
<Keyword>MakeFileProj</Keyword>
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2023-09-11 20:22:53 -07:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|x64'" Label="Configuration">
|
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test debug|x64'" Label="Configuration">
|
2023-04-10 14:55:09 -07:00
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader debug|x64'" Label="Configuration">
|
2023-04-10 14:55:09 -07:00
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
2023-09-11 20:22:53 -07:00
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2023-04-10 14:55:09 -07:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader release|x64'" Label="Configuration">
|
2023-04-10 14:55:09 -07:00
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap release|x64'" Label="Configuration">
|
2023-04-10 14:55:09 -07:00
|
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
2023-09-11 20:22:53 -07:00
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2023-04-10 14:55:09 -07:00
|
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
</ImportGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='test debug|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='singleheader debug|Win32'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='singleheader release|Win32'" Label="PropertySheets">
|
2023-04-10 14:55:09 -07:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap release|Win32'" Label="PropertySheets">
|
2023-04-10 14:55:09 -07:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|x64'" Label="PropertySheets">
|
2023-04-10 14:55:09 -07:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='test debug|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='singleheader debug|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='singleheader release|x64'" Label="PropertySheets">
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap release|x64'" Label="PropertySheets">
|
2023-04-10 14:55:09 -07:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2023-09-11 20:22:53 -07:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|Win32'">
|
|
|
|
<NMakeBuildCommandLine>./scripts/build.ps1</NMakeBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>./scripts/clean.ps1</NMakeCleanCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>./scripts/build.ps1</NMakeReBuildCommandLine>
|
|
|
|
<NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test debug|Win32'">
|
2023-04-10 14:55:09 -07:00
|
|
|
<NMakeBuildCommandLine>./scripts/build.ps1</NMakeBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>./scripts/clean.ps1</NMakeCleanCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>./scripts/build.ps1</NMakeReBuildCommandLine>
|
|
|
|
<NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
|
|
</PropertyGroup>
|
2023-09-11 20:22:53 -07:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader debug|Win32'">
|
2023-04-10 14:55:09 -07:00
|
|
|
<NMakeBuildCommandLine>./scripts/build.ps1</NMakeBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>./scripts/clean.ps1</NMakeCleanCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>./scripts/build.ps1</NMakeReBuildCommandLine>
|
2023-09-11 20:22:53 -07:00
|
|
|
<NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader release|Win32'">
|
|
|
|
<NMakeBuildCommandLine>./scripts/build.ps1</NMakeBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>./scripts/clean.ps1</NMakeCleanCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>./scripts/build.ps1</NMakeReBuildCommandLine>
|
|
|
|
<NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap release|Win32'">
|
|
|
|
<NMakeBuildCommandLine>./scripts/build.ps1</NMakeBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>./scripts/clean.ps1</NMakeCleanCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>./scripts/build.ps1</NMakeReBuildCommandLine>
|
|
|
|
<NMakePreprocessorDefinitions>WIN32;_DEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|x64'">
|
|
|
|
<NMakeBuildCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1" msvc debug bootstrap</NMakeBuildCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>
|
|
|
|
</NMakeReBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\clean.ps1"</NMakeCleanCommandLine>
|
2023-09-25 13:42:29 -07:00
|
|
|
<NMakePreprocessorDefinitions>GEN_INTELLISENSE_DIRECTIVES;GEN_TIME;GEN_BENCHMARK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
|
|
<IncludePath>$(ProjectDir)project;$(IncludePath)</IncludePath>
|
2023-09-11 20:22:53 -07:00
|
|
|
<SourcePath>$(ProjectDir)project;$(SourcePath)</SourcePath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='test debug|x64'">
|
|
|
|
<NMakeBuildCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1" msvc debug test</NMakeBuildCommandLine>
|
|
|
|
<NMakeReBuildCommandLine />
|
|
|
|
<NMakeCleanCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\clean.ps1"</NMakeCleanCommandLine>
|
2023-09-25 13:42:29 -07:00
|
|
|
<NMakePreprocessorDefinitions>GEN_INTELLISENSE_DIRECTIVES;GEN_TIME;GEN_BENCHMARK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
2023-09-11 20:22:53 -07:00
|
|
|
<IncludePath>$(ProjectDir)project;$(ProjectDir)test;$(IncludePath)</IncludePath>
|
|
|
|
<SourcePath>$(ProjectDir)project;$(SourcePath)</SourcePath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader debug|x64'">
|
|
|
|
<NMakeBuildCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1" msvc debug singleheader</NMakeBuildCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>
|
|
|
|
</NMakeReBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\clean.ps1"</NMakeCleanCommandLine>
|
2023-09-25 13:42:29 -07:00
|
|
|
<NMakePreprocessorDefinitions>GEN_INTELLISENSE_DIRECTIVES;GEN_TIME;GEN_BENCHMARK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
2023-09-11 20:22:53 -07:00
|
|
|
<IncludePath>$(ProjectDir)project;$(ProjectDir)test;$(IncludePath)</IncludePath>
|
|
|
|
<SourcePath>$(ProjectDir)project;$(SourcePath)</SourcePath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='singleheader release|x64'">
|
|
|
|
<NMakeBuildCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1" msvc release singleheader</NMakeBuildCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>
|
|
|
|
</NMakeReBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\clean.ps1"</NMakeCleanCommandLine>
|
2023-09-25 13:42:29 -07:00
|
|
|
<NMakePreprocessorDefinitions>GEN_INTELLISENSE_DIRECTIVES;GEN_TIME;GEN_BENCHMARK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
2023-09-11 20:22:53 -07:00
|
|
|
<IncludePath>$(ProjectDir)project;$(ProjectDir)test;$(IncludePath)</IncludePath>
|
|
|
|
<SourcePath>$(ProjectDir)project;$(SourcePath)</SourcePath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap release|x64'">
|
|
|
|
<NMakeBuildCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1" msvc release bootstrap</NMakeBuildCommandLine>
|
|
|
|
<NMakeReBuildCommandLine>
|
|
|
|
</NMakeReBuildCommandLine>
|
|
|
|
<NMakeCleanCommandLine>pwsh.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\clean.ps1"</NMakeCleanCommandLine>
|
2023-09-25 13:42:29 -07:00
|
|
|
<NMakePreprocessorDefinitions>GEN_INTELLISENSE_DIRECTIVES;GEN_TIME;GEN_BENCHMARK;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
2023-09-11 20:22:53 -07:00
|
|
|
<IncludePath>$(ProjectDir)project;$(ProjectDir)test;$(IncludePath)</IncludePath>
|
|
|
|
<SourcePath>$(ProjectDir)project;$(SourcePath)</SourcePath>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='test debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='singleheader debug|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='singleheader release|x64'">
|
|
|
|
<ClCompile>
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='bootstrap release|x64'">
|
2023-04-10 14:55:09 -07:00
|
|
|
<ClCompile>
|
|
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
|
|
</ClCompile>
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include=".editorconfig" />
|
2023-08-20 15:04:35 -07:00
|
|
|
<None Include="project\enums\AttributeTokens.csv" />
|
|
|
|
<None Include="project\enums\ECode.csv" />
|
|
|
|
<None Include="project\enums\EOperator.csv" />
|
|
|
|
<None Include="project\enums\ESpecifier.csv" />
|
|
|
|
<None Include="project\enums\ETokType.csv" />
|
2023-04-10 14:55:09 -07:00
|
|
|
<None Include="Readme.md" />
|
2023-09-11 20:22:53 -07:00
|
|
|
<None Include="scripts\.clang-format" />
|
2023-04-10 14:55:09 -07:00
|
|
|
<None Include="scripts\build.ci.ps1" />
|
|
|
|
<None Include="scripts\build.ps1" />
|
|
|
|
<None Include="scripts\clean.ps1" />
|
2023-07-23 19:14:48 -07:00
|
|
|
<None Include="scripts\genccp.natstepfilter" />
|
|
|
|
<None Include="scripts\gencpp.refactor" />
|
2023-08-20 15:04:35 -07:00
|
|
|
<None Include="scripts\helpers\devshell.ps1" />
|
|
|
|
<None Include="scripts\helpers\target_arch.psm1" />
|
|
|
|
<None Include="scripts\package_release.ps1" />
|
|
|
|
<None Include="scripts\refactor.ps1" />
|
2023-04-10 14:55:09 -07:00
|
|
|
<None Include="test\gen\meson.build" />
|
|
|
|
<None Include="test\meson.build" />
|
|
|
|
<None Include="test\Readme.md" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2023-08-19 18:33:01 -07:00
|
|
|
<ClInclude Include="project\auxillary\builder.hpp" />
|
|
|
|
<ClInclude Include="project\auxillary\editor.hpp" />
|
|
|
|
<ClInclude Include="project\auxillary\scanner.hpp" />
|
2023-08-19 05:21:28 -07:00
|
|
|
<ClInclude Include="project\components\ast.hpp" />
|
|
|
|
<ClInclude Include="project\components\ast_types.hpp" />
|
2023-09-11 20:22:53 -07:00
|
|
|
<ClInclude Include="project\components\gen\ast_inlines.hpp" />
|
|
|
|
<ClInclude Include="project\components\gen\ecode.hpp" />
|
|
|
|
<ClInclude Include="project\components\gen\eoperator.hpp" />
|
|
|
|
<ClInclude Include="project\components\gen\especifier.hpp" />
|
2023-08-19 05:21:28 -07:00
|
|
|
<ClInclude Include="project\components\header_end.hpp" />
|
|
|
|
<ClInclude Include="project\components\header_start.hpp" />
|
|
|
|
<ClInclude Include="project\components\inlines.hpp" />
|
|
|
|
<ClInclude Include="project\components\interface.hpp" />
|
|
|
|
<ClInclude Include="project\components\types.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\basic_types.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\containers.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\debug.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\filesystem.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\hashing.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\header_start.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\macros.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\memory.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\parsing.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\printing.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\strings.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\string_ops.hpp" />
|
|
|
|
<ClInclude Include="project\dependencies\timing.hpp" />
|
2023-07-23 19:14:48 -07:00
|
|
|
<ClInclude Include="project\gen.dep.hpp" />
|
2023-04-10 14:55:09 -07:00
|
|
|
<ClInclude Include="project\gen.hpp" />
|
2023-08-19 05:21:28 -07:00
|
|
|
<ClInclude Include="project\helpers\helper.hpp" />
|
|
|
|
<ClInclude Include="project\helpers\pop_ignores.inline.hpp" />
|
|
|
|
<ClInclude Include="project\helpers\push_ignores.inline.hpp" />
|
|
|
|
<ClInclude Include="project\helpers\undef.macros.hpp" />
|
2023-08-19 18:33:01 -07:00
|
|
|
<ClInclude Include="singleheader\components\header_start.hpp" />
|
2023-09-11 20:22:53 -07:00
|
|
|
<ClInclude Include="test\CURSED_TYPEDEF.h" />
|
2023-07-10 19:14:41 -07:00
|
|
|
<ClInclude Include="test\DummyInclude.hpp" />
|
2023-07-15 17:56:27 -07:00
|
|
|
<ClInclude Include="test\Parsed\Buffer.Parsed.hpp" />
|
|
|
|
<ClInclude Include="test\Parsed\HashTable.Parsed.hpp" />
|
|
|
|
<ClInclude Include="test\Parsed\Ring.Parsed.hpp" />
|
2023-07-23 19:14:48 -07:00
|
|
|
<ClInclude Include="test\parsing.hpp" />
|
2023-07-15 17:56:27 -07:00
|
|
|
<ClInclude Include="test\SOA.hpp" />
|
2023-07-23 19:14:48 -07:00
|
|
|
<ClInclude Include="test\upfront.hpp" />
|
2023-07-11 22:33:11 -07:00
|
|
|
<ClInclude Include="test\Upfront\Array.Upfront.hpp" />
|
|
|
|
<ClInclude Include="test\Upfront\Buffer.Upfront.hpp" />
|
|
|
|
<ClInclude Include="test\Upfront\HashTable.Upfront.hpp" />
|
|
|
|
<ClInclude Include="test\Upfront\Ring.Upfront.hpp" />
|
|
|
|
<ClInclude Include="test\Upfront\Sanity.Upfront.hpp" />
|
2023-07-10 19:14:41 -07:00
|
|
|
<ClInclude Include="test\Parsed\Array.Parsed.hpp" />
|
|
|
|
<ClInclude Include="test\Parsed\Sanity.Parsed.hpp" />
|
2023-04-10 14:55:09 -07:00
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2023-08-19 18:33:01 -07:00
|
|
|
<ClCompile Include="project\auxillary\builder.cpp" />
|
|
|
|
<ClCompile Include="project\auxillary\scanner.cpp" />
|
2023-08-19 05:21:28 -07:00
|
|
|
<ClCompile Include="project\bootstrap.cpp" />
|
|
|
|
<ClCompile Include="project\components\ast.cpp" />
|
|
|
|
<ClCompile Include="project\components\ast_case_macros.cpp" />
|
2023-09-11 20:22:53 -07:00
|
|
|
<ClCompile Include="project\components\gen\etoktype.cpp" />
|
2023-08-19 05:21:28 -07:00
|
|
|
<ClCompile Include="project\components\interface.cpp" />
|
|
|
|
<ClCompile Include="project\components\interface.parsing.cpp" />
|
2023-08-21 20:09:40 -07:00
|
|
|
<ClCompile Include="project\components\interface.untyped.cpp" />
|
2023-08-19 05:21:28 -07:00
|
|
|
<ClCompile Include="project\components\interface.upfront.cpp" />
|
|
|
|
<ClCompile Include="project\components\src_start.cpp" />
|
|
|
|
<ClCompile Include="project\components\static_data.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\debug.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\filesystem.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\hashing.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\memory.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\parsing.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\printing.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\src_start.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\strings.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\string_ops.cpp" />
|
|
|
|
<ClCompile Include="project\dependencies\timing.cpp" />
|
2023-10-22 18:41:36 -07:00
|
|
|
<ClCompile Include="project\Example.cpp" />
|
2023-04-10 14:55:09 -07:00
|
|
|
<ClCompile Include="project\gen.cpp" />
|
2023-07-23 19:14:48 -07:00
|
|
|
<ClCompile Include="project\gen.dep.cpp" />
|
2023-08-19 18:33:01 -07:00
|
|
|
<ClCompile Include="singleheader\singleheader.cpp" />
|
2023-08-20 15:04:35 -07:00
|
|
|
<ClCompile Include="test\parsed\test.parsing.cpp" />
|
2023-07-23 19:14:48 -07:00
|
|
|
<ClCompile Include="test\parsing.cpp" />
|
|
|
|
<ClCompile Include="test\sanity.cpp" />
|
|
|
|
<ClCompile Include="test\SOA.cpp" />
|
2023-07-15 17:56:27 -07:00
|
|
|
<ClCompile Include="test\test.cpp" />
|
2023-07-23 19:14:48 -07:00
|
|
|
<ClCompile Include="test\test.parsing.cpp" />
|
2023-08-20 15:04:35 -07:00
|
|
|
<ClCompile Include="test\test.singleheader_ast.cpp" />
|
2023-07-11 22:33:11 -07:00
|
|
|
<ClCompile Include="test\test.Upfront.cpp" />
|
2023-07-23 19:14:48 -07:00
|
|
|
<ClCompile Include="test\upfront.cpp" />
|
2023-08-20 15:04:35 -07:00
|
|
|
<ClCompile Include="test\upfront\test.upfront.cpp" />
|
|
|
|
<ClCompile Include="test\validate_bootstrap.cpp" />
|
|
|
|
<ClCompile Include="test\validate_singleheader.cpp" />
|
2023-04-10 14:55:09 -07:00
|
|
|
</ItemGroup>
|
2023-05-08 17:54:24 -07:00
|
|
|
<ItemGroup>
|
|
|
|
<Natvis Include=".vscode\gencpp.natvis" />
|
2023-07-15 17:56:27 -07:00
|
|
|
<Natvis Include="scripts\gencpp.natvis" />
|
2023-05-08 17:54:24 -07:00
|
|
|
</ItemGroup>
|
2023-07-29 02:52:06 -07:00
|
|
|
<ItemGroup>
|
2023-08-19 18:33:01 -07:00
|
|
|
<Content Include="project\enums\AttributeTokens.csv" />
|
|
|
|
<Content Include="project\enums\ECode.csv" />
|
|
|
|
<Content Include="project\enums\EOperator.csv" />
|
|
|
|
<Content Include="project\enums\ESpecifier.csv" />
|
|
|
|
<Content Include="project\enums\ETokType.csv" />
|
2023-07-29 02:52:06 -07:00
|
|
|
<Content Include="scripts\.clang-format" />
|
2023-08-19 18:33:01 -07:00
|
|
|
<Content Include="scripts\helpers\devshell.ps1" />
|
|
|
|
<Content Include="scripts\helpers\target_arch.psm1" />
|
2023-07-29 02:52:06 -07:00
|
|
|
<Content Include="scripts\refactor.ps1" />
|
|
|
|
</ItemGroup>
|
2023-04-10 14:55:09 -07:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|