From: Jean-Philippe Bruyère Date: Sat, 3 Aug 2019 17:08:26 +0000 (+0200) Subject: debug X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=a0fdc844d1bc16230ff819c423b76063edcf2355;p=jp%2Fcrow.git debug --- diff --git a/Crow/Crow.csproj b/Crow/Crow.csproj index 48374a19..99e91d97 100644 --- a/Crow/Crow.csproj +++ b/Crow/Crow.csproj @@ -34,7 +34,7 @@ full - TRACE;DESIGN_MODE;_DEBUG_CLIP_RECTANGLE;DEBUG;NETFRAMEWORK;NET471 + TRACE;DEBUG;DESIGN_MODE;_DEBUG_CLIP_RECTANGLE;NETFRAMEWORK;NET471 true diff --git a/Doxyfile b/Doxyfile index 9e06c612..b71325e2 100644 --- a/Doxyfile +++ b/Doxyfile @@ -790,7 +790,7 @@ WARN_LOGFILE = # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING # Note: If this tag is empty the current directory is searched. -INPUT = src +INPUT = Crow/src # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses diff --git a/Samples/HelloWorld/HelloWorld.csproj b/Samples/HelloWorld/HelloWorld.csproj index 5b4cb671..57b5322a 100644 --- a/Samples/HelloWorld/HelloWorld.csproj +++ b/Samples/HelloWorld/HelloWorld.csproj @@ -5,7 +5,7 @@ $(SolutionDir)build\$(Configuration)\ Exe https://github.com/jpbruyere/Crow - https://opensource.org/licenses/MIT + MIT true false 0.8.0 diff --git a/Samples/ShowCase/ShowCase.csproj b/Samples/ShowCase/ShowCase.csproj index a0e6528b..e16c72a0 100644 --- a/Samples/ShowCase/ShowCase.csproj +++ b/Samples/ShowCase/ShowCase.csproj @@ -8,7 +8,6 @@ MIT true false - net471 0.8.0 diff --git a/Samples/Tests/Tests.csproj b/Samples/Tests/Tests.csproj index 9b264e05..eef4c2e4 100644 --- a/Samples/Tests/Tests.csproj +++ b/Samples/Tests/Tests.csproj @@ -5,10 +5,9 @@ $(SolutionDir)build\$(Configuration)\ Exe https://github.com/jpbruyere/Crow - https://opensource.org/licenses/MIT + MIT true false - net471 0.8.0 diff --git a/Samples/common/CrowWin.cs b/Samples/common/CrowWin.cs index 8fe1e025..a25ef6ee 100644 --- a/Samples/common/CrowWin.cs +++ b/Samples/common/CrowWin.cs @@ -66,7 +66,7 @@ namespace Crow isRunning = true; while (isRunning) { crow.Update (); - Thread.Sleep (3); + Thread.Sleep (1); } crow.Dispose (); diff --git a/Samples/common/ui/Interfaces/Splitter/3.crow b/Samples/common/ui/Interfaces/Splitter/3.crow index 1bcf8033..9a288963 100755 --- a/Samples/common/ui/Interfaces/Splitter/3.crow +++ b/Samples/common/ui/Interfaces/Splitter/3.crow @@ -1,6 +1,6 @@  - + @@ -21,7 +21,7 @@ - +