diff options
-rw-r--r-- | examples/gui/drag_n_drop/dndexample.lpi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/gui/drag_n_drop/dndexample.lpi b/examples/gui/drag_n_drop/dndexample.lpi index 5e0b5ec2..f2ed8c97 100644 --- a/examples/gui/drag_n_drop/dndexample.lpi +++ b/examples/gui/drag_n_drop/dndexample.lpi @@ -17,6 +17,9 @@ <CharSet Value=""/> <StringTable ProductVersion=""/> </VersionInfo> + <BuildModes Count="1"> + <Item1 Name="default" Default="True"/> + </BuildModes> <PublishOptions> <Version Value="2"/> <IgnoreBinaries Value="False"/> @@ -58,6 +61,13 @@ <UseAnsiStrings Value="False"/> </SyntaxOptions> </Parsing> + <Linking> + <Options> + <Win32> + <GraphicApplication Value="True"/> + </Win32> + </Options> + </Linking> <Other> <CompilerMessages> <UseMsgFile Value="True"/> |