]> O.S.I.I.S - jp/crow.git/commitdiff
add LICENSE.md
authorjpbruyere <jp.bruyere@hotmail.com>
Mon, 27 Feb 2017 11:54:02 +0000 (12:54 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Mon, 27 Feb 2017 11:54:02 +0000 (12:54 +0100)
Crow.csproj
LICENSE.md [new file with mode: 0644]
Tests/Interfaces/TemplatedContainer/testWindow.goml
Tests/Interfaces/TemplatedContainer/testWindow2.goml
Tests/Interfaces/TemplatedContainer/testWindow3.goml

index ab9ff58d4f95a75a7d79e518c783c442ac66d1cb..cd8a07b48f264f33e6ee298a981c0f41a367bdd3 100644 (file)
@@ -23,6 +23,9 @@
     <OutputPath>$(SolutionDir)build\$(Configuration)</OutputPath>
     <IntermediateOutputPath>$(SolutionDir)build\obj\$(Configuration)</IntermediateOutputPath>
     <AssemblyOriginatorKeyFile>crow.key</AssemblyOriginatorKeyFile>
+    <ReleaseVersion>0.5</ReleaseVersion>
+    <ProductVersion>8.0.30703</ProductVersion>
+    <SchemaVersion>2.0</SchemaVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     <EmbeddedResource Include="Icons\level-up.svg" />
   </ItemGroup>
   <ItemGroup>
-    <None Include="README.md" />
     <None Include="Crow.dll.config">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </None>
diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644 (file)
index 0000000..63b4b68
--- /dev/null
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) [year] [fullname]
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
\ No newline at end of file
index c930d92ee7aaa3ff31012523a947d13ec324afa1..d27d02b82af9cfe758c72fa9aa5fa20369f431d2 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<Window Left="10" Top="10" Title="Test window"
+<Window Left="10" Top="10" Caption="Test window"
                Width="250" Height="550" >
        <VerticalStack Name="contentVSStack" Margin="10" Spacing="10" Background="0.4,0.4,0.4,0.4">
                <Slider Name="slider" Height="12" Width="Stretched" CornerRadius="3"/>
index 7f0caf31d5b5324b329c01ae62953efb0ee8da24..cf88e8cbb0098d6323a282718b8b14a985923c2e 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<Window Focusable="true" Title="Measures" Width="30%" Height="Fit" MinimumSize="100,100">
+<Window Focusable="true" Caption="Measures" Width="30%" Height="Fit" MinimumSize="100,100">
        <VerticalStack Width="90%" Height="Fit" Spacing="1" Margin="10">
                <HorizontalStack Height="Fit">
                        <Label Text="Fps:" Style="FpsLabel"/>
index d66de1d6c795e533e1b1b4c1a551a0f5a66103c0..b6daec92c4c320a14f5474cdfd0312cee59307d5 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<Window Left="10" Top="10" Title="Test window" Width="200" Height="200" Background="0.5,0.5,0.5,0.8"
+<Window Left="10" Top="10" Caption="Test window" Width="200" Height="200" Background="0.5,0.5,0.5,0.8"
        Focusable="True"  CornerRadius="20" MinimumSize="100,100" MaximumSize="500,500">
        <Template>
                <Container Margin="20" Name="Content" Height="{../HeightPolicy}" Width="{../WidthPolicy}" Background="0.5,0.5,0.5,0.5"/>