Skip to content

Commit e284be0

Browse files
committed
ModuleLoader example should be "Console" type, not "Library"
1 parent c296672 commit e284be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/04 Module Loader/ModuleLoader.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<Config Condition="'$(Config)'==''">Debug</Config>
99
<Platform Condition="'$(Platform)'==''">Win32</Platform>
1010
<TargetedPlatforms>1</TargetedPlatforms>
11-
<AppType>Library</AppType>
11+
<AppType>Console</AppType>
1212
</PropertyGroup>
1313
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
1414
<Base>true</Base>

0 commit comments

Comments
 (0)