Skip to content

Commit

Permalink
chore: update vcxproj for proxys to include RC info files
Browse files Browse the repository at this point in the history
  • Loading branch information
rc-swag committed Oct 17, 2023
1 parent 92abe47 commit f53421b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions windows/src/engine/keyman32/keyman32.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="keyman-debug-etw.rc" />
<ResourceCompile Include="KEYMAN32.RC">
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ResourceCompile>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
Expand Down
3 changes: 3 additions & 0 deletions windows/src/engine/keyman64/keyman64.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
<ClCompile Include="keyman64_proxy.cpp" />
<ClCompile Include="pch.cpp" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Keyman64.RC" />
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{CE480BDD-E112-488D-8684-ECBA8F46FF87}</ProjectGuid>
<RootNamespace>Keyman32-ver</RootNamespace>
Expand Down

0 comments on commit f53421b

Please sign in to comment.