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 /tsm.vcxproj | |
parent | 3eaa1ae42adbb81345333e4507449858bf9f05b7 (diff) | |
download | RadTerminal-1f1b1d50f5ea1de76339740711aefe7d116099ba.tar.gz RadTerminal-1f1b1d50f5ea1de76339740711aefe7d116099ba.zip |
Initial work to allow building a DLL for embedding
Diffstat (limited to 'tsm.vcxproj')
-rw-r--r-- | tsm.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tsm.vcxproj b/tsm.vcxproj index 62fb229..4fee17f 100644 --- a/tsm.vcxproj +++ b/tsm.vcxproj @@ -58,7 +58,7 @@ <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> - <ConfigurationType>StaticLibrary</ConfigurationType> + <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> |