aboutsummaryrefslogtreecommitdiff
path: root/tsm.vcxproj
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2021-09-30 08:40:04 -0400
committerJeffrey Armstrong <jeffrey.armstrong@approximatrix.com>2021-09-30 08:40:04 -0400
commit1f1b1d50f5ea1de76339740711aefe7d116099ba (patch)
tree15b67fe6ac269f6876848a7178ae4fb1bda8dee5 /tsm.vcxproj
parent3eaa1ae42adbb81345333e4507449858bf9f05b7 (diff)
downloadRadTerminal-1f1b1d50f5ea1de76339740711aefe7d116099ba.tar.gz
RadTerminal-1f1b1d50f5ea1de76339740711aefe7d116099ba.zip
Initial work to allow building a DLL for embedding
Diffstat (limited to 'tsm.vcxproj')
-rw-r--r--tsm.vcxproj2
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>