50 lines
1.8 KiB
Plaintext
50 lines
1.8 KiB
Plaintext
#
|
|
# Solution Definition for the game
|
|
#
|
|
Solution game {
|
|
|
|
Include %RS_TOOLSROOT%/etc/projgen/game.slntargets
|
|
Include %RS_TOOLSROOT%/etc/projgen/game.slnrules
|
|
|
|
Projects {
|
|
|
|
#
|
|
# Id Unsuffixed Path
|
|
#
|
|
|
|
game game {
|
|
|
|
Dependencies {
|
|
|
|
#
|
|
# Id Unsuffixed Path (not required if project declared elsewhere)
|
|
#
|
|
suite_lib_psc ..\..\rage\suite\src\suite_lib_psc\suite_lib_psc PSC
|
|
game_lib_psc ..\vs_project_lib_psc\game_lib_psc PSC
|
|
|
|
game1_lib ..\VS_Project1_lib\game1_lib GameLibs
|
|
game2_lib ..\VS_Project2_lib\game2_lib GameLibs
|
|
game3_lib ..\VS_Project3_lib\game3_lib GameLibs
|
|
game4_lib ..\VS_Project4_lib\game4_lib GameLibs
|
|
network ..\VS_Project_network\network GameLibs
|
|
RageMisc RageMisc\RageMisc Rage
|
|
|
|
RageAudio ..\..\rage\base\src\vcproj\RageAudio\RageAudio Rage
|
|
Include ..\..\rage\base\src\vcproj\RageCore\RageCore.slndeps
|
|
RageCreature ..\..\rage\base\src\vcproj\RageCreature\RageCreature Rage
|
|
RageSuiteCreature ..\..\rage\suite\src\vcproj\RageSuiteCreature\RageSuiteCreature Rage
|
|
Include ..\..\rage\base\src\vcproj\RageGraphics\RageGraphics.slndeps
|
|
RageNet ..\..\rage\base\src\vcproj\RageNet\RageNet Rage
|
|
NaturalMotion ..\..\rage\naturalmotion\vcproj\NaturalMotion\NaturalMotion Rage
|
|
RagePhysics ..\..\rage\base\src\vcproj\RagePhysics\RagePhysics Rage
|
|
RageSec ..\..\rage\base\src\vcproj\RageSec\RageSec Rage
|
|
RageScript ..\..\rage\script\src\vcproj\RageScript\RageScript Rage
|
|
Include ..\..\rage\framework\src\vcproj\RageFramework\RageFramework.slndeps
|
|
ScaleformGfx ..\..\rage\scaleform\Src\vcproj\ScaleformGfx\ScaleformGfx Rage
|
|
shaders_dependency ..\shader_source\VS_Project\shaders_dependency Shaders
|
|
}
|
|
}
|
|
|
|
shaders_rc ..\shader_source\VS_Project\shaders_rc Shaders
|
|
}
|
|
} |