-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_readme.txt
33 lines (24 loc) · 1.47 KB
/
_readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Remind U README
===============
NOTES:
- Please read _licence.txt for the licence under which this software and source code
are distributed.
- When we update the version, remember to read _version.txt for places where we need to
update the version number!
- When coding in this project, please adhere strictly to the coding guidelines specified
in _codingstyle.txt. We want to keep our code clean!
-----
This is where we'll be putting useful info like build information, dependencies, etc.
Libraries (generally DLLs) that need to be packaged with the solution should go in a
'_Libs' directory, to be located under 'Solution Items' in the solution explorer,
and under the directory in which the .sln file resides on the file system.
Remind U is being developed (initially) in Visual Studio 2008, and therefore it's
recommended that you use VS2008 if you want to modify its code. However I'd be interested
to know how well anyone who want to use something like Eclipse gets on (no doubt you'll
need to use that if you want to get this working on Linux with Mono).
I'm trying to keep all functionality in this solution to using version 2.0 of the .NET
framework; hopefully, that'll mean Mono does implement the vast majority, if not all, of
the functionality being used. If you spot something using features introduced after 2.0,
please inform the developers. All projects in this solution's 'Target Framework' should
be '.NET Framework 2.0' or earlier.
- Jez