blob: 31a0f2f2a9b1fc84208a5fb45af6db58487f06a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/Lexilla.vcxproj b/src/Lexilla.vcxproj
index 82aa9b7..5eac42f 100644
--- a/src/Lexilla.vcxproj
+++ b/src/Lexilla.vcxproj
@@ -36,7 +36,7 @@
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup>
- <ConfigurationType>DynamicLibrary</ConfigurationType>
+ <ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
|