diff --git a/License.md b/License.md new file mode 100644 index 0000000..ef3193f --- /dev/null +++ b/License.md @@ -0,0 +1,15 @@ +Copyright (c) 2016, Clement Bois + +Copyright © 2016 Clement Bois +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see \ No newline at end of file diff --git a/MyCommon.sln b/MyCommon.sln index 531cf30..8896dd6 100644 --- a/MyCommon.sln +++ b/MyCommon.sln @@ -5,6 +5,12 @@ VisualStudioVersion = 14.0.25420.1 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyCommon", "MyCommon\MyCommon.csproj", "{276CEEB0-800F-4B90-AABC-D1B96DFC548B}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8850C1C2-6E5C-4A6B-A88A-0E9C3FE3819C}" + ProjectSection(SolutionItems) = preProject + License.md = License.md + Readme.md = Readme.md + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..adc0527 --- /dev/null +++ b/Readme.md @@ -0,0 +1,33 @@ +# MyCommon + +MyCommon is a collection of usefull Classes +* MultiLang - 10/12/2016 + +### Prerequisities + +* .NET/[Mono](https://github.com/mono/mono) 4.5+ + +### Build + +[Teamcity server](http://sheychen.ddns.net:8111?guest=1) is self hosted on a raspberry pi. +It's slow and can be off. + +[![Build Status](http://sheychen.ddns.net:8111/app/rest/builds/buildType:MyCommon_Build/statusIcon)](http://sheychen.ddns.net:8111/viewType.html?buildTypeId=MyCommon_Build&guest=1) + + +## Test With + +* Windows 10 x64 +* XUbuntu 16.04 + +## Contributing + +As you wish, I am opened to new ideas. + +## Author + +* **[Sheychen](https://sheychen.shost.ca)** - *Initial work* + +## License + +This software comes under the terms of the GPLv3+. See the [License.md](License.md) file for the complete text of the license.