diff options
author | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2021-09-30 08:40:04 -0400 |
---|---|---|
committer | Jeffrey Armstrong <jeffrey.armstrong@approximatrix.com> | 2021-09-30 08:40:04 -0400 |
commit | 1f1b1d50f5ea1de76339740711aefe7d116099ba (patch) | |
tree | 15b67fe6ac269f6876848a7178ae4fb1bda8dee5 /RadTerminal.vcxproj | |
parent | 3eaa1ae42adbb81345333e4507449858bf9f05b7 (diff) | |
download | RadTerminal-1f1b1d50f5ea1de76339740711aefe7d116099ba.tar.gz RadTerminal-1f1b1d50f5ea1de76339740711aefe7d116099ba.zip |
Initial work to allow building a DLL for embedding
Diffstat (limited to 'RadTerminal.vcxproj')
-rw-r--r-- | RadTerminal.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RadTerminal.vcxproj b/RadTerminal.vcxproj index 1d1df6f..6d0eb95 100644 --- a/RadTerminal.vcxproj +++ b/RadTerminal.vcxproj @@ -111,6 +111,7 @@ <ClInclude Include="DarkMode.h" /> <ClInclude Include="IatHook.h" /> <ClInclude Include="ProcessUtils.h" /> + <ClInclude Include="RadTerminal.h" /> <ClInclude Include="resource.h" /> <ClInclude Include="WinUtils.h" /> </ItemGroup> |