mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
264 lines
15 KiB
XML
264 lines
15 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|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>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" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>Makefile</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</ImportGroup>
|
|
<ImportGroup Label="Shared">
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
</ImportGroup>
|
|
<PropertyGroup Label="UserMacros" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='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)'=='Release|Win32'">
|
|
<NMakeBuildCommandLine>./scripts/build.ps1</NMakeBuildCommandLine>
|
|
<NMakeCleanCommandLine>./scripts/clean.ps1</NMakeCleanCommandLine>
|
|
<NMakeReBuildCommandLine>./scripts/build.ps1</NMakeReBuildCommandLine>
|
|
<NMakePreprocessorDefinitions>WIN32;NDEBUG;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<NMakeBuildCommandLine>powershell.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1"</NMakeBuildCommandLine>
|
|
<NMakeReBuildCommandLine>powershell.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1"</NMakeReBuildCommandLine>
|
|
<NMakeCleanCommandLine>powershell.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\clean.ps1"</NMakeCleanCommandLine>
|
|
<NMakePreprocessorDefinitions>GEN_TIME;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
<IncludePath>$(ProjectDir)thirdparty;$(ProjectDir)project;$(ProjectDir)test;$(IncludePath)</IncludePath>
|
|
<SourcePath>$(ProjectDir)project;$(ProjectDir)test;$(SourcePath)</SourcePath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<NMakeBuildCommandLine>powershell.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1"</NMakeBuildCommandLine>
|
|
<NMakeReBuildCommandLine>powershell.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\build.ps1"</NMakeReBuildCommandLine>
|
|
<NMakeCleanCommandLine>powershell.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)scripts\clean.ps1"</NMakeCleanCommandLine>
|
|
<NMakePreprocessorDefinitions>GEN_TIME;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
|
<IncludePath>$(ProjectDir)thirdparty;$(ProjectDir)project;$(ProjectDir)test;$(IncludePath)</IncludePath>
|
|
<SourcePath>$(ProjectDir)project;$(ProjectDir)test;$(SourcePath)</SourcePath>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<LanguageStandard_C>stdc11</LanguageStandard_C>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<None Include=".editorconfig" />
|
|
<None Include="project\components\temp\Readme.md" />
|
|
<None Include="Readme.md" />
|
|
<None Include="scripts\build.ci.ps1" />
|
|
<None Include="scripts\build.ps1" />
|
|
<None Include="scripts\clean.ps1" />
|
|
<None Include="scripts\gen.ps1" />
|
|
<None Include="scripts\genccp.natstepfilter" />
|
|
<None Include="scripts\gencpp.refactor" />
|
|
<None Include="scripts\get_sources.ps1" />
|
|
<None Include="test\gen\meson.build" />
|
|
<None Include="test\meson.build" />
|
|
<None Include="test\Readme.md" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="project\components\ast.hpp" />
|
|
<ClInclude Include="project\components\ast_types.hpp" />
|
|
<ClInclude Include="project\components\gen.data_structures.hpp" />
|
|
<ClInclude Include="project\components\gen.ecode.hpp" />
|
|
<ClInclude Include="project\components\gen.eoperator.hpp" />
|
|
<ClInclude Include="project\components\gen.especifier.hpp" />
|
|
<ClInclude Include="project\components\gen.header_end.hpp" />
|
|
<ClInclude Include="project\components\gen.header_start.hpp" />
|
|
<ClInclude Include="project\components\gen.interface.hpp" />
|
|
<ClInclude Include="project\components\gen.types.hpp" />
|
|
<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\temp\ast_inlines.hpp" />
|
|
<ClInclude Include="project\components\temp\ecode.hpp" />
|
|
<ClInclude Include="project\components\temp\eoperator.hpp" />
|
|
<ClInclude Include="project\components\temp\especifier.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\gen.basic_types.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.containers.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.debug.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.file_handling.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.hashing.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.header_start.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.macros.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.memory.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.parsing.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.printing.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.string.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.string_ops.hpp" />
|
|
<ClInclude Include="project\dependencies\gen.timing.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" />
|
|
<ClInclude Include="project\filesystem\gen.builder.hpp" />
|
|
<ClInclude Include="project\filesystem\gen.editor.hpp" />
|
|
<ClInclude Include="project\filesystem\gen.scanner.hpp" />
|
|
<ClInclude Include="project\gen.dep.hpp" />
|
|
<ClInclude Include="project\gen.hpp" />
|
|
<ClInclude Include="project\helpers\gen.pop_ignores.inline.hpp" />
|
|
<ClInclude Include="project\helpers\gen.push_ignores.inline.hpp" />
|
|
<ClInclude Include="project\helpers\gen.undef.macros.hpp" />
|
|
<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" />
|
|
<ClInclude Include="singleheader\components\gen.header_start.hpp" />
|
|
<ClInclude Include="test\DummyInclude.hpp" />
|
|
<ClInclude Include="test\Parsed\Buffer.Parsed.hpp" />
|
|
<ClInclude Include="test\Parsed\HashTable.Parsed.hpp" />
|
|
<ClInclude Include="test\Parsed\Ring.Parsed.hpp" />
|
|
<ClInclude Include="test\parsing.hpp" />
|
|
<ClInclude Include="test\SOA.hpp" />
|
|
<ClInclude Include="test\upfront.hpp" />
|
|
<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" />
|
|
<ClInclude Include="test\Parsed\Array.Parsed.hpp" />
|
|
<ClInclude Include="test\Parsed\Sanity.Parsed.hpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="project\bootstrap.cpp" />
|
|
<ClCompile Include="project\components\ast.cpp" />
|
|
<ClCompile Include="project\components\ast_case_macros.cpp" />
|
|
<ClCompile Include="project\components\gen.ast.cpp" />
|
|
<ClCompile Include="project\components\gen.ast_case_macros.cpp" />
|
|
<ClCompile Include="project\components\gen.data.cpp" />
|
|
<ClCompile Include="project\components\gen.etoktype.cpp" />
|
|
<ClCompile Include="project\components\gen.impl_start.cpp" />
|
|
<ClCompile Include="project\components\gen.interface.cpp" />
|
|
<ClCompile Include="project\components\gen.interface.parsing.cpp" />
|
|
<ClCompile Include="project\components\gen.interface.upfront.cpp" />
|
|
<ClCompile Include="project\components\gen.untyped.cpp" />
|
|
<ClCompile Include="project\components\interface.cpp" />
|
|
<ClCompile Include="project\components\interface.parsing.cpp" />
|
|
<ClCompile Include="project\components\interface.upfront.cpp" />
|
|
<ClCompile Include="project\components\src_start.cpp" />
|
|
<ClCompile Include="project\components\static_data.cpp" />
|
|
<ClCompile Include="project\components\temp\etoktype.cpp" />
|
|
<ClCompile Include="project\components\untyped.cpp" />
|
|
<ClCompile Include="project\dependencies\debug.cpp" />
|
|
<ClCompile Include="project\dependencies\filesystem.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.debug.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.file_handling.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.hashing.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.impl_start.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.memory.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.parsing.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.printing.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.string.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.string_ops.cpp" />
|
|
<ClCompile Include="project\dependencies\gen.timing.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" />
|
|
<ClCompile Include="project\gen.bootstrap.cpp" />
|
|
<ClCompile Include="project\gen.cpp" />
|
|
<ClCompile Include="project\gen.dep.cpp" />
|
|
<ClCompile Include="singleheader\gen.singleheader.cpp" />
|
|
<ClCompile Include="test\parsing.cpp" />
|
|
<ClCompile Include="test\sanity.cpp" />
|
|
<ClCompile Include="test\SOA.cpp" />
|
|
<ClCompile Include="test\test.cpp" />
|
|
<ClCompile Include="test\test.parsing.cpp" />
|
|
<ClCompile Include="test\test.Upfront.cpp" />
|
|
<ClCompile Include="test\upfront.cpp" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Natvis Include=".vscode\gencpp.natvis" />
|
|
<Natvis Include="scripts\gencpp.natvis" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="project\components\AttributeTokens.csv" />
|
|
<Content Include="project\components\ECode.csv" />
|
|
<Content Include="project\components\EOperator.csv" />
|
|
<Content Include="project\components\ESpecifier.csv" />
|
|
<Content Include="project\components\ETokType.csv" />
|
|
<Content Include="project\meson.build" />
|
|
<Content Include="scripts\.clang-format" />
|
|
<Content Include="scripts\bootstrap.ci.ps1" />
|
|
<Content Include="scripts\bootstrap.ps1" />
|
|
<Content Include="scripts\msvc\build_msvc.ps1" />
|
|
<Content Include="scripts\msvc\devshell.ps1" />
|
|
<Content Include="scripts\refactor.ps1" />
|
|
<Content Include="scripts\singleheader.ci.ps1" />
|
|
<Content Include="scripts\singleheader.ps1" />
|
|
<Content Include="singleheader\meson.build" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |