1
0
Fork 0
master v1.0.0
sheychen 2016-12-10 17:19:18 +01:00
parent 752bdc92af
commit d437ff54dd
3 changed files with 54 additions and 0 deletions

15
License.md Normal file
View File

@ -0,0 +1,15 @@
Copyright (c) 2016, Clement Bois
Copyright © 2016 Clement Bois <contact@sheychen.shost.ca>
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 <http://www.gnu.org/licenses/>

View File

@ -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

33
Readme.md Normal file
View File

@ -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.