Skip to content

Commit

Permalink
msvs: v143 configs
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Feb 17, 2024
1 parent 3f83b29 commit 09eac8f
Show file tree
Hide file tree
Showing 3 changed files with 307 additions and 3 deletions.
26 changes: 23 additions & 3 deletions msvs_solution/msvs_solution.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30717.126
# Visual Studio Version 17
VisualStudioVersion = 17.9.34607.119
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "treeml", "treeml\treeml.vcxproj", "{84761611-0B45-430F-8819-8975B521FE9A}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "test_parser", "test_parser\test_parser.vcxproj", "{6BA680AF-291C-414C-84D9-F2F4CFE81423}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_tests", "test_parser\test_parser.vcxproj", "{6BA680AF-291C-414C-84D9-F2F4CFE81423}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -25,6 +25,10 @@ Global
v142_Release_MD|x86 = v142_Release_MD|x86
v142_Release_MT|x64 = v142_Release_MT|x64
v142_Release_MT|x86 = v142_Release_MT|x86
v143_Debug_MD|x64 = v143_Debug_MD|x64
v143_Debug_MD|x86 = v143_Debug_MD|x86
v143_Release_MD|x64 = v143_Release_MD|x64
v143_Release_MD|x86 = v143_Release_MD|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84761611-0B45-430F-8819-8975B521FE9A}.v140_Debug|x64.ActiveCfg = v140_Debug|x64
Expand Down Expand Up @@ -59,6 +63,14 @@ Global
{84761611-0B45-430F-8819-8975B521FE9A}.v142_Release_MT|x64.Build.0 = v142_Release_MT|x64
{84761611-0B45-430F-8819-8975B521FE9A}.v142_Release_MT|x86.ActiveCfg = v142_Release_MT|Win32
{84761611-0B45-430F-8819-8975B521FE9A}.v142_Release_MT|x86.Build.0 = v142_Release_MT|Win32
{84761611-0B45-430F-8819-8975B521FE9A}.v143_Debug_MD|x64.ActiveCfg = v143_Debug_MD|x64
{84761611-0B45-430F-8819-8975B521FE9A}.v143_Debug_MD|x64.Build.0 = v143_Debug_MD|x64
{84761611-0B45-430F-8819-8975B521FE9A}.v143_Debug_MD|x86.ActiveCfg = v143_Debug_MD|Win32
{84761611-0B45-430F-8819-8975B521FE9A}.v143_Debug_MD|x86.Build.0 = v143_Debug_MD|Win32
{84761611-0B45-430F-8819-8975B521FE9A}.v143_Release_MD|x64.ActiveCfg = v143_Release_MD|x64
{84761611-0B45-430F-8819-8975B521FE9A}.v143_Release_MD|x64.Build.0 = v143_Release_MD|x64
{84761611-0B45-430F-8819-8975B521FE9A}.v143_Release_MD|x86.ActiveCfg = v143_Release_MD|Win32
{84761611-0B45-430F-8819-8975B521FE9A}.v143_Release_MD|x86.Build.0 = v143_Release_MD|Win32
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v140_Debug|x64.ActiveCfg = v140_Debug|x64
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v140_Debug|x64.Build.0 = v140_Debug|x64
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v140_Debug|x86.ActiveCfg = v140_Debug|Win32
Expand Down Expand Up @@ -91,6 +103,14 @@ Global
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v142_Release_MT|x64.Build.0 = v142_Release_MT|x64
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v142_Release_MT|x86.ActiveCfg = v142_Release_MT|Win32
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v142_Release_MT|x86.Build.0 = v142_Release_MT|Win32
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v143_Debug_MD|x64.ActiveCfg = v143_Debug_MD|x64
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v143_Debug_MD|x64.Build.0 = v143_Debug_MD|x64
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v143_Debug_MD|x86.ActiveCfg = v143_Debug_MD|Win32
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v143_Debug_MD|x86.Build.0 = v143_Debug_MD|Win32
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v143_Release_MD|x64.ActiveCfg = v143_Release_MD|x64
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v143_Release_MD|x64.Build.0 = v143_Release_MD|x64
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v143_Release_MD|x86.ActiveCfg = v143_Release_MD|Win32
{6BA680AF-291C-414C-84D9-F2F4CFE81423}.v143_Release_MD|x86.Build.0 = v143_Release_MD|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
134 changes: 134 additions & 0 deletions msvs_solution/test_parser/test_parser.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,22 @@
<Configuration>v142_Release_MT</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="v143_Debug_MD|Win32">
<Configuration>v143_Debug_MD</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="v143_Debug_MD|x64">
<Configuration>v143_Debug_MD</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="v143_Release_MD|Win32">
<Configuration>v143_Release_MD</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="v143_Release_MD|x64">
<Configuration>v143_Release_MD</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{6BA680AF-291C-414C-84D9-F2F4CFE81423}</ProjectGuid>
Expand Down Expand Up @@ -92,6 +108,12 @@
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v143_Debug_MD|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v142_Debug_MT|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
Expand Down Expand Up @@ -119,6 +141,13 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v143_Release_MD|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v142_Release_MT|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
Expand All @@ -144,6 +173,12 @@
<PlatformToolset>v142</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v143_Debug_MD|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v142_Debug_MT|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
Expand Down Expand Up @@ -171,6 +206,13 @@
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v143_Release_MD|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v142_Release_MT|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
Expand All @@ -192,6 +234,9 @@
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='v142_Debug_MD|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)'=='v143_Debug_MD|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)'=='v142_Debug_MT|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
Expand All @@ -204,6 +249,9 @@
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='v142_Release_MD|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)'=='v143_Release_MD|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)'=='v142_Release_MT|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
Expand All @@ -216,6 +264,9 @@
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='v142_Debug_MD|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)'=='v143_Debug_MD|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)'=='v142_Debug_MT|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
Expand All @@ -228,6 +279,9 @@
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='v142_Release_MD|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)'=='v143_Release_MD|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)'=='v142_Release_MT|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
</ImportGroup>
Expand All @@ -242,6 +296,10 @@
<LinkIncremental>true</LinkIncremental>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v143_Debug_MD|Win32'">
<LinkIncremental>true</LinkIncremental>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v142_Debug_MT|Win32'">
<LinkIncremental>true</LinkIncremental>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Expand All @@ -256,6 +314,10 @@
<LinkIncremental>true</LinkIncremental>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v143_Debug_MD|x64'">
<LinkIncremental>true</LinkIncremental>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v142_Debug_MT|x64'">
<LinkIncremental>true</LinkIncremental>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
Expand All @@ -270,6 +332,10 @@
<LinkIncremental>false</LinkIncremental>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v143_Release_MD|Win32'">
<LinkIncremental>false</LinkIncremental>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v142_Release_MT|Win32'">
<LinkIncremental>false</LinkIncremental>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Expand All @@ -284,6 +350,10 @@
<LinkIncremental>false</LinkIncremental>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v143_Release_MD|x64'">
<LinkIncremental>false</LinkIncremental>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='v142_Release_MT|x64'">
<LinkIncremental>false</LinkIncremental>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
Expand Down Expand Up @@ -329,6 +399,20 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='v143_Debug_MD|Win32'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='v142_Debug_MT|Win32'">
<ClCompile>
<PrecompiledHeader>
Expand Down Expand Up @@ -385,6 +469,20 @@
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='v143_Debug_MD|x64'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='v142_Debug_MT|x64'">
<ClCompile>
<PrecompiledHeader>
Expand Down Expand Up @@ -453,6 +551,24 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='v143_Release_MD|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='v142_Release_MT|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down Expand Up @@ -525,6 +641,24 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='v143_Release_MD|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<LanguageStandard>stdcpp17</LanguageStandard>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
<OptimizeReferences>true</OptimizeReferences>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='v142_Release_MT|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
Expand Down
Loading

0 comments on commit 09eac8f

Please sign in to comment.