Game Development Reference
In-Depth Information
Class Library. This project is going to be used to test the engine library so call it
''EngineTest.'' Click OK and a new project will be generated.
This project now needs to load the engine library. Visual Studio uses two terms:
Solution and Project. Each time we've started a new project, Visual Studio has
created a solution to contain that project. The solution usually shares the same
name as the main project; in this case, there is a solution called EngineTest that
contains a project with the same name. This can be seen in the solution explorer
shown in Figure 9.4.
A solution can contain several different projects. Our EngineTest solution needs
to contain the engine project so that it can use the engine code. It's very simple to
add new projects. Right-click the EngineTest solution in the solution explorer;
Figure 9.4
A solution with one project.
Search WWH ::




Custom Search