-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathXRay.Engine.slnf
31 lines (31 loc) · 1.24 KB
/
XRay.Engine.slnf
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
{
"solution": {
"path": "XRay.sln",
"projects": [
"src\\3rd party\\crypto\\crypto.vcxproj",
"src\\3rd party\\cximage\\CxImage\\cximage.vcxproj",
"src\\3rd party\\cximage\\jpeg\\Jpeg.vcxproj",
"src\\3rd party\\luabind\\luabind.beta7-devel.rc4.vcxproj",
"src\\3rd party\\luajit\\lua.JIT.1.1.4.vcxproj",
"src\\3rd party\\ode\\contrib\\msvc7\\ode_default\\default.vcxproj",
"src\\Layers\\xrAPI\\xrAPI.vcxproj",
"src\\Layers\\xrRenderPC_R1\\xrRender_R1.vcxproj",
"src\\Layers\\xrRenderPC_R2\\xrRender_R2.vcxproj",
"src\\Layers\\xrRenderPC_R3\\xrRender_R3.vcxproj",
"src\\editor\\editor.vcxproj",
"src\\editor_controls\\editor_controls.vcxproj",
"src\\xrCDB\\xrCDB.vcxproj",
"src\\xrCPU_Pipe\\xrCPU_Pipe.vcxproj",
"src\\xrCore\\xrCore.vcxproj",
"src\\xrD3D9-Null\\xrD3D9-Null.vcxproj",
"src\\xrEngine\\xrEngine.vcxproj",
"src\\xrEngine\\xrServer.vcxproj",
"src\\xrGameSpy\\xrGameSpy.vcxproj",
"src\\xrGame\\xrGame.vcxproj",
"src\\xrNetServer\\xrNetServer.vcxproj",
"src\\xrParticles\\xrParticles.vcxproj",
"src\\xrSound\\xrSound.vcxproj",
"src\\xrXMLParser\\xrXMLParser.vcxproj"
]
}
}