Skip to content

Commit 37b8cf1

Browse files
committed
Change dummy.vcxproj to be DLL instead of EXE
1 parent fb907f2 commit 37b8cf1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/dummy/00dummy_tester.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@
1010

1111
//int* p = new int;
1212

13-
//int main() {}

src/dummy/dummy.vcxproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,20 @@
3232
<UseDebugLibraries>true</UseDebugLibraries>
3333
<PlatformToolset>v141</PlatformToolset>
3434
<CharacterSet>MultiByte</CharacterSet>
35+
<ConfigurationType>DynamicLibrary</ConfigurationType>
3536
</PropertyGroup>
3637
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Mixed|Win32'" Label="Configuration">
3738
<UseDebugLibraries>true</UseDebugLibraries>
3839
<PlatformToolset>v141</PlatformToolset>
3940
<CharacterSet>MultiByte</CharacterSet>
41+
<ConfigurationType>DynamicLibrary</ConfigurationType>
4042
</PropertyGroup>
4143
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4244
<UseDebugLibraries>false</UseDebugLibraries>
4345
<PlatformToolset>v141</PlatformToolset>
4446
<WholeProgramOptimization>false</WholeProgramOptimization>
4547
<CharacterSet>MultiByte</CharacterSet>
48+
<ConfigurationType>DynamicLibrary</ConfigurationType>
4649
</PropertyGroup>
4750
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
4851
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)