Examples.exe is now a WinExe project. Fixed Examples.exe entry point.
This commit is contained in:
parent
7851bbff84
commit
e4cec4f5b0
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
|||
|
||||
</Project>
|
||||
|
||||
<Project name="Examples" path="../Source/Examples" language="C#" type="Exe" startupObject="Examples.ExampleLauncher">
|
||||
<Project name="Examples" path="../Source/Examples" language="C#" type="WinExe" startupObject="Examples.Program">
|
||||
|
||||
<Configuration name="Debug">
|
||||
<Options>
|
||||
|
|
Loading…
Reference in a new issue