Skip to content

Commit

Permalink
THRIFT-5654 LNK4042 and LNK2019 in go_validator_generator.cc with VS2022
Browse files Browse the repository at this point in the history
Patch: Eyüp Volkan & Jens Geyer
  • Loading branch information
Jens-G committed Jun 28, 2024
1 parent 14185fc commit 3cdf29c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion compiler/cpp/compiler.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@
<ClCompile Include="src\thrift\generate\t_swift_generator.cc" />
<ClCompile Include="src\thrift\generate\t_xml_generator.cc" />
<ClCompile Include="src\thrift\generate\t_xsd_generator.cc" />
<ClCompile Include="src\thrift\generate\go_validator_generator.cc" />
<ClCompile Include="src\thrift\generate\validator_parser.cc" />
<ClCompile Include="src\thrift\main.cc" />
<ClCompile Include="src\thrift\parse\parse.cc" />
<ClCompile Include="src\thrift\parse\t_typedef.cc" />
Expand All @@ -103,23 +105,27 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down Expand Up @@ -248,4 +254,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>

0 comments on commit 3cdf29c

Please sign in to comment.