summaryrefslogtreecommitdiff
path: root/gpgvs.docs/gpgvs.aim.txt
blob: c7cbd9272d6c95ff3e60fe68cf27d1d8f0259a89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
~~~
AIM
~~~
the aim of *.vs projects is to provide a well organized
and not invasive way to build target open source projects
using visual studio (vs.6 and vs.net)

~~~~~~
REASON
~~~~~~
In many situations I was obliged to use visual studio in
writing projects, and writing windows software is best suited
using this ide.
When I had need to use these great open source projects in
my applications, I had to use the binaries provided (if) for
the win32 environment: but, I think, if it can run in win32,
it could also be built using win32 compiler/linker.
I know you have to pay for visual studio, but why don't give
the opportunity to build using this tool too?
Moreover I think that providing these projects could increment
the number of coworker programmers.
So I decided to provide these visual studio projects.