<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugType>full</DebugType>
- <DefineConstants>TRACE;DESIGN_MODE;_DEBUG_CLIP_RECTANGLE;DEBUG;NETFRAMEWORK;NET471</DefineConstants>
+ <DefineConstants>TRACE;DEBUG;DESIGN_MODE;_DEBUG_CLIP_RECTANGLE;NETFRAMEWORK;NET471</DefineConstants>
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
</PropertyGroup>
# 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
<OutputPath>$(SolutionDir)build\$(Configuration)\</OutputPath>
<OutputType>Exe</OutputType>
<RepositoryUrl>https://github.com/jpbruyere/Crow</RepositoryUrl>
- <License>https://opensource.org/licenses/MIT</License>
+ <License>MIT</License>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
<ReleaseVersion>0.8.0</ReleaseVersion>
<License>MIT</License>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
- <TargetFramework>net471</TargetFramework>
<ReleaseVersion>0.8.0</ReleaseVersion>
</PropertyGroup>
<OutputPath>$(SolutionDir)build\$(Configuration)\</OutputPath>
<OutputType>Exe</OutputType>
<RepositoryUrl>https://github.com/jpbruyere/Crow</RepositoryUrl>
- <License>https://opensource.org/licenses/MIT</License>
+ <License>MIT</License>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<EnableDefaultNoneItems>false</EnableDefaultNoneItems>
- <TargetFramework>net471</TargetFramework>
<ReleaseVersion>0.8.0</ReleaseVersion>
</PropertyGroup>
isRunning = true;
while (isRunning) {
crow.Update ();
- Thread.Sleep (3);
+ Thread.Sleep (1);
}
crow.Dispose ();
<?xml version="1.0"?>
<VerticalStack Fit="true">
- <GraphicObject CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0,5:White|1:Transparent"/>
+ <Widget CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0.5:White|1:Transparent"/>
<HorizontalStack Fit="true" HorizontalAlignment="Left">
<Border Fit="true" CornerRadius="10" BorderWidth="1">
<VerticalStack Margin="10">
</VerticalStack>
</Border>
<Splitter Thickness="3" />
- <Border Fit="true" CornerRadius="10" BorderWidth="1" MaximumSize="150;150" MinimumSize="50;50">
+ <Border Fit="true" CornerRadius="10" BorderWidth="1" MaximumSize="150,150" MinimumSize="50,50">
<VerticalStack Margin="10">
<Label Text="label 1" Background="hgradient|0:Blue|1:Transparent"/>
<Label Text="label 2" Background="hgradient|0:Blue|1:Transparent"/>
<Border Fit="true" CornerRadius="10" BorderWidth="1">
<VerticalStack Margin="10">
<Button Caption="Button 1" Background="hgradient|0:Red|1:DarkRed" CornerRadius="5"/>
- <Button Caption="Button 2" Background="hgradient|0:Green|1:Arsenic" CornerRadius="3"/>
+ <Button Caption="Button 2" Background="hgradient|0:Green|1:Blue" CornerRadius="3"/>
<Button Caption="Button 3" Background="hgradient|0:DarkRed|1:Transparent" CornerRadius="0"/>
<Button Caption="Button 4" Background="hgradient|0:DarkRed|1:Transparent" CornerRadius="8"/>
</VerticalStack>
</Border>
<Splitter/>
</HorizontalStack>
- <GraphicObject CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0,5:White|1:Transparent"/>
+ <Widget CornerRadius="5" Height="10" Width="600" Background="vgradient|0:Transparent|0.5:White|1:Transparent"/>
</VerticalStack>
\ No newline at end of file