Development Tools
From World Wind Wiki
(Difference between revisions)
Revision as of 14:13, 12 May 2005 (edit) Nosilleg (Talk | contribs) (moved WinCVS, changed top text to reflect new page name) ← Previous diff |
Revision as of 04:42, 13 June 2005 (edit) (undo) Dpatton (Talk | contribs) (→Tools) Next diff → |
||
Line 3: | Line 3: | ||
==Tools== | ==Tools== | ||
+ | ===.NET and DirectX=== | ||
;[http://www.microsoft.com/downloads/details.aspx?familyid=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en .NET Framework SDK Version 1.1] | ;[http://www.microsoft.com/downloads/details.aspx?familyid=9b3a2ca6-3647-4070-9f41-a333c6b9181d&displaylang=en .NET Framework SDK Version 1.1] | ||
: .NET Framework Software Development Kit | : .NET Framework Software Development Kit | ||
;[http://msdn.microsoft.com/directx/directxdownloads/ DirectX SDK] | ;[http://msdn.microsoft.com/directx/directxdownloads/ DirectX SDK] | ||
: DirectX Software Development Kit | : DirectX Software Development Kit | ||
+ | ===Compiler=== | ||
+ | ;[http://msdn.microsoft.com/vstudio/ Microsoft Visual Studio] | ||
+ | OR | ||
+ | ;[http://lab.msdn.microsoft.com/express/vcsharp/default.aspx Microsoft Visual C# Express Edition] | ||
+ | OR | ||
+ | ;[http://nant.sourceforge.net/ NAnt, a free .NET build tool] | ||
+ | ===CVS Client=== | ||
+ | ;[http://www.tortoisecvs.org/ Tortoise CVS] | ||
+ | : Lets you work with files under CVS version control directly from Windows Explorer. | ||
;[http://www.wincvs.org/ WinCVS] | ;[http://www.wincvs.org/ WinCVS] | ||
: Windows CVS client. Allows you to check out the source code. | : Windows CVS client. Allows you to check out the source code. | ||
- | ;[http://nant.sourceforge.net/ NAnt] | + | ===Other Tools=== |
- | : NAnt is a free .NET build tool. | + | |
- | ;Cruise Control | + | |
- | : ? | + | |
;[http://www.gotdotnet.com/team/fxcop/ FxCop] | ;[http://www.gotdotnet.com/team/fxcop/ FxCop] | ||
: Code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. | : Code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines. | ||
;[http://www.testdriven.net/ TestDriven.NET] | ;[http://www.testdriven.net/ TestDriven.NET] | ||
: Run unit tests with a single click, anywhere in your Visual Studio solutions. | : Run unit tests with a single click, anywhere in your Visual Studio solutions. | ||
- | ;Ghost Doc | ||
- | : ? | ||
;[http://ndoc.sourceforge.net/ NDoc] | ;[http://ndoc.sourceforge.net/ NDoc] | ||
: Generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler. | : Generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler. | ||
;[http://www.microsoft.com/downloads/details.aspx?familyid=4b5b7f29-1939-4e5b-a780-70e887964165&displaylang=en LibCheck] | ;[http://www.microsoft.com/downloads/details.aspx?familyid=4b5b7f29-1939-4e5b-a780-70e887964165&displaylang=en LibCheck] | ||
: Allows you to compare two versions of an assembly, and determine the differences. | : Allows you to compare two versions of an assembly, and determine the differences. | ||
- | ;[http://www.tortoisecvs.org/ Tortoise CVS] | ||
- | : Lets you work with files under CVS version control directly from Windows Explorer. | ||
;[http://refactorme.com/posts/161.aspx C# GPS Library] | ;[http://refactorme.com/posts/161.aspx C# GPS Library] | ||
: C# Library for GPS stuff | : C# Library for GPS stuff | ||
+ | ;Cruise Control | ||
+ | : ? | ||
+ | ;Ghost Doc | ||
+ | : ? | ||
[[Category:Dev]] | [[Category:Dev]] |
Revision as of 04:42, 13 June 2005
The Development Tools are tools used by the developers to create and compile World Wind.
Contents |
Tools
.NET and DirectX
- .NET Framework SDK Version 1.1
- .NET Framework Software Development Kit
- DirectX SDK
- DirectX Software Development Kit
Compiler
OR
OR
CVS Client
- Tortoise CVS
- Lets you work with files under CVS version control directly from Windows Explorer.
- WinCVS
- Windows CVS client. Allows you to check out the source code.
Other Tools
- FxCop
- Code analysis tool that checks .NET managed code assemblies for conformance to the Microsoft .NET Framework Design Guidelines.
- TestDriven.NET
- Run unit tests with a single click, anywhere in your Visual Studio solutions.
- NDoc
- Generates class library documentation from .NET assemblies and the XML documentation files generated by the C# compiler.
- LibCheck
- Allows you to compare two versions of an assembly, and determine the differences.
- C# GPS Library
- C# Library for GPS stuff
- Cruise Control
- ?
- Ghost Doc
- ?