From f75a652bb7c956f145abe881c87b5dbf5c9ec24b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 26 May 2013 23:25:33 +0300 Subject: [PATCH] DISTS: Generated Code::Blocks and MSVC project files --- dists/codeblocks/agi.cbp | 166 +++ dists/codeblocks/agos.cbp | 164 +++ dists/codeblocks/cge.cbp | 133 ++ dists/codeblocks/cine.cbp | 144 ++ dists/codeblocks/composer.cbp | 111 ++ dists/codeblocks/cruise.cbp | 162 ++ dists/codeblocks/draci.cbp | 134 ++ dists/codeblocks/drascula.cbp | 120 ++ dists/codeblocks/dreamweb.cbp | 130 ++ dists/codeblocks/gob.cbp | 320 ++++ dists/codeblocks/groovie.cbp | 135 ++ dists/codeblocks/hopkins.cbp | 139 ++ dists/codeblocks/hugo.cbp | 148 ++ dists/codeblocks/kyra.cbp | 261 ++++ dists/codeblocks/lure.cbp | 147 ++ dists/codeblocks/made.cbp | 130 ++ dists/codeblocks/mohawk.cbp | 135 ++ dists/codeblocks/parallaction.cbp | 148 ++ dists/codeblocks/pegasus.cbp | 284 ++++ dists/codeblocks/queen.cbp | 144 ++ dists/codeblocks/saga.cbp | 163 ++ dists/codeblocks/sci.cbp | 233 +++ dists/codeblocks/scumm.cbp | 296 ++++ dists/codeblocks/scummvm.cbp | 739 ++++++++++ dists/codeblocks/scummvm.workspace | 76 + dists/codeblocks/sky.cbp | 147 ++ dists/codeblocks/sword1.cbp | 143 ++ dists/codeblocks/sword2.cbp | 153 ++ dists/codeblocks/teenagent.cbp | 135 ++ dists/codeblocks/tinsel.cbp | 193 +++ dists/codeblocks/toltecs.cbp | 134 ++ dists/codeblocks/tony.cbp | 149 ++ dists/codeblocks/toon.cbp | 142 ++ dists/codeblocks/touche.cbp | 117 ++ dists/codeblocks/tsage.cbp | 197 +++ dists/codeblocks/tucker.cbp | 115 ++ dists/msvc10/ScummVM_Analysis.props | 29 + dists/msvc10/ScummVM_Analysis64.props | 29 + dists/msvc10/ScummVM_Debug.props | 29 + dists/msvc10/ScummVM_Debug64.props | 29 + dists/msvc10/ScummVM_Global.props | 33 + dists/msvc10/ScummVM_Global64.props | 33 + dists/msvc10/ScummVM_Release.props | 27 + dists/msvc10/ScummVM_Release64.props | 27 + dists/msvc10/agi.vcxproj | 191 +++ dists/msvc10/agos.vcxproj | 189 +++ dists/msvc10/cge.vcxproj | 128 ++ dists/msvc10/cine.vcxproj | 139 ++ dists/msvc10/composer.vcxproj | 106 ++ dists/msvc10/cruise.vcxproj | 157 ++ dists/msvc10/draci.vcxproj | 129 ++ dists/msvc10/drascula.vcxproj | 115 ++ dists/msvc10/dreamweb.vcxproj | 155 ++ dists/msvc10/gob.vcxproj | 315 ++++ dists/msvc10/gob.vcxproj.filters | 475 ++++++ dists/msvc10/groovie.vcxproj | 130 ++ dists/msvc10/hopkins.vcxproj | 134 ++ dists/msvc10/hugo.vcxproj | 143 ++ dists/msvc10/kyra.vcxproj | 286 ++++ dists/msvc10/lure.vcxproj | 172 +++ dists/msvc10/made.vcxproj | 125 ++ dists/msvc10/mohawk.vcxproj | 130 ++ dists/msvc10/parallaction.vcxproj | 143 ++ dists/msvc10/pegasus.vcxproj | 279 ++++ dists/msvc10/pegasus.vcxproj.filters | 504 +++++++ dists/msvc10/queen.vcxproj | 139 ++ dists/msvc10/saga.vcxproj | 158 ++ dists/msvc10/sci.vcxproj | 228 +++ dists/msvc10/sci.vcxproj.filters | 386 +++++ dists/msvc10/scumm.vcxproj | 291 ++++ dists/msvc10/scumm.vcxproj.filters | 385 +++++ dists/msvc10/scummvm.sln | 507 +++++++ dists/msvc10/scummvm.vcxproj | 861 +++++++++++ dists/msvc10/scummvm.vcxproj.filters | 1882 ++++++++++++++++++++++++ dists/msvc10/sky.vcxproj | 142 ++ dists/msvc10/sky.vcxproj.filters | 83 ++ dists/msvc10/sword1.vcxproj | 138 ++ dists/msvc10/sword2.vcxproj | 148 ++ dists/msvc10/teenagent.vcxproj | 130 ++ dists/msvc10/tinsel.vcxproj | 216 +++ dists/msvc10/toltecs.vcxproj | 129 ++ dists/msvc10/tony.vcxproj | 172 +++ dists/msvc10/tony.vcxproj.filters | 87 ++ dists/msvc10/toon.vcxproj | 137 ++ dists/msvc10/touche.vcxproj | 112 ++ dists/msvc10/tsage.vcxproj | 192 +++ dists/msvc10/tsage.vcxproj.filters | 243 +++ dists/msvc10/tucker.vcxproj | 110 ++ dists/msvc11/ScummVM_Analysis.props | 29 + dists/msvc11/ScummVM_Analysis64.props | 29 + dists/msvc11/ScummVM_Debug.props | 29 + dists/msvc11/ScummVM_Debug64.props | 29 + dists/msvc11/ScummVM_Global.props | 33 + dists/msvc11/ScummVM_Global64.props | 33 + dists/msvc11/ScummVM_Release.props | 27 + dists/msvc11/ScummVM_Release64.props | 27 + dists/msvc11/agi.vcxproj | 191 +++ dists/msvc11/agos.vcxproj | 189 +++ dists/msvc11/cge.vcxproj | 128 ++ dists/msvc11/cine.vcxproj | 139 ++ dists/msvc11/composer.vcxproj | 106 ++ dists/msvc11/cruise.vcxproj | 157 ++ dists/msvc11/draci.vcxproj | 129 ++ dists/msvc11/drascula.vcxproj | 115 ++ dists/msvc11/dreamweb.vcxproj | 155 ++ dists/msvc11/gob.vcxproj | 315 ++++ dists/msvc11/gob.vcxproj.filters | 475 ++++++ dists/msvc11/groovie.vcxproj | 130 ++ dists/msvc11/hopkins.vcxproj | 134 ++ dists/msvc11/hugo.vcxproj | 143 ++ dists/msvc11/kyra.vcxproj | 286 ++++ dists/msvc11/lure.vcxproj | 172 +++ dists/msvc11/made.vcxproj | 125 ++ dists/msvc11/mohawk.vcxproj | 130 ++ dists/msvc11/parallaction.vcxproj | 143 ++ dists/msvc11/pegasus.vcxproj | 279 ++++ dists/msvc11/pegasus.vcxproj.filters | 504 +++++++ dists/msvc11/queen.vcxproj | 139 ++ dists/msvc11/saga.vcxproj | 158 ++ dists/msvc11/sci.vcxproj | 228 +++ dists/msvc11/sci.vcxproj.filters | 386 +++++ dists/msvc11/scumm.vcxproj | 291 ++++ dists/msvc11/scumm.vcxproj.filters | 385 +++++ dists/msvc11/scummvm.sln | 507 +++++++ dists/msvc11/scummvm.vcxproj | 861 +++++++++++ dists/msvc11/scummvm.vcxproj.filters | 1882 ++++++++++++++++++++++++ dists/msvc11/sky.vcxproj | 142 ++ dists/msvc11/sky.vcxproj.filters | 83 ++ dists/msvc11/sword1.vcxproj | 138 ++ dists/msvc11/sword2.vcxproj | 148 ++ dists/msvc11/teenagent.vcxproj | 130 ++ dists/msvc11/tinsel.vcxproj | 216 +++ dists/msvc11/toltecs.vcxproj | 129 ++ dists/msvc11/tony.vcxproj | 172 +++ dists/msvc11/tony.vcxproj.filters | 87 ++ dists/msvc11/toon.vcxproj | 137 ++ dists/msvc11/touche.vcxproj | 112 ++ dists/msvc11/tsage.vcxproj | 192 +++ dists/msvc11/tsage.vcxproj.filters | 243 +++ dists/msvc11/tucker.vcxproj | 110 ++ dists/msvc8/ScummVM_Analysis.vsprops | 26 + dists/msvc8/ScummVM_Analysis64.vsprops | 26 + dists/msvc8/ScummVM_Debug.vsprops | 26 + dists/msvc8/ScummVM_Debug64.vsprops | 26 + dists/msvc8/ScummVM_Global.vsprops | 36 + dists/msvc8/ScummVM_Global64.vsprops | 36 + dists/msvc8/ScummVM_Release.vsprops | 25 + dists/msvc8/ScummVM_Release64.vsprops | 25 + dists/msvc8/agi.vcproj | 100 ++ dists/msvc8/agos.vcproj | 98 ++ dists/msvc8/cge.vcproj | 67 + dists/msvc8/cine.vcproj | 78 + dists/msvc8/composer.vcproj | 45 + dists/msvc8/cruise.vcproj | 96 ++ dists/msvc8/draci.vcproj | 68 + dists/msvc8/drascula.vcproj | 54 + dists/msvc8/dreamweb.vcproj | 64 + dists/msvc8/gob.vcproj | 270 ++++ dists/msvc8/groovie.vcproj | 69 + dists/msvc8/hopkins.vcproj | 73 + dists/msvc8/hugo.vcproj | 82 ++ dists/msvc8/kyra.vcproj | 195 +++ dists/msvc8/lure.vcproj | 81 + dists/msvc8/made.vcproj | 64 + dists/msvc8/mohawk.vcproj | 69 + dists/msvc8/parallaction.vcproj | 82 ++ dists/msvc8/pegasus.vcproj | 244 +++ dists/msvc8/queen.vcproj | 78 + dists/msvc8/saga.vcproj | 97 ++ dists/msvc8/sci.vcproj | 179 +++ dists/msvc8/scumm.vcproj | 242 +++ dists/msvc8/scummvm.sln | 543 +++++++ dists/msvc8/scummvm.vcproj | 834 +++++++++++ dists/msvc8/sky.vcproj | 83 ++ dists/msvc8/sword1.vcproj | 77 + dists/msvc8/sword2.vcproj | 87 ++ dists/msvc8/teenagent.vcproj | 69 + dists/msvc8/tinsel.vcproj | 127 ++ dists/msvc8/toltecs.vcproj | 68 + dists/msvc8/tony.vcproj | 85 ++ dists/msvc8/toon.vcproj | 76 + dists/msvc8/touche.vcproj | 51 + dists/msvc8/tsage.vcproj | 137 ++ dists/msvc8/tucker.vcproj | 49 + dists/msvc9/ScummVM_Analysis.vsprops | 26 + dists/msvc9/ScummVM_Analysis64.vsprops | 26 + dists/msvc9/ScummVM_Debug.vsprops | 26 + dists/msvc9/ScummVM_Debug64.vsprops | 26 + dists/msvc9/ScummVM_Global.vsprops | 36 + dists/msvc9/ScummVM_Global64.vsprops | 36 + dists/msvc9/ScummVM_Release.vsprops | 25 + dists/msvc9/ScummVM_Release64.vsprops | 25 + dists/msvc9/agi.vcproj | 101 ++ dists/msvc9/agos.vcproj | 99 ++ dists/msvc9/cge.vcproj | 68 + dists/msvc9/cine.vcproj | 79 + dists/msvc9/composer.vcproj | 46 + dists/msvc9/cruise.vcproj | 97 ++ dists/msvc9/draci.vcproj | 69 + dists/msvc9/drascula.vcproj | 55 + dists/msvc9/dreamweb.vcproj | 65 + dists/msvc9/gob.vcproj | 271 ++++ dists/msvc9/groovie.vcproj | 70 + dists/msvc9/hopkins.vcproj | 74 + dists/msvc9/hugo.vcproj | 83 ++ dists/msvc9/kyra.vcproj | 196 +++ dists/msvc9/lure.vcproj | 82 ++ dists/msvc9/made.vcproj | 65 + dists/msvc9/mohawk.vcproj | 70 + dists/msvc9/parallaction.vcproj | 83 ++ dists/msvc9/pegasus.vcproj | 245 +++ dists/msvc9/queen.vcproj | 79 + dists/msvc9/saga.vcproj | 98 ++ dists/msvc9/sci.vcproj | 180 +++ dists/msvc9/scumm.vcproj | 243 +++ dists/msvc9/scummvm.sln | 543 +++++++ dists/msvc9/scummvm.vcproj | 835 +++++++++++ dists/msvc9/sky.vcproj | 84 ++ dists/msvc9/sword1.vcproj | 78 + dists/msvc9/sword2.vcproj | 88 ++ dists/msvc9/teenagent.vcproj | 70 + dists/msvc9/tinsel.vcproj | 128 ++ dists/msvc9/toltecs.vcproj | 69 + dists/msvc9/tony.vcproj | 86 ++ dists/msvc9/toon.vcproj | 77 + dists/msvc9/touche.vcproj | 52 + dists/msvc9/tsage.vcproj | 138 ++ dists/msvc9/tucker.vcproj | 50 + 228 files changed, 38950 insertions(+) create mode 100644 dists/codeblocks/agi.cbp create mode 100644 dists/codeblocks/agos.cbp create mode 100644 dists/codeblocks/cge.cbp create mode 100644 dists/codeblocks/cine.cbp create mode 100644 dists/codeblocks/composer.cbp create mode 100644 dists/codeblocks/cruise.cbp create mode 100644 dists/codeblocks/draci.cbp create mode 100644 dists/codeblocks/drascula.cbp create mode 100644 dists/codeblocks/dreamweb.cbp create mode 100644 dists/codeblocks/gob.cbp create mode 100644 dists/codeblocks/groovie.cbp create mode 100644 dists/codeblocks/hopkins.cbp create mode 100644 dists/codeblocks/hugo.cbp create mode 100644 dists/codeblocks/kyra.cbp create mode 100644 dists/codeblocks/lure.cbp create mode 100644 dists/codeblocks/made.cbp create mode 100644 dists/codeblocks/mohawk.cbp create mode 100644 dists/codeblocks/parallaction.cbp create mode 100644 dists/codeblocks/pegasus.cbp create mode 100644 dists/codeblocks/queen.cbp create mode 100644 dists/codeblocks/saga.cbp create mode 100644 dists/codeblocks/sci.cbp create mode 100644 dists/codeblocks/scumm.cbp create mode 100644 dists/codeblocks/scummvm.cbp create mode 100644 dists/codeblocks/scummvm.workspace create mode 100644 dists/codeblocks/sky.cbp create mode 100644 dists/codeblocks/sword1.cbp create mode 100644 dists/codeblocks/sword2.cbp create mode 100644 dists/codeblocks/teenagent.cbp create mode 100644 dists/codeblocks/tinsel.cbp create mode 100644 dists/codeblocks/toltecs.cbp create mode 100644 dists/codeblocks/tony.cbp create mode 100644 dists/codeblocks/toon.cbp create mode 100644 dists/codeblocks/touche.cbp create mode 100644 dists/codeblocks/tsage.cbp create mode 100644 dists/codeblocks/tucker.cbp create mode 100644 dists/msvc10/ScummVM_Analysis.props create mode 100644 dists/msvc10/ScummVM_Analysis64.props create mode 100644 dists/msvc10/ScummVM_Debug.props create mode 100644 dists/msvc10/ScummVM_Debug64.props create mode 100644 dists/msvc10/ScummVM_Global.props create mode 100644 dists/msvc10/ScummVM_Global64.props create mode 100644 dists/msvc10/ScummVM_Release.props create mode 100644 dists/msvc10/ScummVM_Release64.props create mode 100644 dists/msvc10/agi.vcxproj create mode 100644 dists/msvc10/agos.vcxproj create mode 100644 dists/msvc10/cge.vcxproj create mode 100644 dists/msvc10/cine.vcxproj create mode 100644 dists/msvc10/composer.vcxproj create mode 100644 dists/msvc10/cruise.vcxproj create mode 100644 dists/msvc10/draci.vcxproj create mode 100644 dists/msvc10/drascula.vcxproj create mode 100644 dists/msvc10/dreamweb.vcxproj create mode 100644 dists/msvc10/gob.vcxproj create mode 100644 dists/msvc10/gob.vcxproj.filters create mode 100644 dists/msvc10/groovie.vcxproj create mode 100644 dists/msvc10/hopkins.vcxproj create mode 100644 dists/msvc10/hugo.vcxproj create mode 100644 dists/msvc10/kyra.vcxproj create mode 100644 dists/msvc10/lure.vcxproj create mode 100644 dists/msvc10/made.vcxproj create mode 100644 dists/msvc10/mohawk.vcxproj create mode 100644 dists/msvc10/parallaction.vcxproj create mode 100644 dists/msvc10/pegasus.vcxproj create mode 100644 dists/msvc10/pegasus.vcxproj.filters create mode 100644 dists/msvc10/queen.vcxproj create mode 100644 dists/msvc10/saga.vcxproj create mode 100644 dists/msvc10/sci.vcxproj create mode 100644 dists/msvc10/sci.vcxproj.filters create mode 100644 dists/msvc10/scumm.vcxproj create mode 100644 dists/msvc10/scumm.vcxproj.filters create mode 100644 dists/msvc10/scummvm.sln create mode 100644 dists/msvc10/scummvm.vcxproj create mode 100644 dists/msvc10/scummvm.vcxproj.filters create mode 100644 dists/msvc10/sky.vcxproj create mode 100644 dists/msvc10/sky.vcxproj.filters create mode 100644 dists/msvc10/sword1.vcxproj create mode 100644 dists/msvc10/sword2.vcxproj create mode 100644 dists/msvc10/teenagent.vcxproj create mode 100644 dists/msvc10/tinsel.vcxproj create mode 100644 dists/msvc10/toltecs.vcxproj create mode 100644 dists/msvc10/tony.vcxproj create mode 100644 dists/msvc10/tony.vcxproj.filters create mode 100644 dists/msvc10/toon.vcxproj create mode 100644 dists/msvc10/touche.vcxproj create mode 100644 dists/msvc10/tsage.vcxproj create mode 100644 dists/msvc10/tsage.vcxproj.filters create mode 100644 dists/msvc10/tucker.vcxproj create mode 100644 dists/msvc11/ScummVM_Analysis.props create mode 100644 dists/msvc11/ScummVM_Analysis64.props create mode 100644 dists/msvc11/ScummVM_Debug.props create mode 100644 dists/msvc11/ScummVM_Debug64.props create mode 100644 dists/msvc11/ScummVM_Global.props create mode 100644 dists/msvc11/ScummVM_Global64.props create mode 100644 dists/msvc11/ScummVM_Release.props create mode 100644 dists/msvc11/ScummVM_Release64.props create mode 100644 dists/msvc11/agi.vcxproj create mode 100644 dists/msvc11/agos.vcxproj create mode 100644 dists/msvc11/cge.vcxproj create mode 100644 dists/msvc11/cine.vcxproj create mode 100644 dists/msvc11/composer.vcxproj create mode 100644 dists/msvc11/cruise.vcxproj create mode 100644 dists/msvc11/draci.vcxproj create mode 100644 dists/msvc11/drascula.vcxproj create mode 100644 dists/msvc11/dreamweb.vcxproj create mode 100644 dists/msvc11/gob.vcxproj create mode 100644 dists/msvc11/gob.vcxproj.filters create mode 100644 dists/msvc11/groovie.vcxproj create mode 100644 dists/msvc11/hopkins.vcxproj create mode 100644 dists/msvc11/hugo.vcxproj create mode 100644 dists/msvc11/kyra.vcxproj create mode 100644 dists/msvc11/lure.vcxproj create mode 100644 dists/msvc11/made.vcxproj create mode 100644 dists/msvc11/mohawk.vcxproj create mode 100644 dists/msvc11/parallaction.vcxproj create mode 100644 dists/msvc11/pegasus.vcxproj create mode 100644 dists/msvc11/pegasus.vcxproj.filters create mode 100644 dists/msvc11/queen.vcxproj create mode 100644 dists/msvc11/saga.vcxproj create mode 100644 dists/msvc11/sci.vcxproj create mode 100644 dists/msvc11/sci.vcxproj.filters create mode 100644 dists/msvc11/scumm.vcxproj create mode 100644 dists/msvc11/scumm.vcxproj.filters create mode 100644 dists/msvc11/scummvm.sln create mode 100644 dists/msvc11/scummvm.vcxproj create mode 100644 dists/msvc11/scummvm.vcxproj.filters create mode 100644 dists/msvc11/sky.vcxproj create mode 100644 dists/msvc11/sky.vcxproj.filters create mode 100644 dists/msvc11/sword1.vcxproj create mode 100644 dists/msvc11/sword2.vcxproj create mode 100644 dists/msvc11/teenagent.vcxproj create mode 100644 dists/msvc11/tinsel.vcxproj create mode 100644 dists/msvc11/toltecs.vcxproj create mode 100644 dists/msvc11/tony.vcxproj create mode 100644 dists/msvc11/tony.vcxproj.filters create mode 100644 dists/msvc11/toon.vcxproj create mode 100644 dists/msvc11/touche.vcxproj create mode 100644 dists/msvc11/tsage.vcxproj create mode 100644 dists/msvc11/tsage.vcxproj.filters create mode 100644 dists/msvc11/tucker.vcxproj create mode 100644 dists/msvc8/ScummVM_Analysis.vsprops create mode 100644 dists/msvc8/ScummVM_Analysis64.vsprops create mode 100644 dists/msvc8/ScummVM_Debug.vsprops create mode 100644 dists/msvc8/ScummVM_Debug64.vsprops create mode 100644 dists/msvc8/ScummVM_Global.vsprops create mode 100644 dists/msvc8/ScummVM_Global64.vsprops create mode 100644 dists/msvc8/ScummVM_Release.vsprops create mode 100644 dists/msvc8/ScummVM_Release64.vsprops create mode 100644 dists/msvc8/agi.vcproj create mode 100644 dists/msvc8/agos.vcproj create mode 100644 dists/msvc8/cge.vcproj create mode 100644 dists/msvc8/cine.vcproj create mode 100644 dists/msvc8/composer.vcproj create mode 100644 dists/msvc8/cruise.vcproj create mode 100644 dists/msvc8/draci.vcproj create mode 100644 dists/msvc8/drascula.vcproj create mode 100644 dists/msvc8/dreamweb.vcproj create mode 100644 dists/msvc8/gob.vcproj create mode 100644 dists/msvc8/groovie.vcproj create mode 100644 dists/msvc8/hopkins.vcproj create mode 100644 dists/msvc8/hugo.vcproj create mode 100644 dists/msvc8/kyra.vcproj create mode 100644 dists/msvc8/lure.vcproj create mode 100644 dists/msvc8/made.vcproj create mode 100644 dists/msvc8/mohawk.vcproj create mode 100644 dists/msvc8/parallaction.vcproj create mode 100644 dists/msvc8/pegasus.vcproj create mode 100644 dists/msvc8/queen.vcproj create mode 100644 dists/msvc8/saga.vcproj create mode 100644 dists/msvc8/sci.vcproj create mode 100644 dists/msvc8/scumm.vcproj create mode 100644 dists/msvc8/scummvm.sln create mode 100644 dists/msvc8/scummvm.vcproj create mode 100644 dists/msvc8/sky.vcproj create mode 100644 dists/msvc8/sword1.vcproj create mode 100644 dists/msvc8/sword2.vcproj create mode 100644 dists/msvc8/teenagent.vcproj create mode 100644 dists/msvc8/tinsel.vcproj create mode 100644 dists/msvc8/toltecs.vcproj create mode 100644 dists/msvc8/tony.vcproj create mode 100644 dists/msvc8/toon.vcproj create mode 100644 dists/msvc8/touche.vcproj create mode 100644 dists/msvc8/tsage.vcproj create mode 100644 dists/msvc8/tucker.vcproj create mode 100644 dists/msvc9/ScummVM_Analysis.vsprops create mode 100644 dists/msvc9/ScummVM_Analysis64.vsprops create mode 100644 dists/msvc9/ScummVM_Debug.vsprops create mode 100644 dists/msvc9/ScummVM_Debug64.vsprops create mode 100644 dists/msvc9/ScummVM_Global.vsprops create mode 100644 dists/msvc9/ScummVM_Global64.vsprops create mode 100644 dists/msvc9/ScummVM_Release.vsprops create mode 100644 dists/msvc9/ScummVM_Release64.vsprops create mode 100644 dists/msvc9/agi.vcproj create mode 100644 dists/msvc9/agos.vcproj create mode 100644 dists/msvc9/cge.vcproj create mode 100644 dists/msvc9/cine.vcproj create mode 100644 dists/msvc9/composer.vcproj create mode 100644 dists/msvc9/cruise.vcproj create mode 100644 dists/msvc9/draci.vcproj create mode 100644 dists/msvc9/drascula.vcproj create mode 100644 dists/msvc9/dreamweb.vcproj create mode 100644 dists/msvc9/gob.vcproj create mode 100644 dists/msvc9/groovie.vcproj create mode 100644 dists/msvc9/hopkins.vcproj create mode 100644 dists/msvc9/hugo.vcproj create mode 100644 dists/msvc9/kyra.vcproj create mode 100644 dists/msvc9/lure.vcproj create mode 100644 dists/msvc9/made.vcproj create mode 100644 dists/msvc9/mohawk.vcproj create mode 100644 dists/msvc9/parallaction.vcproj create mode 100644 dists/msvc9/pegasus.vcproj create mode 100644 dists/msvc9/queen.vcproj create mode 100644 dists/msvc9/saga.vcproj create mode 100644 dists/msvc9/sci.vcproj create mode 100644 dists/msvc9/scumm.vcproj create mode 100644 dists/msvc9/scummvm.sln create mode 100644 dists/msvc9/scummvm.vcproj create mode 100644 dists/msvc9/sky.vcproj create mode 100644 dists/msvc9/sword1.vcproj create mode 100644 dists/msvc9/sword2.vcproj create mode 100644 dists/msvc9/teenagent.vcproj create mode 100644 dists/msvc9/tinsel.vcproj create mode 100644 dists/msvc9/toltecs.vcproj create mode 100644 dists/msvc9/tony.vcproj create mode 100644 dists/msvc9/toon.vcproj create mode 100644 dists/msvc9/touche.vcproj create mode 100644 dists/msvc9/tsage.vcproj create mode 100644 dists/msvc9/tucker.vcproj diff --git a/dists/codeblocks/agi.cbp b/dists/codeblocks/agi.cbp new file mode 100644 index 000000000000..bf02cf4f9b31 --- /dev/null +++ b/dists/codeblocks/agi.cbp @@ -0,0 +1,166 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/agos.cbp b/dists/codeblocks/agos.cbp new file mode 100644 index 000000000000..2c0d759ca10c --- /dev/null +++ b/dists/codeblocks/agos.cbp @@ -0,0 +1,164 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/cge.cbp b/dists/codeblocks/cge.cbp new file mode 100644 index 000000000000..60650da3c68b --- /dev/null +++ b/dists/codeblocks/cge.cbp @@ -0,0 +1,133 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/cine.cbp b/dists/codeblocks/cine.cbp new file mode 100644 index 000000000000..09f1176b9008 --- /dev/null +++ b/dists/codeblocks/cine.cbp @@ -0,0 +1,144 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/composer.cbp b/dists/codeblocks/composer.cbp new file mode 100644 index 000000000000..b565f81f09fb --- /dev/null +++ b/dists/codeblocks/composer.cbp @@ -0,0 +1,111 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/cruise.cbp b/dists/codeblocks/cruise.cbp new file mode 100644 index 000000000000..260f487f1e09 --- /dev/null +++ b/dists/codeblocks/cruise.cbp @@ -0,0 +1,162 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/draci.cbp b/dists/codeblocks/draci.cbp new file mode 100644 index 000000000000..a862a898b2ed --- /dev/null +++ b/dists/codeblocks/draci.cbp @@ -0,0 +1,134 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/drascula.cbp b/dists/codeblocks/drascula.cbp new file mode 100644 index 000000000000..a1ec23957b1c --- /dev/null +++ b/dists/codeblocks/drascula.cbp @@ -0,0 +1,120 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/dreamweb.cbp b/dists/codeblocks/dreamweb.cbp new file mode 100644 index 000000000000..18526c78021d --- /dev/null +++ b/dists/codeblocks/dreamweb.cbp @@ -0,0 +1,130 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/gob.cbp b/dists/codeblocks/gob.cbp new file mode 100644 index 000000000000..6e28f563aafe --- /dev/null +++ b/dists/codeblocks/gob.cbp @@ -0,0 +1,320 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/groovie.cbp b/dists/codeblocks/groovie.cbp new file mode 100644 index 000000000000..37757a589a4d --- /dev/null +++ b/dists/codeblocks/groovie.cbp @@ -0,0 +1,135 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/hopkins.cbp b/dists/codeblocks/hopkins.cbp new file mode 100644 index 000000000000..14736f80566a --- /dev/null +++ b/dists/codeblocks/hopkins.cbp @@ -0,0 +1,139 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/hugo.cbp b/dists/codeblocks/hugo.cbp new file mode 100644 index 000000000000..badb3192a184 --- /dev/null +++ b/dists/codeblocks/hugo.cbp @@ -0,0 +1,148 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/kyra.cbp b/dists/codeblocks/kyra.cbp new file mode 100644 index 000000000000..032e870adb56 --- /dev/null +++ b/dists/codeblocks/kyra.cbp @@ -0,0 +1,261 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/lure.cbp b/dists/codeblocks/lure.cbp new file mode 100644 index 000000000000..bc4efc10b658 --- /dev/null +++ b/dists/codeblocks/lure.cbp @@ -0,0 +1,147 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/made.cbp b/dists/codeblocks/made.cbp new file mode 100644 index 000000000000..dea2d21f957e --- /dev/null +++ b/dists/codeblocks/made.cbp @@ -0,0 +1,130 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/mohawk.cbp b/dists/codeblocks/mohawk.cbp new file mode 100644 index 000000000000..91e31573c0f7 --- /dev/null +++ b/dists/codeblocks/mohawk.cbp @@ -0,0 +1,135 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/parallaction.cbp b/dists/codeblocks/parallaction.cbp new file mode 100644 index 000000000000..5651b8675ac9 --- /dev/null +++ b/dists/codeblocks/parallaction.cbp @@ -0,0 +1,148 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/pegasus.cbp b/dists/codeblocks/pegasus.cbp new file mode 100644 index 000000000000..eff360ce0d18 --- /dev/null +++ b/dists/codeblocks/pegasus.cbp @@ -0,0 +1,284 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/queen.cbp b/dists/codeblocks/queen.cbp new file mode 100644 index 000000000000..3230802ee962 --- /dev/null +++ b/dists/codeblocks/queen.cbp @@ -0,0 +1,144 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/saga.cbp b/dists/codeblocks/saga.cbp new file mode 100644 index 000000000000..0e852e3570a6 --- /dev/null +++ b/dists/codeblocks/saga.cbp @@ -0,0 +1,163 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/sci.cbp b/dists/codeblocks/sci.cbp new file mode 100644 index 000000000000..0104a82d7bc4 --- /dev/null +++ b/dists/codeblocks/sci.cbp @@ -0,0 +1,233 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/scumm.cbp b/dists/codeblocks/scumm.cbp new file mode 100644 index 000000000000..30b28881d0de --- /dev/null +++ b/dists/codeblocks/scumm.cbp @@ -0,0 +1,296 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/scummvm.cbp b/dists/codeblocks/scummvm.cbp new file mode 100644 index 000000000000..b611b673b12b --- /dev/null +++ b/dists/codeblocks/scummvm.cbp @@ -0,0 +1,739 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/scummvm.workspace b/dists/codeblocks/scummvm.workspace new file mode 100644 index 000000000000..d6b7e4502b51 --- /dev/null +++ b/dists/codeblocks/scummvm.workspace @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/sky.cbp b/dists/codeblocks/sky.cbp new file mode 100644 index 000000000000..11333f8ed45a --- /dev/null +++ b/dists/codeblocks/sky.cbp @@ -0,0 +1,147 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/sword1.cbp b/dists/codeblocks/sword1.cbp new file mode 100644 index 000000000000..dd1a3727d7aa --- /dev/null +++ b/dists/codeblocks/sword1.cbp @@ -0,0 +1,143 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/sword2.cbp b/dists/codeblocks/sword2.cbp new file mode 100644 index 000000000000..5d507d029051 --- /dev/null +++ b/dists/codeblocks/sword2.cbp @@ -0,0 +1,153 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/teenagent.cbp b/dists/codeblocks/teenagent.cbp new file mode 100644 index 000000000000..446073027d73 --- /dev/null +++ b/dists/codeblocks/teenagent.cbp @@ -0,0 +1,135 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/tinsel.cbp b/dists/codeblocks/tinsel.cbp new file mode 100644 index 000000000000..c4b4eeed1799 --- /dev/null +++ b/dists/codeblocks/tinsel.cbp @@ -0,0 +1,193 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/toltecs.cbp b/dists/codeblocks/toltecs.cbp new file mode 100644 index 000000000000..d764f120dc7c --- /dev/null +++ b/dists/codeblocks/toltecs.cbp @@ -0,0 +1,134 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/tony.cbp b/dists/codeblocks/tony.cbp new file mode 100644 index 000000000000..63dde3ad7efd --- /dev/null +++ b/dists/codeblocks/tony.cbp @@ -0,0 +1,149 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/toon.cbp b/dists/codeblocks/toon.cbp new file mode 100644 index 000000000000..f4171250a4ed --- /dev/null +++ b/dists/codeblocks/toon.cbp @@ -0,0 +1,142 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/touche.cbp b/dists/codeblocks/touche.cbp new file mode 100644 index 000000000000..2df7a534da26 --- /dev/null +++ b/dists/codeblocks/touche.cbp @@ -0,0 +1,117 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/tsage.cbp b/dists/codeblocks/tsage.cbp new file mode 100644 index 000000000000..06efc62893de --- /dev/null +++ b/dists/codeblocks/tsage.cbp @@ -0,0 +1,197 @@ + + + + + + \ No newline at end of file diff --git a/dists/codeblocks/tucker.cbp b/dists/codeblocks/tucker.cbp new file mode 100644 index 000000000000..617b67de9bdd --- /dev/null +++ b/dists/codeblocks/tucker.cbp @@ -0,0 +1,115 @@ + + + + + + \ No newline at end of file diff --git a/dists/msvc10/ScummVM_Analysis.props b/dists/msvc10/ScummVM_Analysis.props new file mode 100644 index 000000000000..be1ec589fd8c --- /dev/null +++ b/dists/msvc10/ScummVM_Analysis.props @@ -0,0 +1,29 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Analysis32 + true + + + + Disabled + WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + false + EditAndContinue + true + + + true + false + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + + + diff --git a/dists/msvc10/ScummVM_Analysis64.props b/dists/msvc10/ScummVM_Analysis64.props new file mode 100644 index 000000000000..4507b42da494 --- /dev/null +++ b/dists/msvc10/ScummVM_Analysis64.props @@ -0,0 +1,29 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Analysis64 + true + + + + Disabled + WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + false + ProgramDatabase + true + + + true + false + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + + + diff --git a/dists/msvc10/ScummVM_Debug.props b/dists/msvc10/ScummVM_Debug.props new file mode 100644 index 000000000000..19300fbbc852 --- /dev/null +++ b/dists/msvc10/ScummVM_Debug.props @@ -0,0 +1,29 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Debug32 + true + + + + Disabled + WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + false + EditAndContinue + false + + + true + false + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + + + diff --git a/dists/msvc10/ScummVM_Debug64.props b/dists/msvc10/ScummVM_Debug64.props new file mode 100644 index 000000000000..eb27facc8d9b --- /dev/null +++ b/dists/msvc10/ScummVM_Debug64.props @@ -0,0 +1,29 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Debug64 + true + + + + Disabled + WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + false + ProgramDatabase + false + + + true + false + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + + + diff --git a/dists/msvc10/ScummVM_Global.props b/dists/msvc10/ScummVM_Global.props new file mode 100644 index 000000000000..4bc6935dbaac --- /dev/null +++ b/dists/msvc10/ScummVM_Global.props @@ -0,0 +1,33 @@ + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Global + $(SCUMMVM_LIBS)\bin;$(ExecutablePath) + $(SCUMMVM_LIBS)\lib\x86;$(LibraryPath) + $(SCUMMVM_LIBS)\include;$(IncludePath) + $(Configuration)32\ + $(Configuration)32/$(ProjectName)\ + + + + true + 4068;4100;4103;4127;4244;4250;4310;4345;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;;%(DisableSpecificWarnings) + $(SCUMMVM_LIBS)\include;..\..;..\..\engines;$(TargetDir);%(AdditionalIncludeDirectories) + USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_FREETYPE2;USE_BINK;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_NASM;USE_OPENGL;USE_TASKBAR;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CGE;ENABLE_CINE;ENABLE_COMPOSER;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_DREAMWEB;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HOPKINS;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LOL;ENABLE_EOB;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_PEGASUS;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOLTECS;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TONY;ENABLE_TSAGE;ENABLE_TUCKER;WIN32;SDL_BACKEND;%(PreprocessorDefinitions) + + false + Level4 + false + Default + + + %(IgnoreSpecificDefaultLibraries) + Console + WinMainCRTStartup + + + ..\..;%(AdditionalIncludeDirectories) + + + diff --git a/dists/msvc10/ScummVM_Global64.props b/dists/msvc10/ScummVM_Global64.props new file mode 100644 index 000000000000..00f10c3bc472 --- /dev/null +++ b/dists/msvc10/ScummVM_Global64.props @@ -0,0 +1,33 @@ + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Global + $(SCUMMVM_LIBS)\bin;$(ExecutablePath) + $(SCUMMVM_LIBS)\lib\x64;$(LibraryPath) + $(SCUMMVM_LIBS)\include;$(IncludePath) + $(Configuration)64\ + $(Configuration)64/$(ProjectName)\ + + + + true + 4068;4100;4103;4127;4244;4250;4310;4345;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;;%(DisableSpecificWarnings) + $(SCUMMVM_LIBS)\include;..\..;..\..\engines;$(TargetDir);%(AdditionalIncludeDirectories) + USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_FREETYPE2;USE_BINK;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_OPENGL;USE_TASKBAR;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CGE;ENABLE_CINE;ENABLE_COMPOSER;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_DREAMWEB;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HOPKINS;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LOL;ENABLE_EOB;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_PEGASUS;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOLTECS;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TONY;ENABLE_TSAGE;ENABLE_TUCKER;WIN32;SDL_BACKEND;%(PreprocessorDefinitions) + + false + Level4 + false + Default + + + %(IgnoreSpecificDefaultLibraries) + Console + WinMainCRTStartup + + + ..\..;%(AdditionalIncludeDirectories) + + + diff --git a/dists/msvc10/ScummVM_Release.props b/dists/msvc10/ScummVM_Release.props new file mode 100644 index 000000000000..38aba684d17f --- /dev/null +++ b/dists/msvc10/ScummVM_Release.props @@ -0,0 +1,27 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Release32 + false + + + + true + true + WIN32;RELEASE_BUILD;%(PreprocessorDefinitions) + true + false + + MultiThreaded + false + + + %(IgnoreSpecificDefaultLibraries) + true + + + diff --git a/dists/msvc10/ScummVM_Release64.props b/dists/msvc10/ScummVM_Release64.props new file mode 100644 index 000000000000..9d59f4f651a7 --- /dev/null +++ b/dists/msvc10/ScummVM_Release64.props @@ -0,0 +1,27 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Release64 + false + + + + true + true + WIN32;RELEASE_BUILD;%(PreprocessorDefinitions) + true + false + + MultiThreaded + false + + + %(IgnoreSpecificDefaultLibraries) + true + + + diff --git a/dists/msvc10/agi.vcxproj b/dists/msvc10/agi.vcxproj new file mode 100644 index 000000000000..3e8e45028e00 --- /dev/null +++ b/dists/msvc10/agi.vcxproj @@ -0,0 +1,191 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6} + agi + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/agos.vcxproj b/dists/msvc10/agos.vcxproj new file mode 100644 index 000000000000..6fc9a090ace5 --- /dev/null +++ b/dists/msvc10/agos.vcxproj @@ -0,0 +1,189 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {49D7168C-89BF-41A3-B983-070D4CF5F453} + agos + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/cge.vcxproj b/dists/msvc10/cge.vcxproj new file mode 100644 index 000000000000..acb26d60ac25 --- /dev/null +++ b/dists/msvc10/cge.vcxproj @@ -0,0 +1,128 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75} + cge + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/cine.vcxproj b/dists/msvc10/cine.vcxproj new file mode 100644 index 000000000000..5ffe63c3a060 --- /dev/null +++ b/dists/msvc10/cine.vcxproj @@ -0,0 +1,139 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39} + cine + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/composer.vcxproj b/dists/msvc10/composer.vcxproj new file mode 100644 index 000000000000..4bfeaad909bb --- /dev/null +++ b/dists/msvc10/composer.vcxproj @@ -0,0 +1,106 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {6883489D-1D5F-4EF4-9D83-36382AEE3420} + composer + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/cruise.vcxproj b/dists/msvc10/cruise.vcxproj new file mode 100644 index 000000000000..884e69e88086 --- /dev/null +++ b/dists/msvc10/cruise.vcxproj @@ -0,0 +1,157 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {7E94A259-312F-42C9-BC2F-E41EEEABB895} + cruise + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/draci.vcxproj b/dists/msvc10/draci.vcxproj new file mode 100644 index 000000000000..ad8290b85ee4 --- /dev/null +++ b/dists/msvc10/draci.vcxproj @@ -0,0 +1,129 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459} + draci + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/drascula.vcxproj b/dists/msvc10/drascula.vcxproj new file mode 100644 index 000000000000..67d2738f72fa --- /dev/null +++ b/dists/msvc10/drascula.vcxproj @@ -0,0 +1,115 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1} + drascula + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/dreamweb.vcxproj b/dists/msvc10/dreamweb.vcxproj new file mode 100644 index 000000000000..abc5537e2da9 --- /dev/null +++ b/dists/msvc10/dreamweb.vcxproj @@ -0,0 +1,155 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349} + dreamweb + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/gob.vcxproj b/dists/msvc10/gob.vcxproj new file mode 100644 index 000000000000..e314420ab891 --- /dev/null +++ b/dists/msvc10/gob.vcxproj @@ -0,0 +1,315 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15} + gob + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/gob.vcxproj.filters b/dists/msvc10/gob.vcxproj.filters new file mode 100644 index 000000000000..e75490cc57d3 --- /dev/null +++ b/dists/msvc10/gob.vcxproj.filters @@ -0,0 +1,475 @@ + + + + + 28A466EB-ABCC-4462-87E5-003E3F0D8094 + + + E79B9BD0-24AA-4AAA-BA64-3BC8A35423CA + + + 20D2674F-580B-492C-AB02-C66F8A299CF7 + + + E87EC75C-2A7D-4BA6-B347-5E06F12C06CE + + + CBB9956D-D147-44C3-B149-6001AA9BFBD8 + + + 08E99315-F599-40E8-9ED4-336FA4B154A0 + + + AC514B98-D536-48EF-B093-FD078547BB1C + + + D781AD5D-BB90-4CE6-92CF-47D7467E09CF + + + + + demos + + + demos + + + demos + + + detection + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob + + + pregob + + + pregob + + + pregob + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + demos + + + demos + + + demos + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob + + + pregob + + + pregob + + + pregob + + + save + + + save + + + save + + + save + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc10/groovie.vcxproj b/dists/msvc10/groovie.vcxproj new file mode 100644 index 000000000000..c977a8b2546c --- /dev/null +++ b/dists/msvc10/groovie.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {1D14CAB6-3073-489C-A533-82F9E5612D97} + groovie + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/hopkins.vcxproj b/dists/msvc10/hopkins.vcxproj new file mode 100644 index 000000000000..3398d7053d8d --- /dev/null +++ b/dists/msvc10/hopkins.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE} + hopkins + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/hugo.vcxproj b/dists/msvc10/hugo.vcxproj new file mode 100644 index 000000000000..4fc45d1247d3 --- /dev/null +++ b/dists/msvc10/hugo.vcxproj @@ -0,0 +1,143 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {D586BD6E-8F86-416D-A914-EF9E15C576B0} + hugo + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/kyra.vcxproj b/dists/msvc10/kyra.vcxproj new file mode 100644 index 000000000000..35d21abdca1b --- /dev/null +++ b/dists/msvc10/kyra.vcxproj @@ -0,0 +1,286 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {4A7EA1FE-379B-412B-A174-9F79F364E55F} + kyra + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/lure.vcxproj b/dists/msvc10/lure.vcxproj new file mode 100644 index 000000000000..ad81fca9ac0f --- /dev/null +++ b/dists/msvc10/lure.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {7D5F1F64-939E-43DC-B322-213E0014EE0B} + lure + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/made.vcxproj b/dists/msvc10/made.vcxproj new file mode 100644 index 000000000000..23f599e23eb0 --- /dev/null +++ b/dists/msvc10/made.vcxproj @@ -0,0 +1,125 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32} + made + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/mohawk.vcxproj b/dists/msvc10/mohawk.vcxproj new file mode 100644 index 000000000000..72923e6c0a16 --- /dev/null +++ b/dists/msvc10/mohawk.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {0C3CD2E0-CD42-4C38-B03D-102C3175452F} + mohawk + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/parallaction.vcxproj b/dists/msvc10/parallaction.vcxproj new file mode 100644 index 000000000000..ee8698aaf12f --- /dev/null +++ b/dists/msvc10/parallaction.vcxproj @@ -0,0 +1,143 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501} + parallaction + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/pegasus.vcxproj b/dists/msvc10/pegasus.vcxproj new file mode 100644 index 000000000000..2557e2bf05fc --- /dev/null +++ b/dists/msvc10/pegasus.vcxproj @@ -0,0 +1,279 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {9C25D324-734C-44FA-858B-D555E22E3AD4} + pegasus + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/pegasus.vcxproj.filters b/dists/msvc10/pegasus.vcxproj.filters new file mode 100644 index 000000000000..566ccf100a51 --- /dev/null +++ b/dists/msvc10/pegasus.vcxproj.filters @@ -0,0 +1,504 @@ + + + + + 61E0C09C-D890-481B-B066-1D54A54E537A + + + B7440DEE-CFE8-471A-B5A4-61FB828D3613 + + + 61229203-8B6F-4DFA-AE3B-524A168F4CC4 + + + C45F887C-811E-4F8B-BB67-9556DE75D536 + + + 77D3B641-C9E2-4997-A00A-9206E32D34EA + + + 8E195A8A-5E4C-426B-ACFE-E2B7F9654140 + + + 71242C5C-DC7B-4E53-833E-C1507E965A3E + + + 4B603FBD-3B3B-411A-ACE2-02041768BE67 + + + EC5187AC-9D8A-4AEB-8852-419CADC576E6 + + + 499DCF1C-11AF-4E60-BD77-92CAEBF3136D + + + 86EAA7AD-D785-4DE1-AFB6-88757706483C + + + 8433B3D3-4F02-4DFB-A2F5-A3F5F839627F + + + 2239D821-4817-4DB1-9ABB-5F127E8454C6 + + + + + ai + + + ai + + + ai + + + ai + + + items + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\inventory + + + items\inventory + + + items\inventory + + + items\inventory + + + items + + + items + + + items + + + items + + + items + + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\delta + + + neighborhood\norad\delta + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\prehistoric + + + neighborhood\tsa + + + neighborhood\tsa + + + neighborhood\wsc + + + neighborhood\wsc + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + + + + + + + + + + + + + + + + + + + + + + + ai + + + ai + + + ai + + + ai + + + items + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\inventory + + + items\inventory + + + items\inventory + + + items\inventory + + + items + + + items + + + items + + + items + + + items + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad + + + neighborhood\norad\delta + + + neighborhood\norad\delta + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\prehistoric + + + neighborhood\tsa + + + neighborhood\tsa + + + neighborhood\wsc + + + neighborhood\wsc + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc10/queen.vcxproj b/dists/msvc10/queen.vcxproj new file mode 100644 index 000000000000..3f7c61b8a173 --- /dev/null +++ b/dists/msvc10/queen.vcxproj @@ -0,0 +1,139 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {8E4661D4-C3C0-4155-84A6-3B24E005886A} + queen + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/saga.vcxproj b/dists/msvc10/saga.vcxproj new file mode 100644 index 000000000000..f1fa88eeccd1 --- /dev/null +++ b/dists/msvc10/saga.vcxproj @@ -0,0 +1,158 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {AF497B90-A995-4775-BB48-5089694234BA} + saga + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/sci.vcxproj b/dists/msvc10/sci.vcxproj new file mode 100644 index 000000000000..d25845d544bc --- /dev/null +++ b/dists/msvc10/sci.vcxproj @@ -0,0 +1,228 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92} + sci + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/sci.vcxproj.filters b/dists/msvc10/sci.vcxproj.filters new file mode 100644 index 000000000000..75debd731743 --- /dev/null +++ b/dists/msvc10/sci.vcxproj.filters @@ -0,0 +1,386 @@ + + + + + C4913DBF-894E-4B04-95E0-A258AA5FCE33 + + + A075A6FB-BB0B-49BD-A043-1AB6A7CCDA3F + + + F60DB1BD-9D89-465F-A656-62C56AEAD6F2 + + + 62BA604F-B124-4036-88C0-697D58BD9D13 + + + 5149B49F-4B14-4E0E-82B5-1D00255A25DA + + + 9F90AD8F-909E-40D6-A486-A8A1A6AB3BC9 + + + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + parser + + + parser + + + parser + + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound + + + sound + + + sound + + + sound + + + video + + + + + + + + + + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + parser + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound + + + sound + + + sound + + + sound + + + video + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc10/scumm.vcxproj b/dists/msvc10/scumm.vcxproj new file mode 100644 index 000000000000..131304062ad8 --- /dev/null +++ b/dists/msvc10/scumm.vcxproj @@ -0,0 +1,291 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4} + scumm + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/scumm.vcxproj.filters b/dists/msvc10/scumm.vcxproj.filters new file mode 100644 index 000000000000..95035d7e809e --- /dev/null +++ b/dists/msvc10/scumm.vcxproj.filters @@ -0,0 +1,385 @@ + + + + + C837A84E-5F27-414B-B470-795A00C13648 + + + 28793FCD-13EA-42CC-A8E5-1CF5F1D03286 + + + 18E52D08-E00F-4E6D-AEE0-8CB043DA360F + + + 061C0B7E-A408-491F-A287-1B0F08D71A75 + + + AE4ED6FC-81F0-47F3-81B1-17CE8DC4F2BF + + + 99E98A65-6382-4EE1-AC4A-0EB7C11DF7EF + + + + + he\logic + + + he\logic + + + he\logic + + + he\logic + + + he\logic + + + he\logic + + + he\logic + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + insane + + + insane + + + insane + + + insane + + + insane + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + insane + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc10/scummvm.sln b/dists/msvc10/scummvm.sln new file mode 100644 index 000000000000..01919dec4693 --- /dev/null +++ b/dists/msvc10/scummvm.sln @@ -0,0 +1,507 @@ +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "scummvm", "scummvm.vcxproj", "{D6467719-E9D9-4224-928B-E3DEE9796E76}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "agi", "agi.vcxproj", "{0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "agos", "agos.vcxproj", "{49D7168C-89BF-41A3-B983-070D4CF5F453}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "cge", "cge.vcxproj", "{C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "cine", "cine.vcxproj", "{C7C6EFEE-49FD-4682-9009-5071E4BB3C39}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "composer", "composer.vcxproj", "{6883489D-1D5F-4EF4-9D83-36382AEE3420}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "cruise", "cruise.vcxproj", "{7E94A259-312F-42C9-BC2F-E41EEEABB895}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "draci", "draci.vcxproj", "{4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "drascula", "drascula.vcxproj", "{FA9EB491-8117-43FC-9D7E-02A2F5950CA1}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "dreamweb", "dreamweb.vcxproj", "{6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "gob", "gob.vcxproj", "{9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "groovie", "groovie.vcxproj", "{1D14CAB6-3073-489C-A533-82F9E5612D97}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "hopkins", "hopkins.vcxproj", "{E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "hugo", "hugo.vcxproj", "{D586BD6E-8F86-416D-A914-EF9E15C576B0}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "kyra", "kyra.vcxproj", "{4A7EA1FE-379B-412B-A174-9F79F364E55F}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "lure", "lure.vcxproj", "{7D5F1F64-939E-43DC-B322-213E0014EE0B}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "made", "made.vcxproj", "{28D036AB-0EEB-4005-8E2E-A9252CD1DB32}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "mohawk", "mohawk.vcxproj", "{0C3CD2E0-CD42-4C38-B03D-102C3175452F}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "parallaction", "parallaction.vcxproj", "{3C6A8AF9-09B3-45F2-9D0D-F063AB150501}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "pegasus", "pegasus.vcxproj", "{9C25D324-734C-44FA-858B-D555E22E3AD4}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "queen", "queen.vcxproj", "{8E4661D4-C3C0-4155-84A6-3B24E005886A}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "saga", "saga.vcxproj", "{AF497B90-A995-4775-BB48-5089694234BA}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "sci", "sci.vcxproj", "{2AB491C6-0E92-4DC0-A0B7-294AC8184B92}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "scumm", "scumm.vcxproj", "{FD3289C6-028B-4529-95F5-F6FDBD91B3B4}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "sky", "sky.vcxproj", "{85B35675-F3D7-4E5E-9179-E5F73462BDE5}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "sword1", "sword1.vcxproj", "{CA28C452-8968-47EE-8C58-E49326E7B11D}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "sword2", "sword2.vcxproj", "{F271A226-EED2-4753-BE08-E8C63BBD34E5}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "teenagent", "teenagent.vcxproj", "{EE189D00-E77C-4F9F-921C-0A1D0BD3F317}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "tinsel", "tinsel.vcxproj", "{6DA1DBF6-24B1-4BE0-84D1-7F418266A712}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "toltecs", "toltecs.vcxproj", "{D080E7C2-3A86-4551-9E0B-093A9647145F}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "tony", "tony.vcxproj", "{518017EE-BB11-41B5-8D69-BDF4F08554D5}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "toon", "toon.vcxproj", "{661A574D-D1F5-4AAB-96DC-9D57BCCAD079}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "touche", "touche.vcxproj", "{C81161BE-6F77-42DF-977F-208BC272CDC3}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "tsage", "tsage.vcxproj", "{53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "tucker", "tucker.vcxproj", "{FC70DA45-9670-43E2-A68A-62087147E029}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Analysis|Win32 = Analysis|Win32 + Release|Win32 = Release|Win32 + Debug|x64 = Debug|x64 + Analysis|x64 = Analysis|x64 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Debug|Win32.ActiveCfg = Debug|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Debug|Win32.Build.0 = Debug|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Analysis|Win32.Build.0 = Analysis|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Release|Win32.ActiveCfg = Release|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Release|Win32.Build.0 = Release|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Debug|x64.ActiveCfg = Debug|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Debug|x64.Build.0 = Debug|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Analysis|x64.ActiveCfg = Analysis|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Analysis|x64.Build.0 = Analysis|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Release|x64.ActiveCfg = Release|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Release|x64.Build.0 = Release|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Debug|Win32.ActiveCfg = Debug|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Debug|Win32.Build.0 = Debug|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Analysis|Win32.Build.0 = Analysis|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Release|Win32.ActiveCfg = Release|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Release|Win32.Build.0 = Release|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Debug|x64.ActiveCfg = Debug|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Debug|x64.Build.0 = Debug|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Analysis|x64.ActiveCfg = Analysis|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Analysis|x64.Build.0 = Analysis|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Release|x64.ActiveCfg = Release|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Release|x64.Build.0 = Release|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Debug|Win32.ActiveCfg = Debug|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Debug|Win32.Build.0 = Debug|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Analysis|Win32.Build.0 = Analysis|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Release|Win32.ActiveCfg = Release|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Release|Win32.Build.0 = Release|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Debug|x64.ActiveCfg = Debug|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Debug|x64.Build.0 = Debug|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Analysis|x64.ActiveCfg = Analysis|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Analysis|x64.Build.0 = Analysis|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Release|x64.ActiveCfg = Release|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Release|x64.Build.0 = Release|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Debug|Win32.ActiveCfg = Debug|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Debug|Win32.Build.0 = Debug|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Analysis|Win32.Build.0 = Analysis|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Release|Win32.ActiveCfg = Release|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Release|Win32.Build.0 = Release|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Debug|x64.ActiveCfg = Debug|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Debug|x64.Build.0 = Debug|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Analysis|x64.ActiveCfg = Analysis|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Analysis|x64.Build.0 = Analysis|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Release|x64.ActiveCfg = Release|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Release|x64.Build.0 = Release|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Debug|Win32.ActiveCfg = Debug|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Debug|Win32.Build.0 = Debug|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Analysis|Win32.Build.0 = Analysis|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Release|Win32.ActiveCfg = Release|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Release|Win32.Build.0 = Release|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Debug|x64.ActiveCfg = Debug|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Debug|x64.Build.0 = Debug|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Analysis|x64.ActiveCfg = Analysis|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Analysis|x64.Build.0 = Analysis|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Release|x64.ActiveCfg = Release|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Release|x64.Build.0 = Release|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Debug|Win32.ActiveCfg = Debug|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Debug|Win32.Build.0 = Debug|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Analysis|Win32.Build.0 = Analysis|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Release|Win32.ActiveCfg = Release|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Release|Win32.Build.0 = Release|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Debug|x64.ActiveCfg = Debug|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Debug|x64.Build.0 = Debug|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Analysis|x64.ActiveCfg = Analysis|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Analysis|x64.Build.0 = Analysis|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Release|x64.ActiveCfg = Release|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Release|x64.Build.0 = Release|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Debug|Win32.ActiveCfg = Debug|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Debug|Win32.Build.0 = Debug|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Analysis|Win32.Build.0 = Analysis|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Release|Win32.ActiveCfg = Release|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Release|Win32.Build.0 = Release|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Debug|x64.ActiveCfg = Debug|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Debug|x64.Build.0 = Debug|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Analysis|x64.ActiveCfg = Analysis|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Analysis|x64.Build.0 = Analysis|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Release|x64.ActiveCfg = Release|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Release|x64.Build.0 = Release|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Debug|Win32.ActiveCfg = Debug|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Debug|Win32.Build.0 = Debug|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Analysis|Win32.Build.0 = Analysis|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Release|Win32.ActiveCfg = Release|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Release|Win32.Build.0 = Release|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Debug|x64.ActiveCfg = Debug|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Debug|x64.Build.0 = Debug|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Analysis|x64.ActiveCfg = Analysis|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Analysis|x64.Build.0 = Analysis|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Release|x64.ActiveCfg = Release|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Release|x64.Build.0 = Release|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Debug|Win32.ActiveCfg = Debug|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Debug|Win32.Build.0 = Debug|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Analysis|Win32.Build.0 = Analysis|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Release|Win32.ActiveCfg = Release|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Release|Win32.Build.0 = Release|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Debug|x64.ActiveCfg = Debug|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Debug|x64.Build.0 = Debug|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Analysis|x64.ActiveCfg = Analysis|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Analysis|x64.Build.0 = Analysis|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Release|x64.ActiveCfg = Release|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Release|x64.Build.0 = Release|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Debug|Win32.ActiveCfg = Debug|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Debug|Win32.Build.0 = Debug|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Analysis|Win32.Build.0 = Analysis|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Release|Win32.ActiveCfg = Release|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Release|Win32.Build.0 = Release|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Debug|x64.ActiveCfg = Debug|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Debug|x64.Build.0 = Debug|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Analysis|x64.ActiveCfg = Analysis|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Analysis|x64.Build.0 = Analysis|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Release|x64.ActiveCfg = Release|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Release|x64.Build.0 = Release|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Debug|Win32.ActiveCfg = Debug|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Debug|Win32.Build.0 = Debug|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Analysis|Win32.Build.0 = Analysis|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Release|Win32.ActiveCfg = Release|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Release|Win32.Build.0 = Release|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Debug|x64.ActiveCfg = Debug|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Debug|x64.Build.0 = Debug|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Analysis|x64.ActiveCfg = Analysis|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Analysis|x64.Build.0 = Analysis|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Release|x64.ActiveCfg = Release|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Release|x64.Build.0 = Release|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Debug|Win32.ActiveCfg = Debug|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Debug|Win32.Build.0 = Debug|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Analysis|Win32.Build.0 = Analysis|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Release|Win32.ActiveCfg = Release|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Release|Win32.Build.0 = Release|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Debug|x64.ActiveCfg = Debug|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Debug|x64.Build.0 = Debug|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Analysis|x64.ActiveCfg = Analysis|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Analysis|x64.Build.0 = Analysis|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Release|x64.ActiveCfg = Release|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Release|x64.Build.0 = Release|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Debug|Win32.ActiveCfg = Debug|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Debug|Win32.Build.0 = Debug|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Analysis|Win32.Build.0 = Analysis|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Release|Win32.ActiveCfg = Release|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Release|Win32.Build.0 = Release|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Debug|x64.ActiveCfg = Debug|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Debug|x64.Build.0 = Debug|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Analysis|x64.ActiveCfg = Analysis|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Analysis|x64.Build.0 = Analysis|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Release|x64.ActiveCfg = Release|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Release|x64.Build.0 = Release|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Debug|Win32.ActiveCfg = Debug|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Debug|Win32.Build.0 = Debug|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Analysis|Win32.Build.0 = Analysis|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Release|Win32.ActiveCfg = Release|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Release|Win32.Build.0 = Release|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Debug|x64.ActiveCfg = Debug|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Debug|x64.Build.0 = Debug|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Analysis|x64.ActiveCfg = Analysis|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Analysis|x64.Build.0 = Analysis|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Release|x64.ActiveCfg = Release|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Release|x64.Build.0 = Release|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Debug|Win32.ActiveCfg = Debug|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Debug|Win32.Build.0 = Debug|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Analysis|Win32.Build.0 = Analysis|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Release|Win32.ActiveCfg = Release|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Release|Win32.Build.0 = Release|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Debug|x64.ActiveCfg = Debug|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Debug|x64.Build.0 = Debug|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Analysis|x64.ActiveCfg = Analysis|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Analysis|x64.Build.0 = Analysis|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Release|x64.ActiveCfg = Release|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Release|x64.Build.0 = Release|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Debug|Win32.ActiveCfg = Debug|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Debug|Win32.Build.0 = Debug|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Analysis|Win32.Build.0 = Analysis|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Release|Win32.ActiveCfg = Release|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Release|Win32.Build.0 = Release|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Debug|x64.ActiveCfg = Debug|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Debug|x64.Build.0 = Debug|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Analysis|x64.ActiveCfg = Analysis|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Analysis|x64.Build.0 = Analysis|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Release|x64.ActiveCfg = Release|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Release|x64.Build.0 = Release|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Debug|Win32.ActiveCfg = Debug|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Debug|Win32.Build.0 = Debug|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Analysis|Win32.Build.0 = Analysis|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Release|Win32.ActiveCfg = Release|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Release|Win32.Build.0 = Release|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Debug|x64.ActiveCfg = Debug|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Debug|x64.Build.0 = Debug|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Analysis|x64.ActiveCfg = Analysis|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Analysis|x64.Build.0 = Analysis|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Release|x64.ActiveCfg = Release|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Release|x64.Build.0 = Release|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Debug|Win32.ActiveCfg = Debug|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Debug|Win32.Build.0 = Debug|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Analysis|Win32.Build.0 = Analysis|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Release|Win32.ActiveCfg = Release|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Release|Win32.Build.0 = Release|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Debug|x64.ActiveCfg = Debug|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Debug|x64.Build.0 = Debug|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Analysis|x64.ActiveCfg = Analysis|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Analysis|x64.Build.0 = Analysis|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Release|x64.ActiveCfg = Release|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Release|x64.Build.0 = Release|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Debug|Win32.ActiveCfg = Debug|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Debug|Win32.Build.0 = Debug|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Analysis|Win32.Build.0 = Analysis|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Release|Win32.ActiveCfg = Release|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Release|Win32.Build.0 = Release|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Debug|x64.ActiveCfg = Debug|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Debug|x64.Build.0 = Debug|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Analysis|x64.ActiveCfg = Analysis|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Analysis|x64.Build.0 = Analysis|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Release|x64.ActiveCfg = Release|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Release|x64.Build.0 = Release|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Debug|Win32.ActiveCfg = Debug|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Debug|Win32.Build.0 = Debug|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Analysis|Win32.Build.0 = Analysis|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Release|Win32.ActiveCfg = Release|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Release|Win32.Build.0 = Release|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Debug|x64.ActiveCfg = Debug|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Debug|x64.Build.0 = Debug|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Analysis|x64.ActiveCfg = Analysis|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Analysis|x64.Build.0 = Analysis|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Release|x64.ActiveCfg = Release|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Release|x64.Build.0 = Release|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Debug|Win32.ActiveCfg = Debug|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Debug|Win32.Build.0 = Debug|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Analysis|Win32.Build.0 = Analysis|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Release|Win32.ActiveCfg = Release|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Release|Win32.Build.0 = Release|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Debug|x64.ActiveCfg = Debug|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Debug|x64.Build.0 = Debug|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Analysis|x64.ActiveCfg = Analysis|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Analysis|x64.Build.0 = Analysis|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Release|x64.ActiveCfg = Release|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Release|x64.Build.0 = Release|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Debug|Win32.ActiveCfg = Debug|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Debug|Win32.Build.0 = Debug|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Analysis|Win32.Build.0 = Analysis|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Release|Win32.ActiveCfg = Release|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Release|Win32.Build.0 = Release|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Debug|x64.ActiveCfg = Debug|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Debug|x64.Build.0 = Debug|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Analysis|x64.ActiveCfg = Analysis|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Analysis|x64.Build.0 = Analysis|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Release|x64.ActiveCfg = Release|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Release|x64.Build.0 = Release|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Debug|Win32.ActiveCfg = Debug|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Debug|Win32.Build.0 = Debug|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Analysis|Win32.Build.0 = Analysis|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Release|Win32.ActiveCfg = Release|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Release|Win32.Build.0 = Release|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Debug|x64.ActiveCfg = Debug|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Debug|x64.Build.0 = Debug|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Analysis|x64.ActiveCfg = Analysis|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Analysis|x64.Build.0 = Analysis|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Release|x64.ActiveCfg = Release|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Release|x64.Build.0 = Release|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Debug|Win32.ActiveCfg = Debug|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Debug|Win32.Build.0 = Debug|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Analysis|Win32.Build.0 = Analysis|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Release|Win32.ActiveCfg = Release|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Release|Win32.Build.0 = Release|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Debug|x64.ActiveCfg = Debug|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Debug|x64.Build.0 = Debug|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Analysis|x64.ActiveCfg = Analysis|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Analysis|x64.Build.0 = Analysis|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Release|x64.ActiveCfg = Release|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Release|x64.Build.0 = Release|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Debug|Win32.ActiveCfg = Debug|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Debug|Win32.Build.0 = Debug|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Analysis|Win32.Build.0 = Analysis|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Release|Win32.ActiveCfg = Release|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Release|Win32.Build.0 = Release|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Debug|x64.ActiveCfg = Debug|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Debug|x64.Build.0 = Debug|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Analysis|x64.ActiveCfg = Analysis|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Analysis|x64.Build.0 = Analysis|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Release|x64.ActiveCfg = Release|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Release|x64.Build.0 = Release|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Debug|Win32.ActiveCfg = Debug|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Debug|Win32.Build.0 = Debug|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Analysis|Win32.Build.0 = Analysis|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Release|Win32.ActiveCfg = Release|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Release|Win32.Build.0 = Release|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Debug|x64.ActiveCfg = Debug|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Debug|x64.Build.0 = Debug|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Analysis|x64.ActiveCfg = Analysis|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Analysis|x64.Build.0 = Analysis|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Release|x64.ActiveCfg = Release|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Release|x64.Build.0 = Release|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Debug|Win32.ActiveCfg = Debug|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Debug|Win32.Build.0 = Debug|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Analysis|Win32.Build.0 = Analysis|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Release|Win32.ActiveCfg = Release|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Release|Win32.Build.0 = Release|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Debug|x64.ActiveCfg = Debug|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Debug|x64.Build.0 = Debug|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Analysis|x64.ActiveCfg = Analysis|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Analysis|x64.Build.0 = Analysis|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Release|x64.ActiveCfg = Release|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Release|x64.Build.0 = Release|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Debug|Win32.ActiveCfg = Debug|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Debug|Win32.Build.0 = Debug|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Analysis|Win32.Build.0 = Analysis|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Release|Win32.ActiveCfg = Release|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Release|Win32.Build.0 = Release|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Debug|x64.ActiveCfg = Debug|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Debug|x64.Build.0 = Debug|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Analysis|x64.ActiveCfg = Analysis|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Analysis|x64.Build.0 = Analysis|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Release|x64.ActiveCfg = Release|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Release|x64.Build.0 = Release|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Debug|Win32.ActiveCfg = Debug|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Debug|Win32.Build.0 = Debug|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Analysis|Win32.Build.0 = Analysis|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Release|Win32.ActiveCfg = Release|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Release|Win32.Build.0 = Release|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Debug|x64.ActiveCfg = Debug|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Debug|x64.Build.0 = Debug|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Analysis|x64.ActiveCfg = Analysis|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Analysis|x64.Build.0 = Analysis|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Release|x64.ActiveCfg = Release|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Release|x64.Build.0 = Release|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Debug|Win32.ActiveCfg = Debug|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Debug|Win32.Build.0 = Debug|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Analysis|Win32.Build.0 = Analysis|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Release|Win32.ActiveCfg = Release|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Release|Win32.Build.0 = Release|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Debug|x64.ActiveCfg = Debug|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Debug|x64.Build.0 = Debug|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Analysis|x64.ActiveCfg = Analysis|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Analysis|x64.Build.0 = Analysis|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Release|x64.ActiveCfg = Release|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Release|x64.Build.0 = Release|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Debug|Win32.ActiveCfg = Debug|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Debug|Win32.Build.0 = Debug|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Analysis|Win32.Build.0 = Analysis|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Release|Win32.ActiveCfg = Release|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Release|Win32.Build.0 = Release|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Debug|x64.ActiveCfg = Debug|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Debug|x64.Build.0 = Debug|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Analysis|x64.ActiveCfg = Analysis|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Analysis|x64.Build.0 = Analysis|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Release|x64.ActiveCfg = Release|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Release|x64.Build.0 = Release|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Debug|Win32.ActiveCfg = Debug|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Debug|Win32.Build.0 = Debug|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Analysis|Win32.Build.0 = Analysis|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Release|Win32.ActiveCfg = Release|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Release|Win32.Build.0 = Release|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Debug|x64.ActiveCfg = Debug|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Debug|x64.Build.0 = Debug|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Analysis|x64.ActiveCfg = Analysis|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Analysis|x64.Build.0 = Analysis|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Release|x64.ActiveCfg = Release|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Release|x64.Build.0 = Release|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Debug|Win32.ActiveCfg = Debug|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Debug|Win32.Build.0 = Debug|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Analysis|Win32.Build.0 = Analysis|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Release|Win32.ActiveCfg = Release|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Release|Win32.Build.0 = Release|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Debug|x64.ActiveCfg = Debug|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Debug|x64.Build.0 = Debug|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Analysis|x64.ActiveCfg = Analysis|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Analysis|x64.Build.0 = Analysis|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Release|x64.ActiveCfg = Release|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Release|x64.Build.0 = Release|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Debug|Win32.ActiveCfg = Debug|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Debug|Win32.Build.0 = Debug|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Analysis|Win32.Build.0 = Analysis|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Release|Win32.ActiveCfg = Release|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Release|Win32.Build.0 = Release|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Debug|x64.ActiveCfg = Debug|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Debug|x64.Build.0 = Debug|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Analysis|x64.ActiveCfg = Analysis|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Analysis|x64.Build.0 = Analysis|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Release|x64.ActiveCfg = Release|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Release|x64.Build.0 = Release|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Debug|Win32.ActiveCfg = Debug|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Debug|Win32.Build.0 = Debug|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Analysis|Win32.Build.0 = Analysis|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Release|Win32.ActiveCfg = Release|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Release|Win32.Build.0 = Release|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Debug|x64.ActiveCfg = Debug|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Debug|x64.Build.0 = Debug|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Analysis|x64.ActiveCfg = Analysis|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Analysis|x64.Build.0 = Analysis|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Release|x64.ActiveCfg = Release|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dists/msvc10/scummvm.vcxproj b/dists/msvc10/scummvm.vcxproj new file mode 100644 index 000000000000..94b0dc5dc45b --- /dev/null +++ b/dists/msvc10/scummvm.vcxproj @@ -0,0 +1,861 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {D6467719-E9D9-4224-928B-E3DEE9796E76} + scummvm + Win32Proj + $(VCTargetsPath11) + + + + Application + v100 + + + Application + v100 + + + Application + v100 + + + Application + v100 + + + Application + v100 + + + Application + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + ProgramDatabase + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + ProgramDatabase + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + ProgramDatabase + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + ProgramDatabase + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + + + + + + + + + $(IntDir)audio_decoders_%(Filename).obj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)common_%(Filename).obj + + + + + + + + + + + + + + + + + + $(IntDir)common_%(Filename).obj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)gui_%(Filename).obj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Document + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + + + Document + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + + + + + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6} + + + {49D7168C-89BF-41A3-B983-070D4CF5F453} + + + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75} + + + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39} + + + {6883489D-1D5F-4EF4-9D83-36382AEE3420} + + + {7E94A259-312F-42C9-BC2F-E41EEEABB895} + + + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459} + + + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1} + + + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349} + + + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15} + + + {1D14CAB6-3073-489C-A533-82F9E5612D97} + + + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE} + + + {D586BD6E-8F86-416D-A914-EF9E15C576B0} + + + {4A7EA1FE-379B-412B-A174-9F79F364E55F} + + + {7D5F1F64-939E-43DC-B322-213E0014EE0B} + + + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32} + + + {0C3CD2E0-CD42-4C38-B03D-102C3175452F} + + + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501} + + + {9C25D324-734C-44FA-858B-D555E22E3AD4} + + + {8E4661D4-C3C0-4155-84A6-3B24E005886A} + + + {AF497B90-A995-4775-BB48-5089694234BA} + + + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92} + + + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4} + + + {85B35675-F3D7-4E5E-9179-E5F73462BDE5} + + + {CA28C452-8968-47EE-8C58-E49326E7B11D} + + + {F271A226-EED2-4753-BE08-E8C63BBD34E5} + + + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317} + + + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712} + + + {D080E7C2-3A86-4551-9E0B-093A9647145F} + + + {518017EE-BB11-41B5-8D69-BDF4F08554D5} + + + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079} + + + {C81161BE-6F77-42DF-977F-208BC272CDC3} + + + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996} + + + {FC70DA45-9670-43E2-A68A-62087147E029} + + + + + + diff --git a/dists/msvc10/scummvm.vcxproj.filters b/dists/msvc10/scummvm.vcxproj.filters new file mode 100644 index 000000000000..09fceb33e9a9 --- /dev/null +++ b/dists/msvc10/scummvm.vcxproj.filters @@ -0,0 +1,1882 @@ + + + + + C6A74CA1-400E-4BCC-8837-3104B0EA3461 + + + 4AD07F67-8098-4A88-9206-87BF5BCCBB9C + + + 36BEC47A-38F3-46A9-BB07-7D9FDB4062A5 + + + 067E85BC-8E92-4B2D-A0F7-58ED0A380AF0 + + + C8945449-F967-42BF-82F2-95B773E7E19E + + + 1BB9511C-647A-4F11-883F-43CB8C66CDDF + + + 90C8C7E9-3F7E-4D16-9E89-B4775E4C879D + + + 50D2867B-62C3-443D-AFC6-3890B3D6049E + + + 22488AF5-B828-4022-9F02-92FBCD1FE01A + + + D9A7F0A5-6E5F-4C9C-8DD8-AAA9DB135478 + + + 06AC0B72-D62A-49C9-876D-F62850B7077B + + + 69139E19-BA63-4533-8968-262B3B72A94D + + + E934A669-9B30-420F-8055-3AE9A37EABA2 + + + 561D73A5-8263-42BF-941D-6B706E48559C + + + 754315B2-2CB7-4877-BE27-EE94D3E21E0F + + + 07C3299C-8342-43CC-8DDD-C015564C271B + + + D6029CE1-5983-4A83-8EA2-246B29165A66 + + + D18E04F9-3A54-429E-AB4F-35FADE30573F + + + 30F05B70-9B35-4A22-B707-F228EB2FFE6B + + + 8CE22921-3B21-40DC-95C9-846093770045 + + + 16504CF5-C0B4-4509-B679-7421AEAD25CD + + + 999E9AE6-DA2F-421F-9DD5-0F54F103BBE2 + + + 566326D7-1A51-489E-876D-CD365E83C021 + + + 6D957811-BC84-4887-B4AF-C4D8C677D8A9 + + + 546C134A-CE0E-4330-AD1E-EF9F7F190E72 + + + 8C33F5B9-A0FE-4196-B982-92665E696B4C + + + 82C6B0C8-3F8C-4A5C-87C3-A02703B83EF0 + + + D5993980-4524-4F7B-ACEB-442A0D7E2741 + + + BF828202-8316-4FA7-9116-2EE07BE95B29 + + + 9F9C18BD-F2BE-4BBE-A42C-39F8EF4220BC + + + ECC8D698-8B88-4426-AA08-ECF5C381320B + + + 818B8C06-1567-410F-916B-2F2A0CADC9CB + + + 97635D8A-7A3B-4018-80E9-0999B90863A2 + + + 49198CAA-4D95-4D1E-8417-B825EF51B9AF + + + BF42E8C6-3982-4C93-A256-CC98B315452D + + + 8A52139D-68F0-45C0-AC03-078C6F9B62F4 + + + 78C27A8A-E565-41AF-80E1-6FA166BE633C + + + E10CED88-687E-467E-A63E-016CD13895B9 + + + 29D87928-8DFA-4EE3-8450-7771EA6A30D8 + + + 81739AB5-DC4F-48A5-BBA2-AF644BC2DB18 + + + FB0729A3-198C-496D-B7BB-FE3A02AE7B45 + + + A4753675-044C-4844-BA64-519056B2F969 + + + F6AF47DE-10D0-4377-9666-E7BF8083EE2B + + + 1AB02E65-B9A3-4C0D-8265-6DC5F17189A7 + + + 2046E32B-157A-4C54-B993-7D3BF7BAA2C7 + + + 7833ED6D-8107-456F-A5D8-A59EB2ABCE3C + + + 64C904EA-9DC7-4211-ADBE-5E18539E913E + + + 7A0BEBCE-B56B-4113-93EF-06EEE032F970 + + + 67EDF58E-928C-400F-9AE6-4C686DBBB806 + + + E0AE3852-00A9-4319-BD64-77344377055B + + + 02CDA4CA-5AA5-4197-B085-663168D820DC + + + 20E9A791-1579-4734-BB45-2FE096CBAE99 + + + 08730576-503C-48A7-A668-9CCE61195868 + + + A6ECB8CE-290C-4B63-B18C-AF757D21EAAA + + + 3B868765-7265-48B9-888B-EF8BD153BA7A + + + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\opl + + + audio\softsynth\opl + + + audio\softsynth\opl + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + backends\audiocd\default + + + backends\audiocd\sdl + + + backends\events\default + + + backends\events\sdl + + + backends\fs\windows + + + backends\fs\windows + + + backends\fs + + + backends\fs + + + backends\graphics\opengl + + + backends\graphics\opengl + + + backends\graphics\opengl + + + backends\graphics\openglsdl + + + backends\graphics\sdl + + + backends\graphics\surfacesdl + + + backends\log + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\mixer\doublebuffersdl + + + backends\mixer\sdl + + + backends\mutex\sdl + + + backends\platform\sdl\win32 + + + backends\platform\sdl\win32 + + + backends\platform\sdl + + + backends\plugins\sdl + + + backends\plugins\win32 + + + backends\saves\default + + + backends\saves\windows + + + backends\saves + + + backends\taskbar\win32 + + + backends\timer\default + + + backends\timer\sdl + + + backends + + + backends + + + base + + + base + + + base + + + base + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + graphics + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + video + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\opl + + + audio\softsynth\opl + + + audio\softsynth\opl + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + backends\audiocd\default + + + backends\audiocd\sdl + + + backends\audiocd + + + backends\events\default + + + backends\events\sdl + + + backends\fs\windows + + + backends\fs\windows + + + backends\fs + + + backends\fs + + + backends\fs + + + backends\graphics\opengl + + + backends\graphics\opengl + + + backends\graphics\opengl + + + backends\graphics\openglsdl + + + backends\graphics\sdl + + + backends\graphics\surfacesdl + + + backends\graphics + + + backends\graphics + + + backends\log + + + backends\mixer\doublebuffersdl + + + backends\mixer\sdl + + + backends\mutex\sdl + + + backends\mutex + + + backends\platform\sdl\win32 + + + backends\platform\sdl + + + backends\platform\sdl + + + backends\plugins\sdl + + + backends\plugins\win32 + + + backends\plugins + + + backends\saves\default + + + backends\saves\windows + + + backends\taskbar\win32 + + + backends\taskbar\win32 + + + backends\timer\default + + + backends\timer\sdl + + + backends + + + backends + + + base + + + base + + + base + + + base + + + base + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + graphics + + + graphics + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + video + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + + + + audio\softsynth\mt32 + + + audio + + + backends\platform\sdl + + + backends + + + base + + + common + + + engines + + + graphics + + + gui + + + icons + + + video + + + + + + + + + + + + + + dists + + + + + graphics\scaler + + + graphics\scaler + + + \ No newline at end of file diff --git a/dists/msvc10/sky.vcxproj b/dists/msvc10/sky.vcxproj new file mode 100644 index 000000000000..4a4bba96a9ef --- /dev/null +++ b/dists/msvc10/sky.vcxproj @@ -0,0 +1,142 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {85B35675-F3D7-4E5E-9179-E5F73462BDE5} + sky + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/sky.vcxproj.filters b/dists/msvc10/sky.vcxproj.filters new file mode 100644 index 000000000000..7d724c4c8b46 --- /dev/null +++ b/dists/msvc10/sky.vcxproj.filters @@ -0,0 +1,83 @@ + + + + + F5BBD6C3-9B96-46AB-857C-44442659CBE7 + + + + + music + + + music + + + music + + + music + + + music + + + music + + + + + + + + + + + + + + + + + + + + + music + + + music + + + music + + + music + + + music + + + music + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc10/sword1.vcxproj b/dists/msvc10/sword1.vcxproj new file mode 100644 index 000000000000..6b86c0191f6b --- /dev/null +++ b/dists/msvc10/sword1.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {CA28C452-8968-47EE-8C58-E49326E7B11D} + sword1 + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/sword2.vcxproj b/dists/msvc10/sword2.vcxproj new file mode 100644 index 000000000000..87d0f9ea4be6 --- /dev/null +++ b/dists/msvc10/sword2.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {F271A226-EED2-4753-BE08-E8C63BBD34E5} + sword2 + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/teenagent.vcxproj b/dists/msvc10/teenagent.vcxproj new file mode 100644 index 000000000000..4eaa2699ff7e --- /dev/null +++ b/dists/msvc10/teenagent.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317} + teenagent + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/tinsel.vcxproj b/dists/msvc10/tinsel.vcxproj new file mode 100644 index 000000000000..ab1fd332697d --- /dev/null +++ b/dists/msvc10/tinsel.vcxproj @@ -0,0 +1,216 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712} + tinsel + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ProgramDatabase + + + + + ProgramDatabase + + + + + + + + + ProgramDatabase + + + + + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/toltecs.vcxproj b/dists/msvc10/toltecs.vcxproj new file mode 100644 index 000000000000..320d302d3fff --- /dev/null +++ b/dists/msvc10/toltecs.vcxproj @@ -0,0 +1,129 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {D080E7C2-3A86-4551-9E0B-093A9647145F} + toltecs + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/tony.vcxproj b/dists/msvc10/tony.vcxproj new file mode 100644 index 000000000000..60a9e5c59f34 --- /dev/null +++ b/dists/msvc10/tony.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {518017EE-BB11-41B5-8D69-BDF4F08554D5} + tony + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ProgramDatabase + + + + + ProgramDatabase + + + + + + + + + ProgramDatabase + + + + + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/tony.vcxproj.filters b/dists/msvc10/tony.vcxproj.filters new file mode 100644 index 000000000000..2a0821f2aeb6 --- /dev/null +++ b/dists/msvc10/tony.vcxproj.filters @@ -0,0 +1,87 @@ + + + + + 583DCD9A-60EC-4E6F-9358-3F9FDB6FD4F6 + + + + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + + + + + + + + + + + + + + + + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc10/toon.vcxproj b/dists/msvc10/toon.vcxproj new file mode 100644 index 000000000000..c756594907c7 --- /dev/null +++ b/dists/msvc10/toon.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079} + toon + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/touche.vcxproj b/dists/msvc10/touche.vcxproj new file mode 100644 index 000000000000..17f2dcb0b497 --- /dev/null +++ b/dists/msvc10/touche.vcxproj @@ -0,0 +1,112 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {C81161BE-6F77-42DF-977F-208BC272CDC3} + touche + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/tsage.vcxproj b/dists/msvc10/tsage.vcxproj new file mode 100644 index 000000000000..3f8fd1e8f3eb --- /dev/null +++ b/dists/msvc10/tsage.vcxproj @@ -0,0 +1,192 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996} + tsage + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc10/tsage.vcxproj.filters b/dists/msvc10/tsage.vcxproj.filters new file mode 100644 index 000000000000..1a0d9f9380a0 --- /dev/null +++ b/dists/msvc10/tsage.vcxproj.filters @@ -0,0 +1,243 @@ + + + + + 030D5B51-13EA-4AD1-AB72-187A4908B8A3 + + + 7277D7CA-C574-48D8-89CA-843BF743073C + + + 53BDCDD4-BE96-490E-9445-F0BF91B0275C + + + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + + + + + + + + + + + + + + + + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc10/tucker.vcxproj b/dists/msvc10/tucker.vcxproj new file mode 100644 index 000000000000..6923fbf262ff --- /dev/null +++ b/dists/msvc10/tucker.vcxproj @@ -0,0 +1,110 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {FC70DA45-9670-43E2-A68A-62087147E029} + tucker + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + StaticLibrary + v100 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/ScummVM_Analysis.props b/dists/msvc11/ScummVM_Analysis.props new file mode 100644 index 000000000000..be1ec589fd8c --- /dev/null +++ b/dists/msvc11/ScummVM_Analysis.props @@ -0,0 +1,29 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Analysis32 + true + + + + Disabled + WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + false + EditAndContinue + true + + + true + false + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + + + diff --git a/dists/msvc11/ScummVM_Analysis64.props b/dists/msvc11/ScummVM_Analysis64.props new file mode 100644 index 000000000000..4507b42da494 --- /dev/null +++ b/dists/msvc11/ScummVM_Analysis64.props @@ -0,0 +1,29 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Analysis64 + true + + + + Disabled + WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + false + ProgramDatabase + true + + + true + false + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + + + diff --git a/dists/msvc11/ScummVM_Debug.props b/dists/msvc11/ScummVM_Debug.props new file mode 100644 index 000000000000..19300fbbc852 --- /dev/null +++ b/dists/msvc11/ScummVM_Debug.props @@ -0,0 +1,29 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Debug32 + true + + + + Disabled + WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + false + EditAndContinue + false + + + true + false + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + + + diff --git a/dists/msvc11/ScummVM_Debug64.props b/dists/msvc11/ScummVM_Debug64.props new file mode 100644 index 000000000000..eb27facc8d9b --- /dev/null +++ b/dists/msvc11/ScummVM_Debug64.props @@ -0,0 +1,29 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Debug64 + true + + + + Disabled + WIN32;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + false + ProgramDatabase + false + + + true + false + libcmt.lib;%(IgnoreSpecificDefaultLibraries) + + + diff --git a/dists/msvc11/ScummVM_Global.props b/dists/msvc11/ScummVM_Global.props new file mode 100644 index 000000000000..4bc6935dbaac --- /dev/null +++ b/dists/msvc11/ScummVM_Global.props @@ -0,0 +1,33 @@ + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Global + $(SCUMMVM_LIBS)\bin;$(ExecutablePath) + $(SCUMMVM_LIBS)\lib\x86;$(LibraryPath) + $(SCUMMVM_LIBS)\include;$(IncludePath) + $(Configuration)32\ + $(Configuration)32/$(ProjectName)\ + + + + true + 4068;4100;4103;4127;4244;4250;4310;4345;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;;%(DisableSpecificWarnings) + $(SCUMMVM_LIBS)\include;..\..;..\..\engines;$(TargetDir);%(AdditionalIncludeDirectories) + USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_FREETYPE2;USE_BINK;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_NASM;USE_OPENGL;USE_TASKBAR;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CGE;ENABLE_CINE;ENABLE_COMPOSER;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_DREAMWEB;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HOPKINS;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LOL;ENABLE_EOB;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_PEGASUS;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOLTECS;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TONY;ENABLE_TSAGE;ENABLE_TUCKER;WIN32;SDL_BACKEND;%(PreprocessorDefinitions) + + false + Level4 + false + Default + + + %(IgnoreSpecificDefaultLibraries) + Console + WinMainCRTStartup + + + ..\..;%(AdditionalIncludeDirectories) + + + diff --git a/dists/msvc11/ScummVM_Global64.props b/dists/msvc11/ScummVM_Global64.props new file mode 100644 index 000000000000..00f10c3bc472 --- /dev/null +++ b/dists/msvc11/ScummVM_Global64.props @@ -0,0 +1,33 @@ + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Global + $(SCUMMVM_LIBS)\bin;$(ExecutablePath) + $(SCUMMVM_LIBS)\lib\x64;$(LibraryPath) + $(SCUMMVM_LIBS)\include;$(IncludePath) + $(Configuration)64\ + $(Configuration)64/$(ProjectName)\ + + + + true + 4068;4100;4103;4127;4244;4250;4310;4345;4351;4512;4702;4706;4800;4996;6204;6211;6385;6386;;%(DisableSpecificWarnings) + $(SCUMMVM_LIBS)\include;..\..;..\..\engines;$(TargetDir);%(AdditionalIncludeDirectories) + USE_ZLIB;USE_MAD;USE_VORBIS;USE_FLAC;USE_PNG;USE_THEORADEC;USE_FREETYPE2;USE_BINK;USE_SCALERS;USE_HQ_SCALERS;USE_RGB_COLOR;USE_MT32EMU;USE_OPENGL;USE_TASKBAR;USE_TRANSLATION;USE_DETECTLANG;ENABLE_SCUMM;ENABLE_SCUMM_7_8;ENABLE_HE;ENABLE_AGI;ENABLE_AGOS;ENABLE_AGOS2;ENABLE_CGE;ENABLE_CINE;ENABLE_COMPOSER;ENABLE_CRUISE;ENABLE_DRACI;ENABLE_DRASCULA;ENABLE_DREAMWEB;ENABLE_GOB;ENABLE_GROOVIE;ENABLE_HOPKINS;ENABLE_HUGO;ENABLE_KYRA;ENABLE_LOL;ENABLE_EOB;ENABLE_LURE;ENABLE_MADE;ENABLE_MOHAWK;ENABLE_PARALLACTION;ENABLE_PEGASUS;ENABLE_QUEEN;ENABLE_SAGA;ENABLE_IHNM;ENABLE_SCI;ENABLE_SKY;ENABLE_SWORD1;ENABLE_SWORD2;ENABLE_TEENAGENT;ENABLE_TINSEL;ENABLE_TOLTECS;ENABLE_TOON;ENABLE_TOUCHE;ENABLE_TONY;ENABLE_TSAGE;ENABLE_TUCKER;WIN32;SDL_BACKEND;%(PreprocessorDefinitions) + + false + Level4 + false + Default + + + %(IgnoreSpecificDefaultLibraries) + Console + WinMainCRTStartup + + + ..\..;%(AdditionalIncludeDirectories) + + + diff --git a/dists/msvc11/ScummVM_Release.props b/dists/msvc11/ScummVM_Release.props new file mode 100644 index 000000000000..38aba684d17f --- /dev/null +++ b/dists/msvc11/ScummVM_Release.props @@ -0,0 +1,27 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Release32 + false + + + + true + true + WIN32;RELEASE_BUILD;%(PreprocessorDefinitions) + true + false + + MultiThreaded + false + + + %(IgnoreSpecificDefaultLibraries) + true + + + diff --git a/dists/msvc11/ScummVM_Release64.props b/dists/msvc11/ScummVM_Release64.props new file mode 100644 index 000000000000..9d59f4f651a7 --- /dev/null +++ b/dists/msvc11/ScummVM_Release64.props @@ -0,0 +1,27 @@ + + + + + + + <_ProjectFileVersion>10.0.40219.1 + <_PropertySheetDisplayName>ScummVM_Release64 + false + + + + true + true + WIN32;RELEASE_BUILD;%(PreprocessorDefinitions) + true + false + + MultiThreaded + false + + + %(IgnoreSpecificDefaultLibraries) + true + + + diff --git a/dists/msvc11/agi.vcxproj b/dists/msvc11/agi.vcxproj new file mode 100644 index 000000000000..837a37da9f87 --- /dev/null +++ b/dists/msvc11/agi.vcxproj @@ -0,0 +1,191 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6} + agi + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + 4510;4610;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/agos.vcxproj b/dists/msvc11/agos.vcxproj new file mode 100644 index 000000000000..d826dbfad395 --- /dev/null +++ b/dists/msvc11/agos.vcxproj @@ -0,0 +1,189 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {49D7168C-89BF-41A3-B983-070D4CF5F453} + agos + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + 4511;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/cge.vcxproj b/dists/msvc11/cge.vcxproj new file mode 100644 index 000000000000..78837a5ba229 --- /dev/null +++ b/dists/msvc11/cge.vcxproj @@ -0,0 +1,128 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75} + cge + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/cine.vcxproj b/dists/msvc11/cine.vcxproj new file mode 100644 index 000000000000..0759b2579aff --- /dev/null +++ b/dists/msvc11/cine.vcxproj @@ -0,0 +1,139 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39} + cine + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/composer.vcxproj b/dists/msvc11/composer.vcxproj new file mode 100644 index 000000000000..bb4ec7e3da57 --- /dev/null +++ b/dists/msvc11/composer.vcxproj @@ -0,0 +1,106 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {6883489D-1D5F-4EF4-9D83-36382AEE3420} + composer + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/cruise.vcxproj b/dists/msvc11/cruise.vcxproj new file mode 100644 index 000000000000..6542d01c60a3 --- /dev/null +++ b/dists/msvc11/cruise.vcxproj @@ -0,0 +1,157 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {7E94A259-312F-42C9-BC2F-E41EEEABB895} + cruise + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/draci.vcxproj b/dists/msvc11/draci.vcxproj new file mode 100644 index 000000000000..4f57c639ddd8 --- /dev/null +++ b/dists/msvc11/draci.vcxproj @@ -0,0 +1,129 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459} + draci + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/drascula.vcxproj b/dists/msvc11/drascula.vcxproj new file mode 100644 index 000000000000..102420ca8db2 --- /dev/null +++ b/dists/msvc11/drascula.vcxproj @@ -0,0 +1,115 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1} + drascula + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/dreamweb.vcxproj b/dists/msvc11/dreamweb.vcxproj new file mode 100644 index 000000000000..4e070ad25cb7 --- /dev/null +++ b/dists/msvc11/dreamweb.vcxproj @@ -0,0 +1,155 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349} + dreamweb + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + 4355;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/gob.vcxproj b/dists/msvc11/gob.vcxproj new file mode 100644 index 000000000000..55a39d2cf9eb --- /dev/null +++ b/dists/msvc11/gob.vcxproj @@ -0,0 +1,315 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15} + gob + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/gob.vcxproj.filters b/dists/msvc11/gob.vcxproj.filters new file mode 100644 index 000000000000..e75490cc57d3 --- /dev/null +++ b/dists/msvc11/gob.vcxproj.filters @@ -0,0 +1,475 @@ + + + + + 28A466EB-ABCC-4462-87E5-003E3F0D8094 + + + E79B9BD0-24AA-4AAA-BA64-3BC8A35423CA + + + 20D2674F-580B-492C-AB02-C66F8A299CF7 + + + E87EC75C-2A7D-4BA6-B347-5E06F12C06CE + + + CBB9956D-D147-44C3-B149-6001AA9BFBD8 + + + 08E99315-F599-40E8-9ED4-336FA4B154A0 + + + AC514B98-D536-48EF-B093-FD078547BB1C + + + D781AD5D-BB90-4CE6-92CF-47D7467E09CF + + + + + demos + + + demos + + + demos + + + detection + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob + + + pregob + + + pregob + + + pregob + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + save + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + demos + + + demos + + + demos + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + detection + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + minigames\geisha + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob\onceupon + + + pregob + + + pregob + + + pregob + + + pregob + + + save + + + save + + + save + + + save + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + sound + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc11/groovie.vcxproj b/dists/msvc11/groovie.vcxproj new file mode 100644 index 000000000000..e9bafd72cebb --- /dev/null +++ b/dists/msvc11/groovie.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {1D14CAB6-3073-489C-A533-82F9E5612D97} + groovie + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/hopkins.vcxproj b/dists/msvc11/hopkins.vcxproj new file mode 100644 index 000000000000..7cc281215e88 --- /dev/null +++ b/dists/msvc11/hopkins.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE} + hopkins + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/hugo.vcxproj b/dists/msvc11/hugo.vcxproj new file mode 100644 index 000000000000..f0abdae1c1a3 --- /dev/null +++ b/dists/msvc11/hugo.vcxproj @@ -0,0 +1,143 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {D586BD6E-8F86-416D-A914-EF9E15C576B0} + hugo + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/kyra.vcxproj b/dists/msvc11/kyra.vcxproj new file mode 100644 index 000000000000..389cae8ae346 --- /dev/null +++ b/dists/msvc11/kyra.vcxproj @@ -0,0 +1,286 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {4A7EA1FE-379B-412B-A174-9F79F364E55F} + kyra + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + 4355;4510;4610;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/lure.vcxproj b/dists/msvc11/lure.vcxproj new file mode 100644 index 000000000000..22199e5bb2ab --- /dev/null +++ b/dists/msvc11/lure.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {7D5F1F64-939E-43DC-B322-213E0014EE0B} + lure + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + 4189;4355;;%(DisableSpecificWarnings) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/made.vcxproj b/dists/msvc11/made.vcxproj new file mode 100644 index 000000000000..ac51aaf4d050 --- /dev/null +++ b/dists/msvc11/made.vcxproj @@ -0,0 +1,125 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32} + made + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/mohawk.vcxproj b/dists/msvc11/mohawk.vcxproj new file mode 100644 index 000000000000..4260b515410a --- /dev/null +++ b/dists/msvc11/mohawk.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {0C3CD2E0-CD42-4C38-B03D-102C3175452F} + mohawk + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/parallaction.vcxproj b/dists/msvc11/parallaction.vcxproj new file mode 100644 index 000000000000..251a622e667b --- /dev/null +++ b/dists/msvc11/parallaction.vcxproj @@ -0,0 +1,143 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501} + parallaction + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/pegasus.vcxproj b/dists/msvc11/pegasus.vcxproj new file mode 100644 index 000000000000..bf91b37ef84f --- /dev/null +++ b/dists/msvc11/pegasus.vcxproj @@ -0,0 +1,279 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {9C25D324-734C-44FA-858B-D555E22E3AD4} + pegasus + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/pegasus.vcxproj.filters b/dists/msvc11/pegasus.vcxproj.filters new file mode 100644 index 000000000000..566ccf100a51 --- /dev/null +++ b/dists/msvc11/pegasus.vcxproj.filters @@ -0,0 +1,504 @@ + + + + + 61E0C09C-D890-481B-B066-1D54A54E537A + + + B7440DEE-CFE8-471A-B5A4-61FB828D3613 + + + 61229203-8B6F-4DFA-AE3B-524A168F4CC4 + + + C45F887C-811E-4F8B-BB67-9556DE75D536 + + + 77D3B641-C9E2-4997-A00A-9206E32D34EA + + + 8E195A8A-5E4C-426B-ACFE-E2B7F9654140 + + + 71242C5C-DC7B-4E53-833E-C1507E965A3E + + + 4B603FBD-3B3B-411A-ACE2-02041768BE67 + + + EC5187AC-9D8A-4AEB-8852-419CADC576E6 + + + 499DCF1C-11AF-4E60-BD77-92CAEBF3136D + + + 86EAA7AD-D785-4DE1-AFB6-88757706483C + + + 8433B3D3-4F02-4DFB-A2F5-A3F5F839627F + + + 2239D821-4817-4DB1-9ABB-5F127E8454C6 + + + + + ai + + + ai + + + ai + + + ai + + + items + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\inventory + + + items\inventory + + + items\inventory + + + items\inventory + + + items + + + items + + + items + + + items + + + items + + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\delta + + + neighborhood\norad\delta + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\prehistoric + + + neighborhood\tsa + + + neighborhood\tsa + + + neighborhood\wsc + + + neighborhood\wsc + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + + + + + + + + + + + + + + + + + + + + + + + ai + + + ai + + + ai + + + ai + + + items + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\biochips + + + items\inventory + + + items\inventory + + + items\inventory + + + items\inventory + + + items + + + items + + + items + + + items + + + items + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\caldoria + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\mars + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad\alpha + + + neighborhood\norad + + + neighborhood\norad\delta + + + neighborhood\norad\delta + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\norad + + + neighborhood\prehistoric + + + neighborhood\tsa + + + neighborhood\tsa + + + neighborhood\wsc + + + neighborhood\wsc + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + neighborhood + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc11/queen.vcxproj b/dists/msvc11/queen.vcxproj new file mode 100644 index 000000000000..e810db98d573 --- /dev/null +++ b/dists/msvc11/queen.vcxproj @@ -0,0 +1,139 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {8E4661D4-C3C0-4155-84A6-3B24E005886A} + queen + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/saga.vcxproj b/dists/msvc11/saga.vcxproj new file mode 100644 index 000000000000..3209988d5110 --- /dev/null +++ b/dists/msvc11/saga.vcxproj @@ -0,0 +1,158 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {AF497B90-A995-4775-BB48-5089694234BA} + saga + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/sci.vcxproj b/dists/msvc11/sci.vcxproj new file mode 100644 index 000000000000..e8562a52aa21 --- /dev/null +++ b/dists/msvc11/sci.vcxproj @@ -0,0 +1,228 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92} + sci + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/sci.vcxproj.filters b/dists/msvc11/sci.vcxproj.filters new file mode 100644 index 000000000000..75debd731743 --- /dev/null +++ b/dists/msvc11/sci.vcxproj.filters @@ -0,0 +1,386 @@ + + + + + C4913DBF-894E-4B04-95E0-A258AA5FCE33 + + + A075A6FB-BB0B-49BD-A043-1AB6A7CCDA3F + + + F60DB1BD-9D89-465F-A656-62C56AEAD6F2 + + + 62BA604F-B124-4036-88C0-697D58BD9D13 + + + 5149B49F-4B14-4E0E-82B5-1D00255A25DA + + + 9F90AD8F-909E-40D6-A486-A8A1A6AB3BC9 + + + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + parser + + + parser + + + parser + + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound + + + sound + + + sound + + + sound + + + video + + + + + + + + + + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + engine + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + parser + + + sound\drivers + + + sound\drivers + + + sound\drivers + + + sound + + + sound + + + sound + + + sound + + + video + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc11/scumm.vcxproj b/dists/msvc11/scumm.vcxproj new file mode 100644 index 000000000000..3bc917862a2b --- /dev/null +++ b/dists/msvc11/scumm.vcxproj @@ -0,0 +1,291 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4} + scumm + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/scumm.vcxproj.filters b/dists/msvc11/scumm.vcxproj.filters new file mode 100644 index 000000000000..95035d7e809e --- /dev/null +++ b/dists/msvc11/scumm.vcxproj.filters @@ -0,0 +1,385 @@ + + + + + C837A84E-5F27-414B-B470-795A00C13648 + + + 28793FCD-13EA-42CC-A8E5-1CF5F1D03286 + + + 18E52D08-E00F-4E6D-AEE0-8CB043DA360F + + + 061C0B7E-A408-491F-A287-1B0F08D71A75 + + + AE4ED6FC-81F0-47F3-81B1-17CE8DC4F2BF + + + 99E98A65-6382-4EE1-AC4A-0EB7C11DF7EF + + + + + he\logic + + + he\logic + + + he\logic + + + he\logic + + + he\logic + + + he\logic + + + he\logic + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + insane + + + insane + + + insane + + + insane + + + insane + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + he + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + imuse_digi + + + insane + + + smush + + + smush + + + smush + + + smush + + + smush + + + smush + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc11/scummvm.sln b/dists/msvc11/scummvm.sln new file mode 100644 index 000000000000..b5735d1f8a30 --- /dev/null +++ b/dists/msvc11/scummvm.sln @@ -0,0 +1,507 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "scummvm", "scummvm.vcxproj", "{D6467719-E9D9-4224-928B-E3DEE9796E76}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "agi", "agi.vcxproj", "{0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "agos", "agos.vcxproj", "{49D7168C-89BF-41A3-B983-070D4CF5F453}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "cge", "cge.vcxproj", "{C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "cine", "cine.vcxproj", "{C7C6EFEE-49FD-4682-9009-5071E4BB3C39}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "composer", "composer.vcxproj", "{6883489D-1D5F-4EF4-9D83-36382AEE3420}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "cruise", "cruise.vcxproj", "{7E94A259-312F-42C9-BC2F-E41EEEABB895}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "draci", "draci.vcxproj", "{4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "drascula", "drascula.vcxproj", "{FA9EB491-8117-43FC-9D7E-02A2F5950CA1}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "dreamweb", "dreamweb.vcxproj", "{6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "gob", "gob.vcxproj", "{9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "groovie", "groovie.vcxproj", "{1D14CAB6-3073-489C-A533-82F9E5612D97}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "hopkins", "hopkins.vcxproj", "{E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "hugo", "hugo.vcxproj", "{D586BD6E-8F86-416D-A914-EF9E15C576B0}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "kyra", "kyra.vcxproj", "{4A7EA1FE-379B-412B-A174-9F79F364E55F}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "lure", "lure.vcxproj", "{7D5F1F64-939E-43DC-B322-213E0014EE0B}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "made", "made.vcxproj", "{28D036AB-0EEB-4005-8E2E-A9252CD1DB32}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "mohawk", "mohawk.vcxproj", "{0C3CD2E0-CD42-4C38-B03D-102C3175452F}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "parallaction", "parallaction.vcxproj", "{3C6A8AF9-09B3-45F2-9D0D-F063AB150501}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "pegasus", "pegasus.vcxproj", "{9C25D324-734C-44FA-858B-D555E22E3AD4}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "queen", "queen.vcxproj", "{8E4661D4-C3C0-4155-84A6-3B24E005886A}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "saga", "saga.vcxproj", "{AF497B90-A995-4775-BB48-5089694234BA}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "sci", "sci.vcxproj", "{2AB491C6-0E92-4DC0-A0B7-294AC8184B92}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "scumm", "scumm.vcxproj", "{FD3289C6-028B-4529-95F5-F6FDBD91B3B4}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "sky", "sky.vcxproj", "{85B35675-F3D7-4E5E-9179-E5F73462BDE5}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "sword1", "sword1.vcxproj", "{CA28C452-8968-47EE-8C58-E49326E7B11D}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "sword2", "sword2.vcxproj", "{F271A226-EED2-4753-BE08-E8C63BBD34E5}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "teenagent", "teenagent.vcxproj", "{EE189D00-E77C-4F9F-921C-0A1D0BD3F317}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "tinsel", "tinsel.vcxproj", "{6DA1DBF6-24B1-4BE0-84D1-7F418266A712}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "toltecs", "toltecs.vcxproj", "{D080E7C2-3A86-4551-9E0B-093A9647145F}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "tony", "tony.vcxproj", "{518017EE-BB11-41B5-8D69-BDF4F08554D5}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "toon", "toon.vcxproj", "{661A574D-D1F5-4AAB-96DC-9D57BCCAD079}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "touche", "touche.vcxproj", "{C81161BE-6F77-42DF-977F-208BC272CDC3}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "tsage", "tsage.vcxproj", "{53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}" +EndProject +Project("{50201697-19DA-449A-926C-DDE17B932D1B}") = "tucker", "tucker.vcxproj", "{FC70DA45-9670-43E2-A68A-62087147E029}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Analysis|Win32 = Analysis|Win32 + Release|Win32 = Release|Win32 + Debug|x64 = Debug|x64 + Analysis|x64 = Analysis|x64 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Debug|Win32.ActiveCfg = Debug|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Debug|Win32.Build.0 = Debug|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Analysis|Win32.Build.0 = Analysis|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Release|Win32.ActiveCfg = Release|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Release|Win32.Build.0 = Release|Win32 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Debug|x64.ActiveCfg = Debug|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Debug|x64.Build.0 = Debug|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Analysis|x64.ActiveCfg = Analysis|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Analysis|x64.Build.0 = Analysis|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Release|x64.ActiveCfg = Release|x64 + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6}.Release|x64.Build.0 = Release|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Debug|Win32.ActiveCfg = Debug|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Debug|Win32.Build.0 = Debug|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Analysis|Win32.Build.0 = Analysis|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Release|Win32.ActiveCfg = Release|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Release|Win32.Build.0 = Release|Win32 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Debug|x64.ActiveCfg = Debug|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Debug|x64.Build.0 = Debug|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Analysis|x64.ActiveCfg = Analysis|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Analysis|x64.Build.0 = Analysis|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Release|x64.ActiveCfg = Release|x64 + {49D7168C-89BF-41A3-B983-070D4CF5F453}.Release|x64.Build.0 = Release|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Debug|Win32.ActiveCfg = Debug|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Debug|Win32.Build.0 = Debug|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Analysis|Win32.Build.0 = Analysis|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Release|Win32.ActiveCfg = Release|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Release|Win32.Build.0 = Release|Win32 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Debug|x64.ActiveCfg = Debug|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Debug|x64.Build.0 = Debug|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Analysis|x64.ActiveCfg = Analysis|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Analysis|x64.Build.0 = Analysis|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Release|x64.ActiveCfg = Release|x64 + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75}.Release|x64.Build.0 = Release|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Debug|Win32.ActiveCfg = Debug|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Debug|Win32.Build.0 = Debug|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Analysis|Win32.Build.0 = Analysis|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Release|Win32.ActiveCfg = Release|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Release|Win32.Build.0 = Release|Win32 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Debug|x64.ActiveCfg = Debug|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Debug|x64.Build.0 = Debug|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Analysis|x64.ActiveCfg = Analysis|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Analysis|x64.Build.0 = Analysis|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Release|x64.ActiveCfg = Release|x64 + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39}.Release|x64.Build.0 = Release|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Debug|Win32.ActiveCfg = Debug|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Debug|Win32.Build.0 = Debug|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Analysis|Win32.Build.0 = Analysis|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Release|Win32.ActiveCfg = Release|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Release|Win32.Build.0 = Release|Win32 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Debug|x64.ActiveCfg = Debug|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Debug|x64.Build.0 = Debug|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Analysis|x64.ActiveCfg = Analysis|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Analysis|x64.Build.0 = Analysis|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Release|x64.ActiveCfg = Release|x64 + {6883489D-1D5F-4EF4-9D83-36382AEE3420}.Release|x64.Build.0 = Release|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Debug|Win32.ActiveCfg = Debug|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Debug|Win32.Build.0 = Debug|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Analysis|Win32.Build.0 = Analysis|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Release|Win32.ActiveCfg = Release|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Release|Win32.Build.0 = Release|Win32 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Debug|x64.ActiveCfg = Debug|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Debug|x64.Build.0 = Debug|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Analysis|x64.ActiveCfg = Analysis|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Analysis|x64.Build.0 = Analysis|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Release|x64.ActiveCfg = Release|x64 + {7E94A259-312F-42C9-BC2F-E41EEEABB895}.Release|x64.Build.0 = Release|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Debug|Win32.ActiveCfg = Debug|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Debug|Win32.Build.0 = Debug|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Analysis|Win32.Build.0 = Analysis|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Release|Win32.ActiveCfg = Release|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Release|Win32.Build.0 = Release|Win32 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Debug|x64.ActiveCfg = Debug|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Debug|x64.Build.0 = Debug|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Analysis|x64.ActiveCfg = Analysis|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Analysis|x64.Build.0 = Analysis|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Release|x64.ActiveCfg = Release|x64 + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459}.Release|x64.Build.0 = Release|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Debug|Win32.ActiveCfg = Debug|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Debug|Win32.Build.0 = Debug|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Analysis|Win32.Build.0 = Analysis|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Release|Win32.ActiveCfg = Release|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Release|Win32.Build.0 = Release|Win32 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Debug|x64.ActiveCfg = Debug|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Debug|x64.Build.0 = Debug|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Analysis|x64.ActiveCfg = Analysis|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Analysis|x64.Build.0 = Analysis|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Release|x64.ActiveCfg = Release|x64 + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1}.Release|x64.Build.0 = Release|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Debug|Win32.ActiveCfg = Debug|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Debug|Win32.Build.0 = Debug|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Analysis|Win32.Build.0 = Analysis|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Release|Win32.ActiveCfg = Release|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Release|Win32.Build.0 = Release|Win32 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Debug|x64.ActiveCfg = Debug|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Debug|x64.Build.0 = Debug|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Analysis|x64.ActiveCfg = Analysis|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Analysis|x64.Build.0 = Analysis|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Release|x64.ActiveCfg = Release|x64 + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349}.Release|x64.Build.0 = Release|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Debug|Win32.ActiveCfg = Debug|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Debug|Win32.Build.0 = Debug|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Analysis|Win32.Build.0 = Analysis|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Release|Win32.ActiveCfg = Release|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Release|Win32.Build.0 = Release|Win32 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Debug|x64.ActiveCfg = Debug|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Debug|x64.Build.0 = Debug|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Analysis|x64.ActiveCfg = Analysis|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Analysis|x64.Build.0 = Analysis|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Release|x64.ActiveCfg = Release|x64 + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15}.Release|x64.Build.0 = Release|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Debug|Win32.ActiveCfg = Debug|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Debug|Win32.Build.0 = Debug|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Analysis|Win32.Build.0 = Analysis|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Release|Win32.ActiveCfg = Release|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Release|Win32.Build.0 = Release|Win32 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Debug|x64.ActiveCfg = Debug|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Debug|x64.Build.0 = Debug|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Analysis|x64.ActiveCfg = Analysis|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Analysis|x64.Build.0 = Analysis|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Release|x64.ActiveCfg = Release|x64 + {1D14CAB6-3073-489C-A533-82F9E5612D97}.Release|x64.Build.0 = Release|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Debug|Win32.ActiveCfg = Debug|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Debug|Win32.Build.0 = Debug|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Analysis|Win32.Build.0 = Analysis|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Release|Win32.ActiveCfg = Release|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Release|Win32.Build.0 = Release|Win32 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Debug|x64.ActiveCfg = Debug|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Debug|x64.Build.0 = Debug|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Analysis|x64.ActiveCfg = Analysis|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Analysis|x64.Build.0 = Analysis|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Release|x64.ActiveCfg = Release|x64 + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE}.Release|x64.Build.0 = Release|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Debug|Win32.ActiveCfg = Debug|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Debug|Win32.Build.0 = Debug|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Analysis|Win32.Build.0 = Analysis|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Release|Win32.ActiveCfg = Release|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Release|Win32.Build.0 = Release|Win32 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Debug|x64.ActiveCfg = Debug|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Debug|x64.Build.0 = Debug|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Analysis|x64.ActiveCfg = Analysis|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Analysis|x64.Build.0 = Analysis|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Release|x64.ActiveCfg = Release|x64 + {D586BD6E-8F86-416D-A914-EF9E15C576B0}.Release|x64.Build.0 = Release|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Debug|Win32.ActiveCfg = Debug|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Debug|Win32.Build.0 = Debug|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Analysis|Win32.Build.0 = Analysis|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Release|Win32.ActiveCfg = Release|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Release|Win32.Build.0 = Release|Win32 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Debug|x64.ActiveCfg = Debug|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Debug|x64.Build.0 = Debug|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Analysis|x64.ActiveCfg = Analysis|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Analysis|x64.Build.0 = Analysis|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Release|x64.ActiveCfg = Release|x64 + {4A7EA1FE-379B-412B-A174-9F79F364E55F}.Release|x64.Build.0 = Release|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Debug|Win32.ActiveCfg = Debug|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Debug|Win32.Build.0 = Debug|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Analysis|Win32.Build.0 = Analysis|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Release|Win32.ActiveCfg = Release|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Release|Win32.Build.0 = Release|Win32 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Debug|x64.ActiveCfg = Debug|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Debug|x64.Build.0 = Debug|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Analysis|x64.ActiveCfg = Analysis|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Analysis|x64.Build.0 = Analysis|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Release|x64.ActiveCfg = Release|x64 + {7D5F1F64-939E-43DC-B322-213E0014EE0B}.Release|x64.Build.0 = Release|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Debug|Win32.ActiveCfg = Debug|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Debug|Win32.Build.0 = Debug|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Analysis|Win32.Build.0 = Analysis|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Release|Win32.ActiveCfg = Release|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Release|Win32.Build.0 = Release|Win32 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Debug|x64.ActiveCfg = Debug|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Debug|x64.Build.0 = Debug|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Analysis|x64.ActiveCfg = Analysis|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Analysis|x64.Build.0 = Analysis|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Release|x64.ActiveCfg = Release|x64 + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32}.Release|x64.Build.0 = Release|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Debug|Win32.ActiveCfg = Debug|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Debug|Win32.Build.0 = Debug|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Analysis|Win32.Build.0 = Analysis|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Release|Win32.ActiveCfg = Release|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Release|Win32.Build.0 = Release|Win32 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Debug|x64.ActiveCfg = Debug|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Debug|x64.Build.0 = Debug|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Analysis|x64.ActiveCfg = Analysis|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Analysis|x64.Build.0 = Analysis|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Release|x64.ActiveCfg = Release|x64 + {0C3CD2E0-CD42-4C38-B03D-102C3175452F}.Release|x64.Build.0 = Release|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Debug|Win32.ActiveCfg = Debug|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Debug|Win32.Build.0 = Debug|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Analysis|Win32.Build.0 = Analysis|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Release|Win32.ActiveCfg = Release|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Release|Win32.Build.0 = Release|Win32 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Debug|x64.ActiveCfg = Debug|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Debug|x64.Build.0 = Debug|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Analysis|x64.ActiveCfg = Analysis|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Analysis|x64.Build.0 = Analysis|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Release|x64.ActiveCfg = Release|x64 + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501}.Release|x64.Build.0 = Release|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Debug|Win32.ActiveCfg = Debug|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Debug|Win32.Build.0 = Debug|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Analysis|Win32.Build.0 = Analysis|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Release|Win32.ActiveCfg = Release|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Release|Win32.Build.0 = Release|Win32 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Debug|x64.ActiveCfg = Debug|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Debug|x64.Build.0 = Debug|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Analysis|x64.ActiveCfg = Analysis|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Analysis|x64.Build.0 = Analysis|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Release|x64.ActiveCfg = Release|x64 + {9C25D324-734C-44FA-858B-D555E22E3AD4}.Release|x64.Build.0 = Release|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Debug|Win32.ActiveCfg = Debug|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Debug|Win32.Build.0 = Debug|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Analysis|Win32.Build.0 = Analysis|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Release|Win32.ActiveCfg = Release|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Release|Win32.Build.0 = Release|Win32 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Debug|x64.ActiveCfg = Debug|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Debug|x64.Build.0 = Debug|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Analysis|x64.ActiveCfg = Analysis|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Analysis|x64.Build.0 = Analysis|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Release|x64.ActiveCfg = Release|x64 + {8E4661D4-C3C0-4155-84A6-3B24E005886A}.Release|x64.Build.0 = Release|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Debug|Win32.ActiveCfg = Debug|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Debug|Win32.Build.0 = Debug|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Analysis|Win32.Build.0 = Analysis|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Release|Win32.ActiveCfg = Release|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Release|Win32.Build.0 = Release|Win32 + {AF497B90-A995-4775-BB48-5089694234BA}.Debug|x64.ActiveCfg = Debug|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Debug|x64.Build.0 = Debug|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Analysis|x64.ActiveCfg = Analysis|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Analysis|x64.Build.0 = Analysis|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Release|x64.ActiveCfg = Release|x64 + {AF497B90-A995-4775-BB48-5089694234BA}.Release|x64.Build.0 = Release|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Debug|Win32.ActiveCfg = Debug|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Debug|Win32.Build.0 = Debug|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Analysis|Win32.Build.0 = Analysis|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Release|Win32.ActiveCfg = Release|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Release|Win32.Build.0 = Release|Win32 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Debug|x64.ActiveCfg = Debug|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Debug|x64.Build.0 = Debug|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Analysis|x64.ActiveCfg = Analysis|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Analysis|x64.Build.0 = Analysis|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Release|x64.ActiveCfg = Release|x64 + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92}.Release|x64.Build.0 = Release|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Debug|Win32.ActiveCfg = Debug|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Debug|Win32.Build.0 = Debug|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Analysis|Win32.Build.0 = Analysis|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Release|Win32.ActiveCfg = Release|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Release|Win32.Build.0 = Release|Win32 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Debug|x64.ActiveCfg = Debug|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Debug|x64.Build.0 = Debug|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Analysis|x64.ActiveCfg = Analysis|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Analysis|x64.Build.0 = Analysis|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Release|x64.ActiveCfg = Release|x64 + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4}.Release|x64.Build.0 = Release|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Debug|Win32.ActiveCfg = Debug|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Debug|Win32.Build.0 = Debug|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Analysis|Win32.Build.0 = Analysis|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Release|Win32.ActiveCfg = Release|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Release|Win32.Build.0 = Release|Win32 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Debug|x64.ActiveCfg = Debug|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Debug|x64.Build.0 = Debug|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Analysis|x64.ActiveCfg = Analysis|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Analysis|x64.Build.0 = Analysis|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Release|x64.ActiveCfg = Release|x64 + {D6467719-E9D9-4224-928B-E3DEE9796E76}.Release|x64.Build.0 = Release|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Debug|Win32.ActiveCfg = Debug|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Debug|Win32.Build.0 = Debug|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Analysis|Win32.Build.0 = Analysis|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Release|Win32.ActiveCfg = Release|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Release|Win32.Build.0 = Release|Win32 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Debug|x64.ActiveCfg = Debug|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Debug|x64.Build.0 = Debug|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Analysis|x64.ActiveCfg = Analysis|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Analysis|x64.Build.0 = Analysis|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Release|x64.ActiveCfg = Release|x64 + {85B35675-F3D7-4E5E-9179-E5F73462BDE5}.Release|x64.Build.0 = Release|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Debug|Win32.ActiveCfg = Debug|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Debug|Win32.Build.0 = Debug|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Analysis|Win32.Build.0 = Analysis|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Release|Win32.ActiveCfg = Release|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Release|Win32.Build.0 = Release|Win32 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Debug|x64.ActiveCfg = Debug|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Debug|x64.Build.0 = Debug|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Analysis|x64.ActiveCfg = Analysis|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Analysis|x64.Build.0 = Analysis|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Release|x64.ActiveCfg = Release|x64 + {CA28C452-8968-47EE-8C58-E49326E7B11D}.Release|x64.Build.0 = Release|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Debug|Win32.ActiveCfg = Debug|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Debug|Win32.Build.0 = Debug|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Analysis|Win32.Build.0 = Analysis|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Release|Win32.ActiveCfg = Release|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Release|Win32.Build.0 = Release|Win32 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Debug|x64.ActiveCfg = Debug|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Debug|x64.Build.0 = Debug|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Analysis|x64.ActiveCfg = Analysis|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Analysis|x64.Build.0 = Analysis|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Release|x64.ActiveCfg = Release|x64 + {F271A226-EED2-4753-BE08-E8C63BBD34E5}.Release|x64.Build.0 = Release|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Debug|Win32.ActiveCfg = Debug|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Debug|Win32.Build.0 = Debug|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Analysis|Win32.Build.0 = Analysis|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Release|Win32.ActiveCfg = Release|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Release|Win32.Build.0 = Release|Win32 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Debug|x64.ActiveCfg = Debug|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Debug|x64.Build.0 = Debug|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Analysis|x64.ActiveCfg = Analysis|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Analysis|x64.Build.0 = Analysis|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Release|x64.ActiveCfg = Release|x64 + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317}.Release|x64.Build.0 = Release|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Debug|Win32.ActiveCfg = Debug|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Debug|Win32.Build.0 = Debug|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Analysis|Win32.Build.0 = Analysis|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Release|Win32.ActiveCfg = Release|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Release|Win32.Build.0 = Release|Win32 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Debug|x64.ActiveCfg = Debug|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Debug|x64.Build.0 = Debug|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Analysis|x64.ActiveCfg = Analysis|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Analysis|x64.Build.0 = Analysis|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Release|x64.ActiveCfg = Release|x64 + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712}.Release|x64.Build.0 = Release|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Debug|Win32.ActiveCfg = Debug|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Debug|Win32.Build.0 = Debug|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Analysis|Win32.Build.0 = Analysis|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Release|Win32.ActiveCfg = Release|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Release|Win32.Build.0 = Release|Win32 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Debug|x64.ActiveCfg = Debug|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Debug|x64.Build.0 = Debug|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Analysis|x64.ActiveCfg = Analysis|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Analysis|x64.Build.0 = Analysis|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Release|x64.ActiveCfg = Release|x64 + {D080E7C2-3A86-4551-9E0B-093A9647145F}.Release|x64.Build.0 = Release|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Debug|Win32.ActiveCfg = Debug|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Debug|Win32.Build.0 = Debug|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Analysis|Win32.Build.0 = Analysis|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Release|Win32.ActiveCfg = Release|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Release|Win32.Build.0 = Release|Win32 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Debug|x64.ActiveCfg = Debug|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Debug|x64.Build.0 = Debug|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Analysis|x64.ActiveCfg = Analysis|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Analysis|x64.Build.0 = Analysis|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Release|x64.ActiveCfg = Release|x64 + {518017EE-BB11-41B5-8D69-BDF4F08554D5}.Release|x64.Build.0 = Release|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Debug|Win32.ActiveCfg = Debug|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Debug|Win32.Build.0 = Debug|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Analysis|Win32.Build.0 = Analysis|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Release|Win32.ActiveCfg = Release|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Release|Win32.Build.0 = Release|Win32 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Debug|x64.ActiveCfg = Debug|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Debug|x64.Build.0 = Debug|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Analysis|x64.ActiveCfg = Analysis|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Analysis|x64.Build.0 = Analysis|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Release|x64.ActiveCfg = Release|x64 + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079}.Release|x64.Build.0 = Release|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Debug|Win32.ActiveCfg = Debug|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Debug|Win32.Build.0 = Debug|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Analysis|Win32.Build.0 = Analysis|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Release|Win32.ActiveCfg = Release|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Release|Win32.Build.0 = Release|Win32 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Debug|x64.ActiveCfg = Debug|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Debug|x64.Build.0 = Debug|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Analysis|x64.ActiveCfg = Analysis|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Analysis|x64.Build.0 = Analysis|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Release|x64.ActiveCfg = Release|x64 + {C81161BE-6F77-42DF-977F-208BC272CDC3}.Release|x64.Build.0 = Release|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Debug|Win32.ActiveCfg = Debug|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Debug|Win32.Build.0 = Debug|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Analysis|Win32.Build.0 = Analysis|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Release|Win32.ActiveCfg = Release|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Release|Win32.Build.0 = Release|Win32 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Debug|x64.ActiveCfg = Debug|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Debug|x64.Build.0 = Debug|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Analysis|x64.ActiveCfg = Analysis|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Analysis|x64.Build.0 = Analysis|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Release|x64.ActiveCfg = Release|x64 + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996}.Release|x64.Build.0 = Release|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Debug|Win32.ActiveCfg = Debug|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Debug|Win32.Build.0 = Debug|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Analysis|Win32.Build.0 = Analysis|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Release|Win32.ActiveCfg = Release|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Release|Win32.Build.0 = Release|Win32 + {FC70DA45-9670-43E2-A68A-62087147E029}.Debug|x64.ActiveCfg = Debug|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Debug|x64.Build.0 = Debug|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Analysis|x64.ActiveCfg = Analysis|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Analysis|x64.Build.0 = Analysis|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Release|x64.ActiveCfg = Release|x64 + {FC70DA45-9670-43E2-A68A-62087147E029}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dists/msvc11/scummvm.vcxproj b/dists/msvc11/scummvm.vcxproj new file mode 100644 index 000000000000..7eb4309f8a48 --- /dev/null +++ b/dists/msvc11/scummvm.vcxproj @@ -0,0 +1,861 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {D6467719-E9D9-4224-928B-E3DEE9796E76} + scummvm + Win32Proj + $(VCTargetsPath11) + + + + Application + v110 + + + Application + v110 + + + Application + v110 + + + Application + v110 + + + Application + v110 + + + Application + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + false + ProgramDatabase + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + ProgramDatabase + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + ProgramDatabase + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + ProgramDatabase + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + false + + + $(OutDir)scummvm.exe + zlib.lib;libmad.lib;libvorbisfile_static.lib;libvorbis_static.lib;libogg_static.lib;libFLAC_static.lib;libpng.lib;libtheora_static.lib;freetype.lib;opengl32.lib;sdl.lib;winmm.lib;%(AdditionalDependencies) + + + + + + + + + + + + + $(IntDir)audio_decoders_%(Filename).obj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)common_%(Filename).obj + + + + + + + + + + + + + + + + + + $(IntDir)common_%(Filename).obj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(IntDir)gui_%(Filename).obj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Document + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + + + Document + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + nasm.exe -f win32 -g -o "$(IntDir)%(Filename).obj" "%(FullPath)" + $(IntDir)%(Filename).obj;%(Outputs) + + + + + {0A2AE9AF-4B19-403A-9FEF-61DEF2253DD6} + + + {49D7168C-89BF-41A3-B983-070D4CF5F453} + + + {C03618C8-AD8F-4633-B1F6-E8BC8EBE7C75} + + + {C7C6EFEE-49FD-4682-9009-5071E4BB3C39} + + + {6883489D-1D5F-4EF4-9D83-36382AEE3420} + + + {7E94A259-312F-42C9-BC2F-E41EEEABB895} + + + {4FFA0F0A-FB38-4783-AA4C-355F8CA1A459} + + + {FA9EB491-8117-43FC-9D7E-02A2F5950CA1} + + + {6A06A1ED-7241-4C2C-BDDD-96E6BABFC349} + + + {9B08F6B5-F3C2-4B3A-95CA-480D8EB69B15} + + + {1D14CAB6-3073-489C-A533-82F9E5612D97} + + + {E4E2E176-486C-4A4A-A608-9FB3BA9C93FE} + + + {D586BD6E-8F86-416D-A914-EF9E15C576B0} + + + {4A7EA1FE-379B-412B-A174-9F79F364E55F} + + + {7D5F1F64-939E-43DC-B322-213E0014EE0B} + + + {28D036AB-0EEB-4005-8E2E-A9252CD1DB32} + + + {0C3CD2E0-CD42-4C38-B03D-102C3175452F} + + + {3C6A8AF9-09B3-45F2-9D0D-F063AB150501} + + + {9C25D324-734C-44FA-858B-D555E22E3AD4} + + + {8E4661D4-C3C0-4155-84A6-3B24E005886A} + + + {AF497B90-A995-4775-BB48-5089694234BA} + + + {2AB491C6-0E92-4DC0-A0B7-294AC8184B92} + + + {FD3289C6-028B-4529-95F5-F6FDBD91B3B4} + + + {85B35675-F3D7-4E5E-9179-E5F73462BDE5} + + + {CA28C452-8968-47EE-8C58-E49326E7B11D} + + + {F271A226-EED2-4753-BE08-E8C63BBD34E5} + + + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317} + + + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712} + + + {D080E7C2-3A86-4551-9E0B-093A9647145F} + + + {518017EE-BB11-41B5-8D69-BDF4F08554D5} + + + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079} + + + {C81161BE-6F77-42DF-977F-208BC272CDC3} + + + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996} + + + {FC70DA45-9670-43E2-A68A-62087147E029} + + + + + + diff --git a/dists/msvc11/scummvm.vcxproj.filters b/dists/msvc11/scummvm.vcxproj.filters new file mode 100644 index 000000000000..09fceb33e9a9 --- /dev/null +++ b/dists/msvc11/scummvm.vcxproj.filters @@ -0,0 +1,1882 @@ + + + + + C6A74CA1-400E-4BCC-8837-3104B0EA3461 + + + 4AD07F67-8098-4A88-9206-87BF5BCCBB9C + + + 36BEC47A-38F3-46A9-BB07-7D9FDB4062A5 + + + 067E85BC-8E92-4B2D-A0F7-58ED0A380AF0 + + + C8945449-F967-42BF-82F2-95B773E7E19E + + + 1BB9511C-647A-4F11-883F-43CB8C66CDDF + + + 90C8C7E9-3F7E-4D16-9E89-B4775E4C879D + + + 50D2867B-62C3-443D-AFC6-3890B3D6049E + + + 22488AF5-B828-4022-9F02-92FBCD1FE01A + + + D9A7F0A5-6E5F-4C9C-8DD8-AAA9DB135478 + + + 06AC0B72-D62A-49C9-876D-F62850B7077B + + + 69139E19-BA63-4533-8968-262B3B72A94D + + + E934A669-9B30-420F-8055-3AE9A37EABA2 + + + 561D73A5-8263-42BF-941D-6B706E48559C + + + 754315B2-2CB7-4877-BE27-EE94D3E21E0F + + + 07C3299C-8342-43CC-8DDD-C015564C271B + + + D6029CE1-5983-4A83-8EA2-246B29165A66 + + + D18E04F9-3A54-429E-AB4F-35FADE30573F + + + 30F05B70-9B35-4A22-B707-F228EB2FFE6B + + + 8CE22921-3B21-40DC-95C9-846093770045 + + + 16504CF5-C0B4-4509-B679-7421AEAD25CD + + + 999E9AE6-DA2F-421F-9DD5-0F54F103BBE2 + + + 566326D7-1A51-489E-876D-CD365E83C021 + + + 6D957811-BC84-4887-B4AF-C4D8C677D8A9 + + + 546C134A-CE0E-4330-AD1E-EF9F7F190E72 + + + 8C33F5B9-A0FE-4196-B982-92665E696B4C + + + 82C6B0C8-3F8C-4A5C-87C3-A02703B83EF0 + + + D5993980-4524-4F7B-ACEB-442A0D7E2741 + + + BF828202-8316-4FA7-9116-2EE07BE95B29 + + + 9F9C18BD-F2BE-4BBE-A42C-39F8EF4220BC + + + ECC8D698-8B88-4426-AA08-ECF5C381320B + + + 818B8C06-1567-410F-916B-2F2A0CADC9CB + + + 97635D8A-7A3B-4018-80E9-0999B90863A2 + + + 49198CAA-4D95-4D1E-8417-B825EF51B9AF + + + BF42E8C6-3982-4C93-A256-CC98B315452D + + + 8A52139D-68F0-45C0-AC03-078C6F9B62F4 + + + 78C27A8A-E565-41AF-80E1-6FA166BE633C + + + E10CED88-687E-467E-A63E-016CD13895B9 + + + 29D87928-8DFA-4EE3-8450-7771EA6A30D8 + + + 81739AB5-DC4F-48A5-BBA2-AF644BC2DB18 + + + FB0729A3-198C-496D-B7BB-FE3A02AE7B45 + + + A4753675-044C-4844-BA64-519056B2F969 + + + F6AF47DE-10D0-4377-9666-E7BF8083EE2B + + + 1AB02E65-B9A3-4C0D-8265-6DC5F17189A7 + + + 2046E32B-157A-4C54-B993-7D3BF7BAA2C7 + + + 7833ED6D-8107-456F-A5D8-A59EB2ABCE3C + + + 64C904EA-9DC7-4211-ADBE-5E18539E913E + + + 7A0BEBCE-B56B-4113-93EF-06EEE032F970 + + + 67EDF58E-928C-400F-9AE6-4C686DBBB806 + + + E0AE3852-00A9-4319-BD64-77344377055B + + + 02CDA4CA-5AA5-4197-B085-663168D820DC + + + 20E9A791-1579-4734-BB45-2FE096CBAE99 + + + 08730576-503C-48A7-A668-9CCE61195868 + + + A6ECB8CE-290C-4B63-B18C-AF757D21EAAA + + + 3B868765-7265-48B9-888B-EF8BD153BA7A + + + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\opl + + + audio\softsynth\opl + + + audio\softsynth\opl + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + backends\audiocd\default + + + backends\audiocd\sdl + + + backends\events\default + + + backends\events\sdl + + + backends\fs\windows + + + backends\fs\windows + + + backends\fs + + + backends\fs + + + backends\graphics\opengl + + + backends\graphics\opengl + + + backends\graphics\opengl + + + backends\graphics\openglsdl + + + backends\graphics\sdl + + + backends\graphics\surfacesdl + + + backends\log + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\midi + + + backends\mixer\doublebuffersdl + + + backends\mixer\sdl + + + backends\mutex\sdl + + + backends\platform\sdl\win32 + + + backends\platform\sdl\win32 + + + backends\platform\sdl + + + backends\plugins\sdl + + + backends\plugins\win32 + + + backends\saves\default + + + backends\saves\windows + + + backends\saves + + + backends\taskbar\win32 + + + backends\timer\default + + + backends\timer\sdl + + + backends + + + backends + + + base + + + base + + + base + + + base + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + graphics + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + video + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\decoders + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\mods + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\fmtowns_pc98 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\mt32 + + + audio\softsynth\opl + + + audio\softsynth\opl + + + audio\softsynth\opl + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio\softsynth + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + audio + + + backends\audiocd\default + + + backends\audiocd\sdl + + + backends\audiocd + + + backends\events\default + + + backends\events\sdl + + + backends\fs\windows + + + backends\fs\windows + + + backends\fs + + + backends\fs + + + backends\fs + + + backends\graphics\opengl + + + backends\graphics\opengl + + + backends\graphics\opengl + + + backends\graphics\openglsdl + + + backends\graphics\sdl + + + backends\graphics\surfacesdl + + + backends\graphics + + + backends\graphics + + + backends\log + + + backends\mixer\doublebuffersdl + + + backends\mixer\sdl + + + backends\mutex\sdl + + + backends\mutex + + + backends\platform\sdl\win32 + + + backends\platform\sdl + + + backends\platform\sdl + + + backends\plugins\sdl + + + backends\plugins\win32 + + + backends\plugins + + + backends\saves\default + + + backends\saves\windows + + + backends\taskbar\win32 + + + backends\taskbar\win32 + + + backends\timer\default + + + backends\timer\sdl + + + backends + + + backends + + + base + + + base + + + base + + + base + + + base + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + common + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + engines + + + graphics + + + graphics + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\decoders + + + graphics\fonts + + + graphics\fonts + + + graphics\fonts + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics\scaler + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + graphics + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui\widgets + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + gui + + + video + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video\codecs + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + video + + + + + + audio\softsynth\mt32 + + + audio + + + backends\platform\sdl + + + backends + + + base + + + common + + + engines + + + graphics + + + gui + + + icons + + + video + + + + + + + + + + + + + + dists + + + + + graphics\scaler + + + graphics\scaler + + + \ No newline at end of file diff --git a/dists/msvc11/sky.vcxproj b/dists/msvc11/sky.vcxproj new file mode 100644 index 000000000000..c7461ba068d3 --- /dev/null +++ b/dists/msvc11/sky.vcxproj @@ -0,0 +1,142 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {85B35675-F3D7-4E5E-9179-E5F73462BDE5} + sky + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/sky.vcxproj.filters b/dists/msvc11/sky.vcxproj.filters new file mode 100644 index 000000000000..7d724c4c8b46 --- /dev/null +++ b/dists/msvc11/sky.vcxproj.filters @@ -0,0 +1,83 @@ + + + + + F5BBD6C3-9B96-46AB-857C-44442659CBE7 + + + + + music + + + music + + + music + + + music + + + music + + + music + + + + + + + + + + + + + + + + + + + + + music + + + music + + + music + + + music + + + music + + + music + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc11/sword1.vcxproj b/dists/msvc11/sword1.vcxproj new file mode 100644 index 000000000000..8594e6ae327e --- /dev/null +++ b/dists/msvc11/sword1.vcxproj @@ -0,0 +1,138 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {CA28C452-8968-47EE-8C58-E49326E7B11D} + sword1 + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/sword2.vcxproj b/dists/msvc11/sword2.vcxproj new file mode 100644 index 000000000000..ac2dca4a38af --- /dev/null +++ b/dists/msvc11/sword2.vcxproj @@ -0,0 +1,148 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {F271A226-EED2-4753-BE08-E8C63BBD34E5} + sword2 + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/teenagent.vcxproj b/dists/msvc11/teenagent.vcxproj new file mode 100644 index 000000000000..00ad84d00849 --- /dev/null +++ b/dists/msvc11/teenagent.vcxproj @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {EE189D00-E77C-4F9F-921C-0A1D0BD3F317} + teenagent + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/tinsel.vcxproj b/dists/msvc11/tinsel.vcxproj new file mode 100644 index 000000000000..e66539e74878 --- /dev/null +++ b/dists/msvc11/tinsel.vcxproj @@ -0,0 +1,216 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {6DA1DBF6-24B1-4BE0-84D1-7F418266A712} + tinsel + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ProgramDatabase + + + + + ProgramDatabase + + + + + + + + + ProgramDatabase + + + + + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/toltecs.vcxproj b/dists/msvc11/toltecs.vcxproj new file mode 100644 index 000000000000..de3ffc962f26 --- /dev/null +++ b/dists/msvc11/toltecs.vcxproj @@ -0,0 +1,129 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {D080E7C2-3A86-4551-9E0B-093A9647145F} + toltecs + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/tony.vcxproj b/dists/msvc11/tony.vcxproj new file mode 100644 index 000000000000..7210f5f93426 --- /dev/null +++ b/dists/msvc11/tony.vcxproj @@ -0,0 +1,172 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {518017EE-BB11-41B5-8D69-BDF4F08554D5} + tony + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ProgramDatabase + + + + + ProgramDatabase + + + + + + + + + ProgramDatabase + + + + + ProgramDatabase + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/tony.vcxproj.filters b/dists/msvc11/tony.vcxproj.filters new file mode 100644 index 000000000000..2a0821f2aeb6 --- /dev/null +++ b/dists/msvc11/tony.vcxproj.filters @@ -0,0 +1,87 @@ + + + + + 583DCD9A-60EC-4E6F-9358-3F9FDB6FD4F6 + + + + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + + + + + + + + + + + + + + + + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + mpal + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc11/toon.vcxproj b/dists/msvc11/toon.vcxproj new file mode 100644 index 000000000000..457af47e6d5c --- /dev/null +++ b/dists/msvc11/toon.vcxproj @@ -0,0 +1,137 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {661A574D-D1F5-4AAB-96DC-9D57BCCAD079} + toon + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/touche.vcxproj b/dists/msvc11/touche.vcxproj new file mode 100644 index 000000000000..8cee064b9e2e --- /dev/null +++ b/dists/msvc11/touche.vcxproj @@ -0,0 +1,112 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {C81161BE-6F77-42DF-977F-208BC272CDC3} + touche + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/tsage.vcxproj b/dists/msvc11/tsage.vcxproj new file mode 100644 index 000000000000..6c39d0ef3ab5 --- /dev/null +++ b/dists/msvc11/tsage.vcxproj @@ -0,0 +1,192 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {53B8B1DD-5D83-487D-B7F6-E57BE8AD7996} + tsage + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc11/tsage.vcxproj.filters b/dists/msvc11/tsage.vcxproj.filters new file mode 100644 index 000000000000..1a0d9f9380a0 --- /dev/null +++ b/dists/msvc11/tsage.vcxproj.filters @@ -0,0 +1,243 @@ + + + + + 030D5B51-13EA-4AD1-AB72-187A4908B8A3 + + + 7277D7CA-C574-48D8-89CA-843BF743073C + + + 53BDCDD4-BE96-490E-9445-F0BF91B0275C + + + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + + + + + + + + + + + + + + + + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + blue_force + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + ringworld2 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dists/msvc11/tucker.vcxproj b/dists/msvc11/tucker.vcxproj new file mode 100644 index 000000000000..0bad7821fc48 --- /dev/null +++ b/dists/msvc11/tucker.vcxproj @@ -0,0 +1,110 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Analysis + Win32 + + + Analysis + x64 + + + Release + Win32 + + + Release + x64 + + + + {FC70DA45-9670-43E2-A68A-62087147E029} + tucker + Win32Proj + $(VCTargetsPath11) + + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + StaticLibrary + v110 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/ScummVM_Analysis.vsprops b/dists/msvc8/ScummVM_Analysis.vsprops new file mode 100644 index 000000000000..a9bca19f0e80 --- /dev/null +++ b/dists/msvc8/ScummVM_Analysis.vsprops @@ -0,0 +1,26 @@ + + + + + diff --git a/dists/msvc8/ScummVM_Analysis64.vsprops b/dists/msvc8/ScummVM_Analysis64.vsprops new file mode 100644 index 000000000000..3e3d824738d3 --- /dev/null +++ b/dists/msvc8/ScummVM_Analysis64.vsprops @@ -0,0 +1,26 @@ + + + + + diff --git a/dists/msvc8/ScummVM_Debug.vsprops b/dists/msvc8/ScummVM_Debug.vsprops new file mode 100644 index 000000000000..5ecedf2368b8 --- /dev/null +++ b/dists/msvc8/ScummVM_Debug.vsprops @@ -0,0 +1,26 @@ + + + + + diff --git a/dists/msvc8/ScummVM_Debug64.vsprops b/dists/msvc8/ScummVM_Debug64.vsprops new file mode 100644 index 000000000000..7f7171b29290 --- /dev/null +++ b/dists/msvc8/ScummVM_Debug64.vsprops @@ -0,0 +1,26 @@ + + + + + diff --git a/dists/msvc8/ScummVM_Global.vsprops b/dists/msvc8/ScummVM_Global.vsprops new file mode 100644 index 000000000000..37baf3416533 --- /dev/null +++ b/dists/msvc8/ScummVM_Global.vsprops @@ -0,0 +1,36 @@ + + + + + + + diff --git a/dists/msvc8/ScummVM_Global64.vsprops b/dists/msvc8/ScummVM_Global64.vsprops new file mode 100644 index 000000000000..416fcffe464c --- /dev/null +++ b/dists/msvc8/ScummVM_Global64.vsprops @@ -0,0 +1,36 @@ + + + + + + + diff --git a/dists/msvc8/ScummVM_Release.vsprops b/dists/msvc8/ScummVM_Release.vsprops new file mode 100644 index 000000000000..0eb9ee73af1c --- /dev/null +++ b/dists/msvc8/ScummVM_Release.vsprops @@ -0,0 +1,25 @@ + + + + + diff --git a/dists/msvc8/ScummVM_Release64.vsprops b/dists/msvc8/ScummVM_Release64.vsprops new file mode 100644 index 000000000000..d4e0b8569a56 --- /dev/null +++ b/dists/msvc8/ScummVM_Release64.vsprops @@ -0,0 +1,25 @@ + + + + + diff --git a/dists/msvc8/agi.vcproj b/dists/msvc8/agi.vcproj new file mode 100644 index 000000000000..3aeb9e4b5915 --- /dev/null +++ b/dists/msvc8/agi.vcproj @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/agos.vcproj b/dists/msvc8/agos.vcproj new file mode 100644 index 000000000000..998ef6aca403 --- /dev/null +++ b/dists/msvc8/agos.vcproj @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/cge.vcproj b/dists/msvc8/cge.vcproj new file mode 100644 index 000000000000..4971cd47520c --- /dev/null +++ b/dists/msvc8/cge.vcproj @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/cine.vcproj b/dists/msvc8/cine.vcproj new file mode 100644 index 000000000000..ab76484dcc48 --- /dev/null +++ b/dists/msvc8/cine.vcproj @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/composer.vcproj b/dists/msvc8/composer.vcproj new file mode 100644 index 000000000000..264594eba436 --- /dev/null +++ b/dists/msvc8/composer.vcproj @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/cruise.vcproj b/dists/msvc8/cruise.vcproj new file mode 100644 index 000000000000..7542cb4f2027 --- /dev/null +++ b/dists/msvc8/cruise.vcproj @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/draci.vcproj b/dists/msvc8/draci.vcproj new file mode 100644 index 000000000000..8eb39d89ef8e --- /dev/null +++ b/dists/msvc8/draci.vcproj @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/drascula.vcproj b/dists/msvc8/drascula.vcproj new file mode 100644 index 000000000000..8a97bbfd02c6 --- /dev/null +++ b/dists/msvc8/drascula.vcproj @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/dreamweb.vcproj b/dists/msvc8/dreamweb.vcproj new file mode 100644 index 000000000000..c53ecbe3f6a1 --- /dev/null +++ b/dists/msvc8/dreamweb.vcproj @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/gob.vcproj b/dists/msvc8/gob.vcproj new file mode 100644 index 000000000000..e464bde82644 --- /dev/null +++ b/dists/msvc8/gob.vcproj @@ -0,0 +1,270 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/groovie.vcproj b/dists/msvc8/groovie.vcproj new file mode 100644 index 000000000000..164dc0b99885 --- /dev/null +++ b/dists/msvc8/groovie.vcproj @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/hopkins.vcproj b/dists/msvc8/hopkins.vcproj new file mode 100644 index 000000000000..d3ede1ad9727 --- /dev/null +++ b/dists/msvc8/hopkins.vcproj @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/hugo.vcproj b/dists/msvc8/hugo.vcproj new file mode 100644 index 000000000000..b4f5722dcba1 --- /dev/null +++ b/dists/msvc8/hugo.vcproj @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/kyra.vcproj b/dists/msvc8/kyra.vcproj new file mode 100644 index 000000000000..f4b807885d67 --- /dev/null +++ b/dists/msvc8/kyra.vcproj @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/lure.vcproj b/dists/msvc8/lure.vcproj new file mode 100644 index 000000000000..9be23957fa64 --- /dev/null +++ b/dists/msvc8/lure.vcproj @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/made.vcproj b/dists/msvc8/made.vcproj new file mode 100644 index 000000000000..d47d08ab3ac4 --- /dev/null +++ b/dists/msvc8/made.vcproj @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/mohawk.vcproj b/dists/msvc8/mohawk.vcproj new file mode 100644 index 000000000000..84d3a6e174aa --- /dev/null +++ b/dists/msvc8/mohawk.vcproj @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/parallaction.vcproj b/dists/msvc8/parallaction.vcproj new file mode 100644 index 000000000000..ad39bc4a4735 --- /dev/null +++ b/dists/msvc8/parallaction.vcproj @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/pegasus.vcproj b/dists/msvc8/pegasus.vcproj new file mode 100644 index 000000000000..2656de33b187 --- /dev/null +++ b/dists/msvc8/pegasus.vcproj @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/queen.vcproj b/dists/msvc8/queen.vcproj new file mode 100644 index 000000000000..9f2ef8435142 --- /dev/null +++ b/dists/msvc8/queen.vcproj @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/saga.vcproj b/dists/msvc8/saga.vcproj new file mode 100644 index 000000000000..f2926605cceb --- /dev/null +++ b/dists/msvc8/saga.vcproj @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/sci.vcproj b/dists/msvc8/sci.vcproj new file mode 100644 index 000000000000..e7d1c72b03fc --- /dev/null +++ b/dists/msvc8/sci.vcproj @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/scumm.vcproj b/dists/msvc8/scumm.vcproj new file mode 100644 index 000000000000..cee33c17fdfa --- /dev/null +++ b/dists/msvc8/scumm.vcproj @@ -0,0 +1,242 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/scummvm.sln b/dists/msvc8/scummvm.sln new file mode 100644 index 000000000000..57720d3d1d36 --- /dev/null +++ b/dists/msvc8/scummvm.sln @@ -0,0 +1,543 @@ +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "scummvm", "scummvm.vcproj", "{6AF1C085-0A18-4C71-AF9C-49815F050839}" + ProjectSection(ProjectDependencies) = postProject + {5E28879E-E069-494C-8669-493888715414} = {5E28879E-E069-494C-8669-493888715414} + {06CB5938-E7FD-4446-B988-4E4CA5E25370} = {06CB5938-E7FD-4446-B988-4E4CA5E25370} + {7AC5534F-7049-4A09-B411-00ADA63EF723} = {7AC5534F-7049-4A09-B411-00ADA63EF723} + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974} = {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974} + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47} = {946344EC-3EBE-423B-9D9F-FAE9D06B9C47} + {15BC5DEF-A7B7-489C-959D-1716662CC4D5} = {15BC5DEF-A7B7-489C-959D-1716662CC4D5} + {C0176F32-D201-4F62-9206-34F485EBB41C} = {C0176F32-D201-4F62-9206-34F485EBB41C} + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C} = {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C} + {6F9D7D5D-32C3-4636-9DAA-45459A19247C} = {6F9D7D5D-32C3-4636-9DAA-45459A19247C} + {5C8D9381-EBDB-4F16-A262-272A778D89B7} = {5C8D9381-EBDB-4F16-A262-272A778D89B7} + {DCF10241-D500-49AD-BEFB-D311A685B316} = {DCF10241-D500-49AD-BEFB-D311A685B316} + {4A112000-55C9-4A76-B654-A2BEE0520A7B} = {4A112000-55C9-4A76-B654-A2BEE0520A7B} + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F} = {BB1D2A8E-1ECB-42B5-9C5E-32993240009F} + {9402F650-04B1-4447-9651-2C7CBCF195DA} = {9402F650-04B1-4447-9651-2C7CBCF195DA} + {9BEEA795-3668-43B5-9184-213D3A599D9F} = {9BEEA795-3668-43B5-9184-213D3A599D9F} + {792201D5-5818-48EF-8B8C-72EE186EE73F} = {792201D5-5818-48EF-8B8C-72EE186EE73F} + {A7F62297-0679-40EF-BF3A-DE31F2A322C8} = {A7F62297-0679-40EF-BF3A-DE31F2A322C8} + {A23DB6D0-0C72-49D8-A56A-3E98F854595F} = {A23DB6D0-0C72-49D8-A56A-3E98F854595F} + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8} = {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8} + {BDB7A483-A139-42BE-8038-F8C57C920F08} = {BDB7A483-A139-42BE-8038-F8C57C920F08} + {68351D50-FDE8-43BB-8356-DA9917CBAF11} = {68351D50-FDE8-43BB-8356-DA9917CBAF11} + {C219959F-623A-423B-8CB3-E2A53C2D079A} = {C219959F-623A-423B-8CB3-E2A53C2D079A} + {FD10C851-7953-497B-A707-9479E888A62D} = {FD10C851-7953-497B-A707-9479E888A62D} + {47DAA401-23D1-45A9-9B0A-513836B07624} = {47DAA401-23D1-45A9-9B0A-513836B07624} + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5} = {9F27463E-5F81-4F30-9C56-4F0E155C4EE5} + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7} = {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7} + {DCEEE4B3-DA02-491A-9FF4-C047594046C2} = {DCEEE4B3-DA02-491A-9FF4-C047594046C2} + {5EA450F5-48A9-4B63-B015-D1B87947AEE1} = {5EA450F5-48A9-4B63-B015-D1B87947AEE1} + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C} = {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C} + {16488647-1EB2-487A-A63F-00CBE4DB34E2} = {16488647-1EB2-487A-A63F-00CBE4DB34E2} + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3} = {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3} + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9} = {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9} + {D61AC7D9-C4CA-496F-8671-206A77B30242} = {D61AC7D9-C4CA-496F-8671-206A77B30242} + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA} = {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA} + EndProjectSection +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "agi", "agi.vcproj", "{5E28879E-E069-494C-8669-493888715414}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "agos", "agos.vcproj", "{06CB5938-E7FD-4446-B988-4E4CA5E25370}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "cge", "cge.vcproj", "{7AC5534F-7049-4A09-B411-00ADA63EF723}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "cine", "cine.vcproj", "{CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "composer", "composer.vcproj", "{946344EC-3EBE-423B-9D9F-FAE9D06B9C47}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "cruise", "cruise.vcproj", "{15BC5DEF-A7B7-489C-959D-1716662CC4D5}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "draci", "draci.vcproj", "{C0176F32-D201-4F62-9206-34F485EBB41C}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "drascula", "drascula.vcproj", "{CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "dreamweb", "dreamweb.vcproj", "{6F9D7D5D-32C3-4636-9DAA-45459A19247C}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "gob", "gob.vcproj", "{5C8D9381-EBDB-4F16-A262-272A778D89B7}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "groovie", "groovie.vcproj", "{DCF10241-D500-49AD-BEFB-D311A685B316}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "hopkins", "hopkins.vcproj", "{4A112000-55C9-4A76-B654-A2BEE0520A7B}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "hugo", "hugo.vcproj", "{BB1D2A8E-1ECB-42B5-9C5E-32993240009F}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "kyra", "kyra.vcproj", "{9402F650-04B1-4447-9651-2C7CBCF195DA}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "lure", "lure.vcproj", "{9BEEA795-3668-43B5-9184-213D3A599D9F}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "made", "made.vcproj", "{792201D5-5818-48EF-8B8C-72EE186EE73F}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "mohawk", "mohawk.vcproj", "{A7F62297-0679-40EF-BF3A-DE31F2A322C8}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "parallaction", "parallaction.vcproj", "{A23DB6D0-0C72-49D8-A56A-3E98F854595F}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "pegasus", "pegasus.vcproj", "{8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "queen", "queen.vcproj", "{BDB7A483-A139-42BE-8038-F8C57C920F08}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "saga", "saga.vcproj", "{68351D50-FDE8-43BB-8356-DA9917CBAF11}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "sci", "sci.vcproj", "{C219959F-623A-423B-8CB3-E2A53C2D079A}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "scumm", "scumm.vcproj", "{FD10C851-7953-497B-A707-9479E888A62D}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "sky", "sky.vcproj", "{47DAA401-23D1-45A9-9B0A-513836B07624}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "sword1", "sword1.vcproj", "{9F27463E-5F81-4F30-9C56-4F0E155C4EE5}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "sword2", "sword2.vcproj", "{90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "teenagent", "teenagent.vcproj", "{DCEEE4B3-DA02-491A-9FF4-C047594046C2}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "tinsel", "tinsel.vcproj", "{5EA450F5-48A9-4B63-B015-D1B87947AEE1}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "toltecs", "toltecs.vcproj", "{77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "tony", "tony.vcproj", "{16488647-1EB2-487A-A63F-00CBE4DB34E2}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "toon", "toon.vcproj", "{B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "touche", "touche.vcproj", "{A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "tsage", "tsage.vcproj", "{D61AC7D9-C4CA-496F-8671-206A77B30242}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "tucker", "tucker.vcproj", "{8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Analysis|Win32 = Analysis|Win32 + Release|Win32 = Release|Win32 + Debug|x64 = Debug|x64 + Analysis|x64 = Analysis|x64 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5E28879E-E069-494C-8669-493888715414}.Debug|Win32.ActiveCfg = Debug|Win32 + {5E28879E-E069-494C-8669-493888715414}.Debug|Win32.Build.0 = Debug|Win32 + {5E28879E-E069-494C-8669-493888715414}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {5E28879E-E069-494C-8669-493888715414}.Analysis|Win32.Build.0 = Analysis|Win32 + {5E28879E-E069-494C-8669-493888715414}.Release|Win32.ActiveCfg = Release|Win32 + {5E28879E-E069-494C-8669-493888715414}.Release|Win32.Build.0 = Release|Win32 + {5E28879E-E069-494C-8669-493888715414}.Debug|x64.ActiveCfg = Debug|x64 + {5E28879E-E069-494C-8669-493888715414}.Debug|x64.Build.0 = Debug|x64 + {5E28879E-E069-494C-8669-493888715414}.Analysis|x64.ActiveCfg = Analysis|x64 + {5E28879E-E069-494C-8669-493888715414}.Analysis|x64.Build.0 = Analysis|x64 + {5E28879E-E069-494C-8669-493888715414}.Release|x64.ActiveCfg = Release|x64 + {5E28879E-E069-494C-8669-493888715414}.Release|x64.Build.0 = Release|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Debug|Win32.ActiveCfg = Debug|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Debug|Win32.Build.0 = Debug|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Analysis|Win32.Build.0 = Analysis|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Release|Win32.ActiveCfg = Release|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Release|Win32.Build.0 = Release|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Debug|x64.ActiveCfg = Debug|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Debug|x64.Build.0 = Debug|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Analysis|x64.ActiveCfg = Analysis|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Analysis|x64.Build.0 = Analysis|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Release|x64.ActiveCfg = Release|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Release|x64.Build.0 = Release|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Debug|Win32.ActiveCfg = Debug|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Debug|Win32.Build.0 = Debug|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Analysis|Win32.Build.0 = Analysis|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Release|Win32.ActiveCfg = Release|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Release|Win32.Build.0 = Release|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Debug|x64.ActiveCfg = Debug|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Debug|x64.Build.0 = Debug|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Analysis|x64.ActiveCfg = Analysis|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Analysis|x64.Build.0 = Analysis|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Release|x64.ActiveCfg = Release|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Release|x64.Build.0 = Release|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Debug|Win32.ActiveCfg = Debug|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Debug|Win32.Build.0 = Debug|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Analysis|Win32.Build.0 = Analysis|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Release|Win32.ActiveCfg = Release|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Release|Win32.Build.0 = Release|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Debug|x64.ActiveCfg = Debug|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Debug|x64.Build.0 = Debug|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Analysis|x64.ActiveCfg = Analysis|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Analysis|x64.Build.0 = Analysis|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Release|x64.ActiveCfg = Release|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Release|x64.Build.0 = Release|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Debug|Win32.ActiveCfg = Debug|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Debug|Win32.Build.0 = Debug|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Analysis|Win32.Build.0 = Analysis|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Release|Win32.ActiveCfg = Release|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Release|Win32.Build.0 = Release|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Debug|x64.ActiveCfg = Debug|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Debug|x64.Build.0 = Debug|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Analysis|x64.ActiveCfg = Analysis|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Analysis|x64.Build.0 = Analysis|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Release|x64.ActiveCfg = Release|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Release|x64.Build.0 = Release|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Debug|Win32.ActiveCfg = Debug|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Debug|Win32.Build.0 = Debug|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Analysis|Win32.Build.0 = Analysis|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Release|Win32.ActiveCfg = Release|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Release|Win32.Build.0 = Release|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Debug|x64.ActiveCfg = Debug|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Debug|x64.Build.0 = Debug|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Analysis|x64.ActiveCfg = Analysis|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Analysis|x64.Build.0 = Analysis|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Release|x64.ActiveCfg = Release|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Release|x64.Build.0 = Release|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Debug|Win32.ActiveCfg = Debug|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Debug|Win32.Build.0 = Debug|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Analysis|Win32.Build.0 = Analysis|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Release|Win32.ActiveCfg = Release|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Release|Win32.Build.0 = Release|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Debug|x64.ActiveCfg = Debug|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Debug|x64.Build.0 = Debug|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Analysis|x64.ActiveCfg = Analysis|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Analysis|x64.Build.0 = Analysis|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Release|x64.ActiveCfg = Release|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Release|x64.Build.0 = Release|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Debug|Win32.ActiveCfg = Debug|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Debug|Win32.Build.0 = Debug|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Analysis|Win32.Build.0 = Analysis|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Release|Win32.ActiveCfg = Release|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Release|Win32.Build.0 = Release|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Debug|x64.ActiveCfg = Debug|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Debug|x64.Build.0 = Debug|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Analysis|x64.ActiveCfg = Analysis|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Analysis|x64.Build.0 = Analysis|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Release|x64.ActiveCfg = Release|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Release|x64.Build.0 = Release|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Debug|Win32.ActiveCfg = Debug|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Debug|Win32.Build.0 = Debug|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Analysis|Win32.Build.0 = Analysis|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Release|Win32.ActiveCfg = Release|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Release|Win32.Build.0 = Release|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Debug|x64.ActiveCfg = Debug|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Debug|x64.Build.0 = Debug|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Analysis|x64.ActiveCfg = Analysis|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Analysis|x64.Build.0 = Analysis|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Release|x64.ActiveCfg = Release|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Release|x64.Build.0 = Release|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Debug|Win32.ActiveCfg = Debug|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Debug|Win32.Build.0 = Debug|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Analysis|Win32.Build.0 = Analysis|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Release|Win32.ActiveCfg = Release|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Release|Win32.Build.0 = Release|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Debug|x64.ActiveCfg = Debug|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Debug|x64.Build.0 = Debug|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Analysis|x64.ActiveCfg = Analysis|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Analysis|x64.Build.0 = Analysis|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Release|x64.ActiveCfg = Release|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Release|x64.Build.0 = Release|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Debug|Win32.ActiveCfg = Debug|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Debug|Win32.Build.0 = Debug|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Analysis|Win32.Build.0 = Analysis|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Release|Win32.ActiveCfg = Release|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Release|Win32.Build.0 = Release|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Debug|x64.ActiveCfg = Debug|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Debug|x64.Build.0 = Debug|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Analysis|x64.ActiveCfg = Analysis|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Analysis|x64.Build.0 = Analysis|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Release|x64.ActiveCfg = Release|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Release|x64.Build.0 = Release|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Debug|Win32.ActiveCfg = Debug|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Debug|Win32.Build.0 = Debug|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Analysis|Win32.Build.0 = Analysis|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Release|Win32.ActiveCfg = Release|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Release|Win32.Build.0 = Release|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Debug|x64.ActiveCfg = Debug|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Debug|x64.Build.0 = Debug|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Analysis|x64.ActiveCfg = Analysis|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Analysis|x64.Build.0 = Analysis|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Release|x64.ActiveCfg = Release|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Release|x64.Build.0 = Release|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Debug|Win32.ActiveCfg = Debug|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Debug|Win32.Build.0 = Debug|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Analysis|Win32.Build.0 = Analysis|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Release|Win32.ActiveCfg = Release|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Release|Win32.Build.0 = Release|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Debug|x64.ActiveCfg = Debug|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Debug|x64.Build.0 = Debug|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Analysis|x64.ActiveCfg = Analysis|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Analysis|x64.Build.0 = Analysis|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Release|x64.ActiveCfg = Release|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Release|x64.Build.0 = Release|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Debug|Win32.ActiveCfg = Debug|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Debug|Win32.Build.0 = Debug|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Analysis|Win32.Build.0 = Analysis|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Release|Win32.ActiveCfg = Release|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Release|Win32.Build.0 = Release|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Debug|x64.ActiveCfg = Debug|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Debug|x64.Build.0 = Debug|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Analysis|x64.ActiveCfg = Analysis|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Analysis|x64.Build.0 = Analysis|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Release|x64.ActiveCfg = Release|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Release|x64.Build.0 = Release|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Debug|Win32.ActiveCfg = Debug|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Debug|Win32.Build.0 = Debug|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Analysis|Win32.Build.0 = Analysis|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Release|Win32.ActiveCfg = Release|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Release|Win32.Build.0 = Release|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Debug|x64.ActiveCfg = Debug|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Debug|x64.Build.0 = Debug|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Analysis|x64.ActiveCfg = Analysis|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Analysis|x64.Build.0 = Analysis|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Release|x64.ActiveCfg = Release|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Release|x64.Build.0 = Release|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Debug|Win32.ActiveCfg = Debug|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Debug|Win32.Build.0 = Debug|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Analysis|Win32.Build.0 = Analysis|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Release|Win32.ActiveCfg = Release|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Release|Win32.Build.0 = Release|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Debug|x64.ActiveCfg = Debug|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Debug|x64.Build.0 = Debug|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Analysis|x64.ActiveCfg = Analysis|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Analysis|x64.Build.0 = Analysis|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Release|x64.ActiveCfg = Release|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Release|x64.Build.0 = Release|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Debug|Win32.ActiveCfg = Debug|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Debug|Win32.Build.0 = Debug|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Analysis|Win32.Build.0 = Analysis|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Release|Win32.ActiveCfg = Release|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Release|Win32.Build.0 = Release|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Debug|x64.ActiveCfg = Debug|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Debug|x64.Build.0 = Debug|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Analysis|x64.ActiveCfg = Analysis|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Analysis|x64.Build.0 = Analysis|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Release|x64.ActiveCfg = Release|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Release|x64.Build.0 = Release|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Debug|Win32.ActiveCfg = Debug|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Debug|Win32.Build.0 = Debug|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Analysis|Win32.Build.0 = Analysis|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Release|Win32.ActiveCfg = Release|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Release|Win32.Build.0 = Release|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Debug|x64.ActiveCfg = Debug|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Debug|x64.Build.0 = Debug|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Analysis|x64.ActiveCfg = Analysis|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Analysis|x64.Build.0 = Analysis|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Release|x64.ActiveCfg = Release|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Release|x64.Build.0 = Release|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Debug|Win32.ActiveCfg = Debug|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Debug|Win32.Build.0 = Debug|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Analysis|Win32.Build.0 = Analysis|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Release|Win32.ActiveCfg = Release|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Release|Win32.Build.0 = Release|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Debug|x64.ActiveCfg = Debug|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Debug|x64.Build.0 = Debug|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Analysis|x64.ActiveCfg = Analysis|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Analysis|x64.Build.0 = Analysis|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Release|x64.ActiveCfg = Release|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Release|x64.Build.0 = Release|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Debug|Win32.ActiveCfg = Debug|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Debug|Win32.Build.0 = Debug|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Analysis|Win32.Build.0 = Analysis|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Release|Win32.ActiveCfg = Release|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Release|Win32.Build.0 = Release|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Debug|x64.ActiveCfg = Debug|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Debug|x64.Build.0 = Debug|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Analysis|x64.ActiveCfg = Analysis|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Analysis|x64.Build.0 = Analysis|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Release|x64.ActiveCfg = Release|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Release|x64.Build.0 = Release|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Debug|Win32.ActiveCfg = Debug|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Debug|Win32.Build.0 = Debug|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Analysis|Win32.Build.0 = Analysis|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Release|Win32.ActiveCfg = Release|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Release|Win32.Build.0 = Release|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Debug|x64.ActiveCfg = Debug|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Debug|x64.Build.0 = Debug|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Analysis|x64.ActiveCfg = Analysis|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Analysis|x64.Build.0 = Analysis|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Release|x64.ActiveCfg = Release|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Release|x64.Build.0 = Release|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Debug|Win32.ActiveCfg = Debug|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Debug|Win32.Build.0 = Debug|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Analysis|Win32.Build.0 = Analysis|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Release|Win32.ActiveCfg = Release|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Release|Win32.Build.0 = Release|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Debug|x64.ActiveCfg = Debug|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Debug|x64.Build.0 = Debug|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Analysis|x64.ActiveCfg = Analysis|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Analysis|x64.Build.0 = Analysis|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Release|x64.ActiveCfg = Release|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Release|x64.Build.0 = Release|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Debug|Win32.ActiveCfg = Debug|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Debug|Win32.Build.0 = Debug|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Analysis|Win32.Build.0 = Analysis|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Release|Win32.ActiveCfg = Release|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Release|Win32.Build.0 = Release|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Debug|x64.ActiveCfg = Debug|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Debug|x64.Build.0 = Debug|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Analysis|x64.ActiveCfg = Analysis|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Analysis|x64.Build.0 = Analysis|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Release|x64.ActiveCfg = Release|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Release|x64.Build.0 = Release|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Debug|Win32.ActiveCfg = Debug|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Debug|Win32.Build.0 = Debug|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Analysis|Win32.Build.0 = Analysis|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Release|Win32.ActiveCfg = Release|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Release|Win32.Build.0 = Release|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Debug|x64.ActiveCfg = Debug|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Debug|x64.Build.0 = Debug|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Analysis|x64.ActiveCfg = Analysis|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Analysis|x64.Build.0 = Analysis|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Release|x64.ActiveCfg = Release|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Release|x64.Build.0 = Release|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Debug|Win32.ActiveCfg = Debug|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Debug|Win32.Build.0 = Debug|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Analysis|Win32.Build.0 = Analysis|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Release|Win32.ActiveCfg = Release|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Release|Win32.Build.0 = Release|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Debug|x64.ActiveCfg = Debug|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Debug|x64.Build.0 = Debug|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Analysis|x64.ActiveCfg = Analysis|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Analysis|x64.Build.0 = Analysis|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Release|x64.ActiveCfg = Release|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Release|x64.Build.0 = Release|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Debug|Win32.ActiveCfg = Debug|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Debug|Win32.Build.0 = Debug|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Analysis|Win32.Build.0 = Analysis|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Release|Win32.ActiveCfg = Release|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Release|Win32.Build.0 = Release|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Debug|x64.ActiveCfg = Debug|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Debug|x64.Build.0 = Debug|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Analysis|x64.ActiveCfg = Analysis|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Analysis|x64.Build.0 = Analysis|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Release|x64.ActiveCfg = Release|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Release|x64.Build.0 = Release|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Debug|Win32.ActiveCfg = Debug|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Debug|Win32.Build.0 = Debug|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Analysis|Win32.Build.0 = Analysis|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Release|Win32.ActiveCfg = Release|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Release|Win32.Build.0 = Release|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Debug|x64.ActiveCfg = Debug|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Debug|x64.Build.0 = Debug|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Analysis|x64.ActiveCfg = Analysis|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Analysis|x64.Build.0 = Analysis|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Release|x64.ActiveCfg = Release|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Release|x64.Build.0 = Release|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Debug|Win32.ActiveCfg = Debug|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Debug|Win32.Build.0 = Debug|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Analysis|Win32.Build.0 = Analysis|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Release|Win32.ActiveCfg = Release|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Release|Win32.Build.0 = Release|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Debug|x64.ActiveCfg = Debug|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Debug|x64.Build.0 = Debug|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Analysis|x64.ActiveCfg = Analysis|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Analysis|x64.Build.0 = Analysis|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Release|x64.ActiveCfg = Release|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Release|x64.Build.0 = Release|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Debug|Win32.ActiveCfg = Debug|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Debug|Win32.Build.0 = Debug|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Analysis|Win32.Build.0 = Analysis|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Release|Win32.ActiveCfg = Release|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Release|Win32.Build.0 = Release|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Debug|x64.ActiveCfg = Debug|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Debug|x64.Build.0 = Debug|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Analysis|x64.ActiveCfg = Analysis|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Analysis|x64.Build.0 = Analysis|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Release|x64.ActiveCfg = Release|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Release|x64.Build.0 = Release|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Debug|Win32.ActiveCfg = Debug|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Debug|Win32.Build.0 = Debug|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Analysis|Win32.Build.0 = Analysis|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Release|Win32.ActiveCfg = Release|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Release|Win32.Build.0 = Release|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Debug|x64.ActiveCfg = Debug|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Debug|x64.Build.0 = Debug|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Analysis|x64.ActiveCfg = Analysis|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Analysis|x64.Build.0 = Analysis|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Release|x64.ActiveCfg = Release|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Release|x64.Build.0 = Release|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Debug|Win32.ActiveCfg = Debug|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Debug|Win32.Build.0 = Debug|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Analysis|Win32.Build.0 = Analysis|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Release|Win32.ActiveCfg = Release|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Release|Win32.Build.0 = Release|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Debug|x64.ActiveCfg = Debug|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Debug|x64.Build.0 = Debug|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Analysis|x64.ActiveCfg = Analysis|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Analysis|x64.Build.0 = Analysis|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Release|x64.ActiveCfg = Release|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Release|x64.Build.0 = Release|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Debug|Win32.ActiveCfg = Debug|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Debug|Win32.Build.0 = Debug|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Analysis|Win32.Build.0 = Analysis|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Release|Win32.ActiveCfg = Release|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Release|Win32.Build.0 = Release|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Debug|x64.ActiveCfg = Debug|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Debug|x64.Build.0 = Debug|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Analysis|x64.ActiveCfg = Analysis|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Analysis|x64.Build.0 = Analysis|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Release|x64.ActiveCfg = Release|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Release|x64.Build.0 = Release|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Debug|Win32.ActiveCfg = Debug|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Debug|Win32.Build.0 = Debug|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Analysis|Win32.Build.0 = Analysis|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Release|Win32.ActiveCfg = Release|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Release|Win32.Build.0 = Release|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Debug|x64.ActiveCfg = Debug|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Debug|x64.Build.0 = Debug|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Analysis|x64.ActiveCfg = Analysis|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Analysis|x64.Build.0 = Analysis|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Release|x64.ActiveCfg = Release|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Release|x64.Build.0 = Release|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Debug|Win32.ActiveCfg = Debug|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Debug|Win32.Build.0 = Debug|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Analysis|Win32.Build.0 = Analysis|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Release|Win32.ActiveCfg = Release|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Release|Win32.Build.0 = Release|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Debug|x64.ActiveCfg = Debug|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Debug|x64.Build.0 = Debug|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Analysis|x64.ActiveCfg = Analysis|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Analysis|x64.Build.0 = Analysis|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Release|x64.ActiveCfg = Release|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Release|x64.Build.0 = Release|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Debug|Win32.ActiveCfg = Debug|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Debug|Win32.Build.0 = Debug|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Analysis|Win32.Build.0 = Analysis|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Release|Win32.ActiveCfg = Release|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Release|Win32.Build.0 = Release|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Debug|x64.ActiveCfg = Debug|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Debug|x64.Build.0 = Debug|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Analysis|x64.ActiveCfg = Analysis|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Analysis|x64.Build.0 = Analysis|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Release|x64.ActiveCfg = Release|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dists/msvc8/scummvm.vcproj b/dists/msvc8/scummvm.vcproj new file mode 100644 index 000000000000..3b8ef7e2de37 --- /dev/null +++ b/dists/msvc8/scummvm.vcproj @@ -0,0 +1,834 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/sky.vcproj b/dists/msvc8/sky.vcproj new file mode 100644 index 000000000000..bac22449d435 --- /dev/null +++ b/dists/msvc8/sky.vcproj @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/sword1.vcproj b/dists/msvc8/sword1.vcproj new file mode 100644 index 000000000000..7818e85cfa99 --- /dev/null +++ b/dists/msvc8/sword1.vcproj @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/sword2.vcproj b/dists/msvc8/sword2.vcproj new file mode 100644 index 000000000000..69135d258847 --- /dev/null +++ b/dists/msvc8/sword2.vcproj @@ -0,0 +1,87 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/teenagent.vcproj b/dists/msvc8/teenagent.vcproj new file mode 100644 index 000000000000..364914f5d1c9 --- /dev/null +++ b/dists/msvc8/teenagent.vcproj @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/tinsel.vcproj b/dists/msvc8/tinsel.vcproj new file mode 100644 index 000000000000..491a11cd74a2 --- /dev/null +++ b/dists/msvc8/tinsel.vcproj @@ -0,0 +1,127 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/toltecs.vcproj b/dists/msvc8/toltecs.vcproj new file mode 100644 index 000000000000..bc78583c22d2 --- /dev/null +++ b/dists/msvc8/toltecs.vcproj @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/tony.vcproj b/dists/msvc8/tony.vcproj new file mode 100644 index 000000000000..b4cb81d104cd --- /dev/null +++ b/dists/msvc8/tony.vcproj @@ -0,0 +1,85 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/toon.vcproj b/dists/msvc8/toon.vcproj new file mode 100644 index 000000000000..d0e800f18a2e --- /dev/null +++ b/dists/msvc8/toon.vcproj @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/touche.vcproj b/dists/msvc8/touche.vcproj new file mode 100644 index 000000000000..ae4ff9f80eed --- /dev/null +++ b/dists/msvc8/touche.vcproj @@ -0,0 +1,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/tsage.vcproj b/dists/msvc8/tsage.vcproj new file mode 100644 index 000000000000..9eee6bd7dec5 --- /dev/null +++ b/dists/msvc8/tsage.vcproj @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc8/tucker.vcproj b/dists/msvc8/tucker.vcproj new file mode 100644 index 000000000000..0b794083f2c6 --- /dev/null +++ b/dists/msvc8/tucker.vcproj @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/ScummVM_Analysis.vsprops b/dists/msvc9/ScummVM_Analysis.vsprops new file mode 100644 index 000000000000..a9bca19f0e80 --- /dev/null +++ b/dists/msvc9/ScummVM_Analysis.vsprops @@ -0,0 +1,26 @@ + + + + + diff --git a/dists/msvc9/ScummVM_Analysis64.vsprops b/dists/msvc9/ScummVM_Analysis64.vsprops new file mode 100644 index 000000000000..3e3d824738d3 --- /dev/null +++ b/dists/msvc9/ScummVM_Analysis64.vsprops @@ -0,0 +1,26 @@ + + + + + diff --git a/dists/msvc9/ScummVM_Debug.vsprops b/dists/msvc9/ScummVM_Debug.vsprops new file mode 100644 index 000000000000..5ecedf2368b8 --- /dev/null +++ b/dists/msvc9/ScummVM_Debug.vsprops @@ -0,0 +1,26 @@ + + + + + diff --git a/dists/msvc9/ScummVM_Debug64.vsprops b/dists/msvc9/ScummVM_Debug64.vsprops new file mode 100644 index 000000000000..7f7171b29290 --- /dev/null +++ b/dists/msvc9/ScummVM_Debug64.vsprops @@ -0,0 +1,26 @@ + + + + + diff --git a/dists/msvc9/ScummVM_Global.vsprops b/dists/msvc9/ScummVM_Global.vsprops new file mode 100644 index 000000000000..37baf3416533 --- /dev/null +++ b/dists/msvc9/ScummVM_Global.vsprops @@ -0,0 +1,36 @@ + + + + + + + diff --git a/dists/msvc9/ScummVM_Global64.vsprops b/dists/msvc9/ScummVM_Global64.vsprops new file mode 100644 index 000000000000..416fcffe464c --- /dev/null +++ b/dists/msvc9/ScummVM_Global64.vsprops @@ -0,0 +1,36 @@ + + + + + + + diff --git a/dists/msvc9/ScummVM_Release.vsprops b/dists/msvc9/ScummVM_Release.vsprops new file mode 100644 index 000000000000..0eb9ee73af1c --- /dev/null +++ b/dists/msvc9/ScummVM_Release.vsprops @@ -0,0 +1,25 @@ + + + + + diff --git a/dists/msvc9/ScummVM_Release64.vsprops b/dists/msvc9/ScummVM_Release64.vsprops new file mode 100644 index 000000000000..d4e0b8569a56 --- /dev/null +++ b/dists/msvc9/ScummVM_Release64.vsprops @@ -0,0 +1,25 @@ + + + + + diff --git a/dists/msvc9/agi.vcproj b/dists/msvc9/agi.vcproj new file mode 100644 index 000000000000..efd9a1776d85 --- /dev/null +++ b/dists/msvc9/agi.vcproj @@ -0,0 +1,101 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/agos.vcproj b/dists/msvc9/agos.vcproj new file mode 100644 index 000000000000..610b84eb3e48 --- /dev/null +++ b/dists/msvc9/agos.vcproj @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/cge.vcproj b/dists/msvc9/cge.vcproj new file mode 100644 index 000000000000..d4f60f4e6bcb --- /dev/null +++ b/dists/msvc9/cge.vcproj @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/cine.vcproj b/dists/msvc9/cine.vcproj new file mode 100644 index 000000000000..36be4cb3cbb5 --- /dev/null +++ b/dists/msvc9/cine.vcproj @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/composer.vcproj b/dists/msvc9/composer.vcproj new file mode 100644 index 000000000000..a3c87b3f03b8 --- /dev/null +++ b/dists/msvc9/composer.vcproj @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/cruise.vcproj b/dists/msvc9/cruise.vcproj new file mode 100644 index 000000000000..46f358815ec3 --- /dev/null +++ b/dists/msvc9/cruise.vcproj @@ -0,0 +1,97 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/draci.vcproj b/dists/msvc9/draci.vcproj new file mode 100644 index 000000000000..ece6b0f95dad --- /dev/null +++ b/dists/msvc9/draci.vcproj @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/drascula.vcproj b/dists/msvc9/drascula.vcproj new file mode 100644 index 000000000000..ef0a7d882cb8 --- /dev/null +++ b/dists/msvc9/drascula.vcproj @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/dreamweb.vcproj b/dists/msvc9/dreamweb.vcproj new file mode 100644 index 000000000000..cfa94f2fe8f0 --- /dev/null +++ b/dists/msvc9/dreamweb.vcproj @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/gob.vcproj b/dists/msvc9/gob.vcproj new file mode 100644 index 000000000000..857b7b1c143a --- /dev/null +++ b/dists/msvc9/gob.vcproj @@ -0,0 +1,271 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/groovie.vcproj b/dists/msvc9/groovie.vcproj new file mode 100644 index 000000000000..e22530d51457 --- /dev/null +++ b/dists/msvc9/groovie.vcproj @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/hopkins.vcproj b/dists/msvc9/hopkins.vcproj new file mode 100644 index 000000000000..ba840c82383f --- /dev/null +++ b/dists/msvc9/hopkins.vcproj @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/hugo.vcproj b/dists/msvc9/hugo.vcproj new file mode 100644 index 000000000000..ced8d0548fd5 --- /dev/null +++ b/dists/msvc9/hugo.vcproj @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/kyra.vcproj b/dists/msvc9/kyra.vcproj new file mode 100644 index 000000000000..e3527400303a --- /dev/null +++ b/dists/msvc9/kyra.vcproj @@ -0,0 +1,196 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/lure.vcproj b/dists/msvc9/lure.vcproj new file mode 100644 index 000000000000..94de0b4fc5c9 --- /dev/null +++ b/dists/msvc9/lure.vcproj @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/made.vcproj b/dists/msvc9/made.vcproj new file mode 100644 index 000000000000..38485da7e531 --- /dev/null +++ b/dists/msvc9/made.vcproj @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/mohawk.vcproj b/dists/msvc9/mohawk.vcproj new file mode 100644 index 000000000000..3ba0efe7cb44 --- /dev/null +++ b/dists/msvc9/mohawk.vcproj @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/parallaction.vcproj b/dists/msvc9/parallaction.vcproj new file mode 100644 index 000000000000..1608ce2a8119 --- /dev/null +++ b/dists/msvc9/parallaction.vcproj @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/pegasus.vcproj b/dists/msvc9/pegasus.vcproj new file mode 100644 index 000000000000..cc8076c89c3f --- /dev/null +++ b/dists/msvc9/pegasus.vcproj @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/queen.vcproj b/dists/msvc9/queen.vcproj new file mode 100644 index 000000000000..a7dc1a3f6465 --- /dev/null +++ b/dists/msvc9/queen.vcproj @@ -0,0 +1,79 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/saga.vcproj b/dists/msvc9/saga.vcproj new file mode 100644 index 000000000000..581d66314df7 --- /dev/null +++ b/dists/msvc9/saga.vcproj @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/sci.vcproj b/dists/msvc9/sci.vcproj new file mode 100644 index 000000000000..44853ccd3bec --- /dev/null +++ b/dists/msvc9/sci.vcproj @@ -0,0 +1,180 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/scumm.vcproj b/dists/msvc9/scumm.vcproj new file mode 100644 index 000000000000..e72fc5578b6a --- /dev/null +++ b/dists/msvc9/scumm.vcproj @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/scummvm.sln b/dists/msvc9/scummvm.sln new file mode 100644 index 000000000000..865cb24c57a6 --- /dev/null +++ b/dists/msvc9/scummvm.sln @@ -0,0 +1,543 @@ +Microsoft Visual Studio Solution File, Format Version 10.00 +# Visual Studio 2008 +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "scummvm", "scummvm.vcproj", "{6AF1C085-0A18-4C71-AF9C-49815F050839}" + ProjectSection(ProjectDependencies) = postProject + {5E28879E-E069-494C-8669-493888715414} = {5E28879E-E069-494C-8669-493888715414} + {06CB5938-E7FD-4446-B988-4E4CA5E25370} = {06CB5938-E7FD-4446-B988-4E4CA5E25370} + {7AC5534F-7049-4A09-B411-00ADA63EF723} = {7AC5534F-7049-4A09-B411-00ADA63EF723} + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974} = {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974} + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47} = {946344EC-3EBE-423B-9D9F-FAE9D06B9C47} + {15BC5DEF-A7B7-489C-959D-1716662CC4D5} = {15BC5DEF-A7B7-489C-959D-1716662CC4D5} + {C0176F32-D201-4F62-9206-34F485EBB41C} = {C0176F32-D201-4F62-9206-34F485EBB41C} + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C} = {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C} + {6F9D7D5D-32C3-4636-9DAA-45459A19247C} = {6F9D7D5D-32C3-4636-9DAA-45459A19247C} + {5C8D9381-EBDB-4F16-A262-272A778D89B7} = {5C8D9381-EBDB-4F16-A262-272A778D89B7} + {DCF10241-D500-49AD-BEFB-D311A685B316} = {DCF10241-D500-49AD-BEFB-D311A685B316} + {4A112000-55C9-4A76-B654-A2BEE0520A7B} = {4A112000-55C9-4A76-B654-A2BEE0520A7B} + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F} = {BB1D2A8E-1ECB-42B5-9C5E-32993240009F} + {9402F650-04B1-4447-9651-2C7CBCF195DA} = {9402F650-04B1-4447-9651-2C7CBCF195DA} + {9BEEA795-3668-43B5-9184-213D3A599D9F} = {9BEEA795-3668-43B5-9184-213D3A599D9F} + {792201D5-5818-48EF-8B8C-72EE186EE73F} = {792201D5-5818-48EF-8B8C-72EE186EE73F} + {A7F62297-0679-40EF-BF3A-DE31F2A322C8} = {A7F62297-0679-40EF-BF3A-DE31F2A322C8} + {A23DB6D0-0C72-49D8-A56A-3E98F854595F} = {A23DB6D0-0C72-49D8-A56A-3E98F854595F} + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8} = {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8} + {BDB7A483-A139-42BE-8038-F8C57C920F08} = {BDB7A483-A139-42BE-8038-F8C57C920F08} + {68351D50-FDE8-43BB-8356-DA9917CBAF11} = {68351D50-FDE8-43BB-8356-DA9917CBAF11} + {C219959F-623A-423B-8CB3-E2A53C2D079A} = {C219959F-623A-423B-8CB3-E2A53C2D079A} + {FD10C851-7953-497B-A707-9479E888A62D} = {FD10C851-7953-497B-A707-9479E888A62D} + {47DAA401-23D1-45A9-9B0A-513836B07624} = {47DAA401-23D1-45A9-9B0A-513836B07624} + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5} = {9F27463E-5F81-4F30-9C56-4F0E155C4EE5} + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7} = {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7} + {DCEEE4B3-DA02-491A-9FF4-C047594046C2} = {DCEEE4B3-DA02-491A-9FF4-C047594046C2} + {5EA450F5-48A9-4B63-B015-D1B87947AEE1} = {5EA450F5-48A9-4B63-B015-D1B87947AEE1} + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C} = {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C} + {16488647-1EB2-487A-A63F-00CBE4DB34E2} = {16488647-1EB2-487A-A63F-00CBE4DB34E2} + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3} = {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3} + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9} = {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9} + {D61AC7D9-C4CA-496F-8671-206A77B30242} = {D61AC7D9-C4CA-496F-8671-206A77B30242} + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA} = {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA} + EndProjectSection +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "agi", "agi.vcproj", "{5E28879E-E069-494C-8669-493888715414}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "agos", "agos.vcproj", "{06CB5938-E7FD-4446-B988-4E4CA5E25370}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "cge", "cge.vcproj", "{7AC5534F-7049-4A09-B411-00ADA63EF723}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "cine", "cine.vcproj", "{CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "composer", "composer.vcproj", "{946344EC-3EBE-423B-9D9F-FAE9D06B9C47}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "cruise", "cruise.vcproj", "{15BC5DEF-A7B7-489C-959D-1716662CC4D5}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "draci", "draci.vcproj", "{C0176F32-D201-4F62-9206-34F485EBB41C}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "drascula", "drascula.vcproj", "{CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "dreamweb", "dreamweb.vcproj", "{6F9D7D5D-32C3-4636-9DAA-45459A19247C}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "gob", "gob.vcproj", "{5C8D9381-EBDB-4F16-A262-272A778D89B7}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "groovie", "groovie.vcproj", "{DCF10241-D500-49AD-BEFB-D311A685B316}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "hopkins", "hopkins.vcproj", "{4A112000-55C9-4A76-B654-A2BEE0520A7B}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "hugo", "hugo.vcproj", "{BB1D2A8E-1ECB-42B5-9C5E-32993240009F}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "kyra", "kyra.vcproj", "{9402F650-04B1-4447-9651-2C7CBCF195DA}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "lure", "lure.vcproj", "{9BEEA795-3668-43B5-9184-213D3A599D9F}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "made", "made.vcproj", "{792201D5-5818-48EF-8B8C-72EE186EE73F}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "mohawk", "mohawk.vcproj", "{A7F62297-0679-40EF-BF3A-DE31F2A322C8}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "parallaction", "parallaction.vcproj", "{A23DB6D0-0C72-49D8-A56A-3E98F854595F}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "pegasus", "pegasus.vcproj", "{8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "queen", "queen.vcproj", "{BDB7A483-A139-42BE-8038-F8C57C920F08}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "saga", "saga.vcproj", "{68351D50-FDE8-43BB-8356-DA9917CBAF11}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "sci", "sci.vcproj", "{C219959F-623A-423B-8CB3-E2A53C2D079A}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "scumm", "scumm.vcproj", "{FD10C851-7953-497B-A707-9479E888A62D}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "sky", "sky.vcproj", "{47DAA401-23D1-45A9-9B0A-513836B07624}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "sword1", "sword1.vcproj", "{9F27463E-5F81-4F30-9C56-4F0E155C4EE5}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "sword2", "sword2.vcproj", "{90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "teenagent", "teenagent.vcproj", "{DCEEE4B3-DA02-491A-9FF4-C047594046C2}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "tinsel", "tinsel.vcproj", "{5EA450F5-48A9-4B63-B015-D1B87947AEE1}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "toltecs", "toltecs.vcproj", "{77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "tony", "tony.vcproj", "{16488647-1EB2-487A-A63F-00CBE4DB34E2}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "toon", "toon.vcproj", "{B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "touche", "touche.vcproj", "{A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "tsage", "tsage.vcproj", "{D61AC7D9-C4CA-496F-8671-206A77B30242}" +EndProject +Project("{3BB49D4D-FDA3-4614-A88F-9E2C383118A5}") = "tucker", "tucker.vcproj", "{8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Analysis|Win32 = Analysis|Win32 + Release|Win32 = Release|Win32 + Debug|x64 = Debug|x64 + Analysis|x64 = Analysis|x64 + Release|x64 = Release|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5E28879E-E069-494C-8669-493888715414}.Debug|Win32.ActiveCfg = Debug|Win32 + {5E28879E-E069-494C-8669-493888715414}.Debug|Win32.Build.0 = Debug|Win32 + {5E28879E-E069-494C-8669-493888715414}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {5E28879E-E069-494C-8669-493888715414}.Analysis|Win32.Build.0 = Analysis|Win32 + {5E28879E-E069-494C-8669-493888715414}.Release|Win32.ActiveCfg = Release|Win32 + {5E28879E-E069-494C-8669-493888715414}.Release|Win32.Build.0 = Release|Win32 + {5E28879E-E069-494C-8669-493888715414}.Debug|x64.ActiveCfg = Debug|x64 + {5E28879E-E069-494C-8669-493888715414}.Debug|x64.Build.0 = Debug|x64 + {5E28879E-E069-494C-8669-493888715414}.Analysis|x64.ActiveCfg = Analysis|x64 + {5E28879E-E069-494C-8669-493888715414}.Analysis|x64.Build.0 = Analysis|x64 + {5E28879E-E069-494C-8669-493888715414}.Release|x64.ActiveCfg = Release|x64 + {5E28879E-E069-494C-8669-493888715414}.Release|x64.Build.0 = Release|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Debug|Win32.ActiveCfg = Debug|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Debug|Win32.Build.0 = Debug|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Analysis|Win32.Build.0 = Analysis|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Release|Win32.ActiveCfg = Release|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Release|Win32.Build.0 = Release|Win32 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Debug|x64.ActiveCfg = Debug|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Debug|x64.Build.0 = Debug|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Analysis|x64.ActiveCfg = Analysis|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Analysis|x64.Build.0 = Analysis|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Release|x64.ActiveCfg = Release|x64 + {06CB5938-E7FD-4446-B988-4E4CA5E25370}.Release|x64.Build.0 = Release|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Debug|Win32.ActiveCfg = Debug|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Debug|Win32.Build.0 = Debug|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Analysis|Win32.Build.0 = Analysis|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Release|Win32.ActiveCfg = Release|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Release|Win32.Build.0 = Release|Win32 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Debug|x64.ActiveCfg = Debug|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Debug|x64.Build.0 = Debug|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Analysis|x64.ActiveCfg = Analysis|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Analysis|x64.Build.0 = Analysis|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Release|x64.ActiveCfg = Release|x64 + {7AC5534F-7049-4A09-B411-00ADA63EF723}.Release|x64.Build.0 = Release|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Debug|Win32.ActiveCfg = Debug|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Debug|Win32.Build.0 = Debug|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Analysis|Win32.Build.0 = Analysis|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Release|Win32.ActiveCfg = Release|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Release|Win32.Build.0 = Release|Win32 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Debug|x64.ActiveCfg = Debug|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Debug|x64.Build.0 = Debug|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Analysis|x64.ActiveCfg = Analysis|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Analysis|x64.Build.0 = Analysis|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Release|x64.ActiveCfg = Release|x64 + {CA48ABD7-57EA-4520-8A1F-C8FAF3AE7974}.Release|x64.Build.0 = Release|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Debug|Win32.ActiveCfg = Debug|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Debug|Win32.Build.0 = Debug|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Analysis|Win32.Build.0 = Analysis|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Release|Win32.ActiveCfg = Release|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Release|Win32.Build.0 = Release|Win32 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Debug|x64.ActiveCfg = Debug|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Debug|x64.Build.0 = Debug|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Analysis|x64.ActiveCfg = Analysis|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Analysis|x64.Build.0 = Analysis|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Release|x64.ActiveCfg = Release|x64 + {946344EC-3EBE-423B-9D9F-FAE9D06B9C47}.Release|x64.Build.0 = Release|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Debug|Win32.ActiveCfg = Debug|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Debug|Win32.Build.0 = Debug|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Analysis|Win32.Build.0 = Analysis|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Release|Win32.ActiveCfg = Release|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Release|Win32.Build.0 = Release|Win32 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Debug|x64.ActiveCfg = Debug|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Debug|x64.Build.0 = Debug|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Analysis|x64.ActiveCfg = Analysis|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Analysis|x64.Build.0 = Analysis|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Release|x64.ActiveCfg = Release|x64 + {15BC5DEF-A7B7-489C-959D-1716662CC4D5}.Release|x64.Build.0 = Release|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Debug|Win32.ActiveCfg = Debug|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Debug|Win32.Build.0 = Debug|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Analysis|Win32.Build.0 = Analysis|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Release|Win32.ActiveCfg = Release|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Release|Win32.Build.0 = Release|Win32 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Debug|x64.ActiveCfg = Debug|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Debug|x64.Build.0 = Debug|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Analysis|x64.ActiveCfg = Analysis|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Analysis|x64.Build.0 = Analysis|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Release|x64.ActiveCfg = Release|x64 + {C0176F32-D201-4F62-9206-34F485EBB41C}.Release|x64.Build.0 = Release|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Debug|Win32.ActiveCfg = Debug|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Debug|Win32.Build.0 = Debug|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Analysis|Win32.Build.0 = Analysis|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Release|Win32.ActiveCfg = Release|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Release|Win32.Build.0 = Release|Win32 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Debug|x64.ActiveCfg = Debug|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Debug|x64.Build.0 = Debug|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Analysis|x64.ActiveCfg = Analysis|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Analysis|x64.Build.0 = Analysis|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Release|x64.ActiveCfg = Release|x64 + {CC4DD1EA-5B68-419A-9D59-6CC95EA07E7C}.Release|x64.Build.0 = Release|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Debug|Win32.ActiveCfg = Debug|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Debug|Win32.Build.0 = Debug|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Analysis|Win32.Build.0 = Analysis|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Release|Win32.ActiveCfg = Release|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Release|Win32.Build.0 = Release|Win32 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Debug|x64.ActiveCfg = Debug|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Debug|x64.Build.0 = Debug|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Analysis|x64.ActiveCfg = Analysis|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Analysis|x64.Build.0 = Analysis|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Release|x64.ActiveCfg = Release|x64 + {6F9D7D5D-32C3-4636-9DAA-45459A19247C}.Release|x64.Build.0 = Release|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Debug|Win32.ActiveCfg = Debug|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Debug|Win32.Build.0 = Debug|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Analysis|Win32.Build.0 = Analysis|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Release|Win32.ActiveCfg = Release|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Release|Win32.Build.0 = Release|Win32 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Debug|x64.ActiveCfg = Debug|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Debug|x64.Build.0 = Debug|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Analysis|x64.ActiveCfg = Analysis|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Analysis|x64.Build.0 = Analysis|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Release|x64.ActiveCfg = Release|x64 + {5C8D9381-EBDB-4F16-A262-272A778D89B7}.Release|x64.Build.0 = Release|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Debug|Win32.ActiveCfg = Debug|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Debug|Win32.Build.0 = Debug|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Analysis|Win32.Build.0 = Analysis|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Release|Win32.ActiveCfg = Release|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Release|Win32.Build.0 = Release|Win32 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Debug|x64.ActiveCfg = Debug|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Debug|x64.Build.0 = Debug|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Analysis|x64.ActiveCfg = Analysis|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Analysis|x64.Build.0 = Analysis|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Release|x64.ActiveCfg = Release|x64 + {DCF10241-D500-49AD-BEFB-D311A685B316}.Release|x64.Build.0 = Release|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Debug|Win32.ActiveCfg = Debug|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Debug|Win32.Build.0 = Debug|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Analysis|Win32.Build.0 = Analysis|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Release|Win32.ActiveCfg = Release|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Release|Win32.Build.0 = Release|Win32 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Debug|x64.ActiveCfg = Debug|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Debug|x64.Build.0 = Debug|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Analysis|x64.ActiveCfg = Analysis|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Analysis|x64.Build.0 = Analysis|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Release|x64.ActiveCfg = Release|x64 + {4A112000-55C9-4A76-B654-A2BEE0520A7B}.Release|x64.Build.0 = Release|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Debug|Win32.ActiveCfg = Debug|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Debug|Win32.Build.0 = Debug|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Analysis|Win32.Build.0 = Analysis|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Release|Win32.ActiveCfg = Release|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Release|Win32.Build.0 = Release|Win32 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Debug|x64.ActiveCfg = Debug|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Debug|x64.Build.0 = Debug|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Analysis|x64.ActiveCfg = Analysis|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Analysis|x64.Build.0 = Analysis|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Release|x64.ActiveCfg = Release|x64 + {BB1D2A8E-1ECB-42B5-9C5E-32993240009F}.Release|x64.Build.0 = Release|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Debug|Win32.ActiveCfg = Debug|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Debug|Win32.Build.0 = Debug|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Analysis|Win32.Build.0 = Analysis|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Release|Win32.ActiveCfg = Release|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Release|Win32.Build.0 = Release|Win32 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Debug|x64.ActiveCfg = Debug|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Debug|x64.Build.0 = Debug|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Analysis|x64.ActiveCfg = Analysis|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Analysis|x64.Build.0 = Analysis|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Release|x64.ActiveCfg = Release|x64 + {9402F650-04B1-4447-9651-2C7CBCF195DA}.Release|x64.Build.0 = Release|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Debug|Win32.ActiveCfg = Debug|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Debug|Win32.Build.0 = Debug|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Analysis|Win32.Build.0 = Analysis|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Release|Win32.ActiveCfg = Release|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Release|Win32.Build.0 = Release|Win32 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Debug|x64.ActiveCfg = Debug|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Debug|x64.Build.0 = Debug|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Analysis|x64.ActiveCfg = Analysis|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Analysis|x64.Build.0 = Analysis|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Release|x64.ActiveCfg = Release|x64 + {9BEEA795-3668-43B5-9184-213D3A599D9F}.Release|x64.Build.0 = Release|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Debug|Win32.ActiveCfg = Debug|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Debug|Win32.Build.0 = Debug|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Analysis|Win32.Build.0 = Analysis|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Release|Win32.ActiveCfg = Release|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Release|Win32.Build.0 = Release|Win32 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Debug|x64.ActiveCfg = Debug|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Debug|x64.Build.0 = Debug|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Analysis|x64.ActiveCfg = Analysis|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Analysis|x64.Build.0 = Analysis|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Release|x64.ActiveCfg = Release|x64 + {792201D5-5818-48EF-8B8C-72EE186EE73F}.Release|x64.Build.0 = Release|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Debug|Win32.ActiveCfg = Debug|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Debug|Win32.Build.0 = Debug|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Analysis|Win32.Build.0 = Analysis|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Release|Win32.ActiveCfg = Release|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Release|Win32.Build.0 = Release|Win32 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Debug|x64.ActiveCfg = Debug|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Debug|x64.Build.0 = Debug|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Analysis|x64.ActiveCfg = Analysis|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Analysis|x64.Build.0 = Analysis|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Release|x64.ActiveCfg = Release|x64 + {A7F62297-0679-40EF-BF3A-DE31F2A322C8}.Release|x64.Build.0 = Release|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Debug|Win32.ActiveCfg = Debug|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Debug|Win32.Build.0 = Debug|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Analysis|Win32.Build.0 = Analysis|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Release|Win32.ActiveCfg = Release|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Release|Win32.Build.0 = Release|Win32 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Debug|x64.ActiveCfg = Debug|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Debug|x64.Build.0 = Debug|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Analysis|x64.ActiveCfg = Analysis|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Analysis|x64.Build.0 = Analysis|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Release|x64.ActiveCfg = Release|x64 + {A23DB6D0-0C72-49D8-A56A-3E98F854595F}.Release|x64.Build.0 = Release|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Debug|Win32.ActiveCfg = Debug|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Debug|Win32.Build.0 = Debug|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Analysis|Win32.Build.0 = Analysis|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Release|Win32.ActiveCfg = Release|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Release|Win32.Build.0 = Release|Win32 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Debug|x64.ActiveCfg = Debug|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Debug|x64.Build.0 = Debug|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Analysis|x64.ActiveCfg = Analysis|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Analysis|x64.Build.0 = Analysis|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Release|x64.ActiveCfg = Release|x64 + {8D8C9AD2-BF2E-4174-B7F4-81A0BD04BDF8}.Release|x64.Build.0 = Release|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Debug|Win32.ActiveCfg = Debug|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Debug|Win32.Build.0 = Debug|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Analysis|Win32.Build.0 = Analysis|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Release|Win32.ActiveCfg = Release|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Release|Win32.Build.0 = Release|Win32 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Debug|x64.ActiveCfg = Debug|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Debug|x64.Build.0 = Debug|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Analysis|x64.ActiveCfg = Analysis|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Analysis|x64.Build.0 = Analysis|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Release|x64.ActiveCfg = Release|x64 + {BDB7A483-A139-42BE-8038-F8C57C920F08}.Release|x64.Build.0 = Release|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Debug|Win32.ActiveCfg = Debug|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Debug|Win32.Build.0 = Debug|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Analysis|Win32.Build.0 = Analysis|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Release|Win32.ActiveCfg = Release|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Release|Win32.Build.0 = Release|Win32 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Debug|x64.ActiveCfg = Debug|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Debug|x64.Build.0 = Debug|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Analysis|x64.ActiveCfg = Analysis|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Analysis|x64.Build.0 = Analysis|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Release|x64.ActiveCfg = Release|x64 + {68351D50-FDE8-43BB-8356-DA9917CBAF11}.Release|x64.Build.0 = Release|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Debug|Win32.ActiveCfg = Debug|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Debug|Win32.Build.0 = Debug|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Analysis|Win32.Build.0 = Analysis|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Release|Win32.ActiveCfg = Release|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Release|Win32.Build.0 = Release|Win32 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Debug|x64.ActiveCfg = Debug|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Debug|x64.Build.0 = Debug|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Analysis|x64.ActiveCfg = Analysis|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Analysis|x64.Build.0 = Analysis|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Release|x64.ActiveCfg = Release|x64 + {C219959F-623A-423B-8CB3-E2A53C2D079A}.Release|x64.Build.0 = Release|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Debug|Win32.ActiveCfg = Debug|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Debug|Win32.Build.0 = Debug|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Analysis|Win32.Build.0 = Analysis|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Release|Win32.ActiveCfg = Release|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Release|Win32.Build.0 = Release|Win32 + {FD10C851-7953-497B-A707-9479E888A62D}.Debug|x64.ActiveCfg = Debug|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Debug|x64.Build.0 = Debug|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Analysis|x64.ActiveCfg = Analysis|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Analysis|x64.Build.0 = Analysis|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Release|x64.ActiveCfg = Release|x64 + {FD10C851-7953-497B-A707-9479E888A62D}.Release|x64.Build.0 = Release|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Debug|Win32.ActiveCfg = Debug|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Debug|Win32.Build.0 = Debug|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Analysis|Win32.Build.0 = Analysis|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Release|Win32.ActiveCfg = Release|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Release|Win32.Build.0 = Release|Win32 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Debug|x64.ActiveCfg = Debug|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Debug|x64.Build.0 = Debug|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Analysis|x64.ActiveCfg = Analysis|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Analysis|x64.Build.0 = Analysis|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Release|x64.ActiveCfg = Release|x64 + {6AF1C085-0A18-4C71-AF9C-49815F050839}.Release|x64.Build.0 = Release|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Debug|Win32.ActiveCfg = Debug|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Debug|Win32.Build.0 = Debug|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Analysis|Win32.Build.0 = Analysis|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Release|Win32.ActiveCfg = Release|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Release|Win32.Build.0 = Release|Win32 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Debug|x64.ActiveCfg = Debug|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Debug|x64.Build.0 = Debug|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Analysis|x64.ActiveCfg = Analysis|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Analysis|x64.Build.0 = Analysis|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Release|x64.ActiveCfg = Release|x64 + {47DAA401-23D1-45A9-9B0A-513836B07624}.Release|x64.Build.0 = Release|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Debug|Win32.ActiveCfg = Debug|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Debug|Win32.Build.0 = Debug|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Analysis|Win32.Build.0 = Analysis|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Release|Win32.ActiveCfg = Release|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Release|Win32.Build.0 = Release|Win32 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Debug|x64.ActiveCfg = Debug|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Debug|x64.Build.0 = Debug|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Analysis|x64.ActiveCfg = Analysis|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Analysis|x64.Build.0 = Analysis|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Release|x64.ActiveCfg = Release|x64 + {9F27463E-5F81-4F30-9C56-4F0E155C4EE5}.Release|x64.Build.0 = Release|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Debug|Win32.ActiveCfg = Debug|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Debug|Win32.Build.0 = Debug|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Analysis|Win32.Build.0 = Analysis|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Release|Win32.ActiveCfg = Release|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Release|Win32.Build.0 = Release|Win32 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Debug|x64.ActiveCfg = Debug|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Debug|x64.Build.0 = Debug|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Analysis|x64.ActiveCfg = Analysis|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Analysis|x64.Build.0 = Analysis|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Release|x64.ActiveCfg = Release|x64 + {90D0F970-648A-46F3-90B8-E6ABB5F6FAD7}.Release|x64.Build.0 = Release|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Debug|Win32.ActiveCfg = Debug|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Debug|Win32.Build.0 = Debug|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Analysis|Win32.Build.0 = Analysis|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Release|Win32.ActiveCfg = Release|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Release|Win32.Build.0 = Release|Win32 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Debug|x64.ActiveCfg = Debug|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Debug|x64.Build.0 = Debug|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Analysis|x64.ActiveCfg = Analysis|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Analysis|x64.Build.0 = Analysis|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Release|x64.ActiveCfg = Release|x64 + {DCEEE4B3-DA02-491A-9FF4-C047594046C2}.Release|x64.Build.0 = Release|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Debug|Win32.ActiveCfg = Debug|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Debug|Win32.Build.0 = Debug|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Analysis|Win32.Build.0 = Analysis|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Release|Win32.ActiveCfg = Release|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Release|Win32.Build.0 = Release|Win32 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Debug|x64.ActiveCfg = Debug|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Debug|x64.Build.0 = Debug|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Analysis|x64.ActiveCfg = Analysis|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Analysis|x64.Build.0 = Analysis|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Release|x64.ActiveCfg = Release|x64 + {5EA450F5-48A9-4B63-B015-D1B87947AEE1}.Release|x64.Build.0 = Release|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Debug|Win32.ActiveCfg = Debug|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Debug|Win32.Build.0 = Debug|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Analysis|Win32.Build.0 = Analysis|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Release|Win32.ActiveCfg = Release|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Release|Win32.Build.0 = Release|Win32 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Debug|x64.ActiveCfg = Debug|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Debug|x64.Build.0 = Debug|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Analysis|x64.ActiveCfg = Analysis|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Analysis|x64.Build.0 = Analysis|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Release|x64.ActiveCfg = Release|x64 + {77E34CA2-AC92-4A7B-A5C8-C7CDC561D49C}.Release|x64.Build.0 = Release|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Debug|Win32.ActiveCfg = Debug|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Debug|Win32.Build.0 = Debug|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Analysis|Win32.Build.0 = Analysis|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Release|Win32.ActiveCfg = Release|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Release|Win32.Build.0 = Release|Win32 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Debug|x64.ActiveCfg = Debug|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Debug|x64.Build.0 = Debug|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Analysis|x64.ActiveCfg = Analysis|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Analysis|x64.Build.0 = Analysis|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Release|x64.ActiveCfg = Release|x64 + {16488647-1EB2-487A-A63F-00CBE4DB34E2}.Release|x64.Build.0 = Release|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Debug|Win32.ActiveCfg = Debug|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Debug|Win32.Build.0 = Debug|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Analysis|Win32.Build.0 = Analysis|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Release|Win32.ActiveCfg = Release|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Release|Win32.Build.0 = Release|Win32 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Debug|x64.ActiveCfg = Debug|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Debug|x64.Build.0 = Debug|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Analysis|x64.ActiveCfg = Analysis|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Analysis|x64.Build.0 = Analysis|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Release|x64.ActiveCfg = Release|x64 + {B4A614A2-B4BF-4D1F-94AF-04E8A71B70A3}.Release|x64.Build.0 = Release|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Debug|Win32.ActiveCfg = Debug|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Debug|Win32.Build.0 = Debug|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Analysis|Win32.Build.0 = Analysis|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Release|Win32.ActiveCfg = Release|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Release|Win32.Build.0 = Release|Win32 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Debug|x64.ActiveCfg = Debug|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Debug|x64.Build.0 = Debug|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Analysis|x64.ActiveCfg = Analysis|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Analysis|x64.Build.0 = Analysis|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Release|x64.ActiveCfg = Release|x64 + {A91859A9-F0B2-439F-BBBA-9FCB17C30CB9}.Release|x64.Build.0 = Release|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Debug|Win32.ActiveCfg = Debug|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Debug|Win32.Build.0 = Debug|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Analysis|Win32.Build.0 = Analysis|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Release|Win32.ActiveCfg = Release|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Release|Win32.Build.0 = Release|Win32 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Debug|x64.ActiveCfg = Debug|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Debug|x64.Build.0 = Debug|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Analysis|x64.ActiveCfg = Analysis|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Analysis|x64.Build.0 = Analysis|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Release|x64.ActiveCfg = Release|x64 + {D61AC7D9-C4CA-496F-8671-206A77B30242}.Release|x64.Build.0 = Release|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Debug|Win32.ActiveCfg = Debug|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Debug|Win32.Build.0 = Debug|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Analysis|Win32.ActiveCfg = Analysis|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Analysis|Win32.Build.0 = Analysis|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Release|Win32.ActiveCfg = Release|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Release|Win32.Build.0 = Release|Win32 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Debug|x64.ActiveCfg = Debug|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Debug|x64.Build.0 = Debug|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Analysis|x64.ActiveCfg = Analysis|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Analysis|x64.Build.0 = Analysis|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Release|x64.ActiveCfg = Release|x64 + {8AB2A61A-377F-4CA1-946A-DADEEC2C0ACA}.Release|x64.Build.0 = Release|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dists/msvc9/scummvm.vcproj b/dists/msvc9/scummvm.vcproj new file mode 100644 index 000000000000..fdb16cc7e699 --- /dev/null +++ b/dists/msvc9/scummvm.vcproj @@ -0,0 +1,835 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/sky.vcproj b/dists/msvc9/sky.vcproj new file mode 100644 index 000000000000..4aa0fe30516f --- /dev/null +++ b/dists/msvc9/sky.vcproj @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/sword1.vcproj b/dists/msvc9/sword1.vcproj new file mode 100644 index 000000000000..f2b336f7d56c --- /dev/null +++ b/dists/msvc9/sword1.vcproj @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/sword2.vcproj b/dists/msvc9/sword2.vcproj new file mode 100644 index 000000000000..4b3d989fb10d --- /dev/null +++ b/dists/msvc9/sword2.vcproj @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/teenagent.vcproj b/dists/msvc9/teenagent.vcproj new file mode 100644 index 000000000000..876524a98655 --- /dev/null +++ b/dists/msvc9/teenagent.vcproj @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/tinsel.vcproj b/dists/msvc9/tinsel.vcproj new file mode 100644 index 000000000000..7d6ad8ab1dd7 --- /dev/null +++ b/dists/msvc9/tinsel.vcproj @@ -0,0 +1,128 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/toltecs.vcproj b/dists/msvc9/toltecs.vcproj new file mode 100644 index 000000000000..f5bc8ec7ad05 --- /dev/null +++ b/dists/msvc9/toltecs.vcproj @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/tony.vcproj b/dists/msvc9/tony.vcproj new file mode 100644 index 000000000000..7992823196ef --- /dev/null +++ b/dists/msvc9/tony.vcproj @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/toon.vcproj b/dists/msvc9/toon.vcproj new file mode 100644 index 000000000000..c575b0e9790d --- /dev/null +++ b/dists/msvc9/toon.vcproj @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/touche.vcproj b/dists/msvc9/touche.vcproj new file mode 100644 index 000000000000..0361dffc2e75 --- /dev/null +++ b/dists/msvc9/touche.vcproj @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/tsage.vcproj b/dists/msvc9/tsage.vcproj new file mode 100644 index 000000000000..cfe49356fbc9 --- /dev/null +++ b/dists/msvc9/tsage.vcproj @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dists/msvc9/tucker.vcproj b/dists/msvc9/tucker.vcproj new file mode 100644 index 000000000000..800622b03004 --- /dev/null +++ b/dists/msvc9/tucker.vcproj @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +