From dd9975cd6712dd04333f1b5650279b4967b733f9 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Wed, 14 Jan 2015 10:31:33 +0100 Subject: [PATCH] Rename msvc10 directories to msvc12 --- amxmodx/{msvc10 => msvc12}/amxmodx_mm.sln | 706 +++++++------- amxmodx/{msvc10 => msvc12}/amxmodx_mm.vcxproj | 906 +++++++++--------- .../amxmodx_mm.vcxproj.filters | 862 ++++++++--------- .../cstrike/{msvc10 => msvc12}/cstrike.sln | 40 +- .../{msvc10 => msvc12}/cstrike.vcxproj | 340 +++---- .../cstrike.vcxproj.filters | 186 ++-- .../csx/WinCSX/{msvc10 => msvc12}/WinCSX.sln | 40 +- .../WinCSX/{msvc10 => msvc12}/WinCSX.vcxproj | 240 ++--- .../{msvc10 => msvc12}/WinCSX.vcxproj.filters | 136 +-- dlls/cstrike/csx/{msvc10 => msvc12}/csx.sln | 52 +- .../csx/{msvc10 => msvc12}/csx.vcxproj | 326 +++---- .../{msvc10 => msvc12}/csx.vcxproj.filters | 132 +-- dlls/dod/dodfun/{msvc10 => msvc12}/dodfun.sln | 40 +- .../dodfun/{msvc10 => msvc12}/dodfun.vcxproj | 324 +++---- .../{msvc10 => msvc12}/dodfun.vcxproj.filters | 132 +-- dlls/dod/dodx/{msvc10 => msvc12}/dodx.sln | 40 +- dlls/dod/dodx/{msvc10 => msvc12}/dodx.vcxproj | 330 +++---- .../{msvc10 => msvc12}/dodx.vcxproj.filters | 150 +-- dlls/engine/{msvc10 => msvc12}/engine.sln | 40 +- dlls/engine/{msvc10 => msvc12}/engine.vcxproj | 246 ++--- .../{msvc10 => msvc12}/engine.vcxproj.filters | 144 +-- dlls/fakemeta/{msvc10 => msvc12}/fakemeta.sln | 40 +- .../{msvc10 => msvc12}/fakemeta.vcxproj | 266 ++--- .../fakemeta.vcxproj.filters | 250 ++--- dlls/fun/{msvc10 => msvc12}/fun.sln | 40 +- dlls/fun/{msvc10 => msvc12}/fun.vcxproj | 314 +++--- .../{msvc10 => msvc12}/fun.vcxproj.filters | 90 +- dlls/geoip/{msvc10 => msvc12}/geoip.sln | 40 +- dlls/geoip/{msvc10 => msvc12}/geoip.vcxproj | 244 ++--- .../{msvc10 => msvc12}/geoip.vcxproj.filters | 144 +-- .../{msvc10 => msvc12}/hamsandwich.sln | 40 +- .../{msvc10 => msvc12}/hamsandwich.vcxproj | 278 +++--- .../hamsandwich.vcxproj.filters | 252 ++--- dlls/mysqlx/{msvc10 => msvc12}/mysqlx.sln | 40 +- dlls/mysqlx/{msvc10 => msvc12}/mysqlx.vcxproj | 278 +++--- .../{msvc10 => msvc12}/mysqlx.vcxproj.filters | 270 +++--- dlls/ns/{msvc10 => msvc12}/ns.sln | 40 +- dlls/ns/{msvc10 => msvc12}/ns.vcxproj | 370 +++---- dlls/ns/{msvc10 => msvc12}/ns.vcxproj.filters | 242 ++--- dlls/nvault/{msvc10 => msvc12}/nvault.sln | 40 +- dlls/nvault/{msvc10 => msvc12}/nvault.vcxproj | 246 ++--- .../{msvc10 => msvc12}/nvault.vcxproj.filters | 138 +-- dlls/regex/{msvc10 => msvc12}/regex.sln | 40 +- dlls/regex/{msvc10 => msvc12}/regex.vcxproj | 238 ++--- .../{msvc10 => msvc12}/regex.vcxproj.filters | 114 +-- dlls/sockets/{msvc10 => msvc12}/sockets.sln | 40 +- .../{msvc10 => msvc12}/sockets.vcxproj | 226 ++--- .../sockets.vcxproj.filters | 84 +- dlls/sqlite/{msvc10 => msvc12}/sqlite.sln | 40 +- dlls/sqlite/{msvc10 => msvc12}/sqlite.vcxproj | 404 ++++---- .../{msvc10 => msvc12}/sqlite.vcxproj.filters | 606 ++++++------ dlls/tfcx/{msvc10 => msvc12}/tfcx.sln | 40 +- dlls/tfcx/{msvc10 => msvc12}/tfcx.vcxproj | 330 +++---- .../{msvc10 => msvc12}/tfcx.vcxproj.filters | 150 +-- dlls/ts/tsfun/{msvc10 => msvc12}/tsfun.sln | 40 +- .../ts/tsfun/{msvc10 => msvc12}/tsfun.vcxproj | 298 +++--- .../{msvc10 => msvc12}/tsfun.vcxproj.filters | 54 +- dlls/ts/tsx/{msvc10 => msvc12}/tsx.sln | 40 +- dlls/ts/tsx/{msvc10 => msvc12}/tsx.vcxproj | 322 +++---- .../{msvc10 => msvc12}/tsx.vcxproj.filters | 128 +-- 60 files changed, 6134 insertions(+), 6134 deletions(-) rename amxmodx/{msvc10 => msvc12}/amxmodx_mm.sln (94%) rename amxmodx/{msvc10 => msvc12}/amxmodx_mm.vcxproj (98%) rename amxmodx/{msvc10 => msvc12}/amxmodx_mm.vcxproj.filters (96%) rename dlls/cstrike/cstrike/{msvc10 => msvc12}/cstrike.sln (97%) rename dlls/cstrike/cstrike/{msvc10 => msvc12}/cstrike.vcxproj (98%) rename dlls/cstrike/cstrike/{msvc10 => msvc12}/cstrike.vcxproj.filters (97%) rename dlls/cstrike/csx/WinCSX/{msvc10 => msvc12}/WinCSX.sln (97%) rename dlls/cstrike/csx/WinCSX/{msvc10 => msvc12}/WinCSX.vcxproj (98%) rename dlls/cstrike/csx/WinCSX/{msvc10 => msvc12}/WinCSX.vcxproj.filters (97%) rename dlls/cstrike/csx/{msvc10 => msvc12}/csx.sln (98%) rename dlls/cstrike/csx/{msvc10 => msvc12}/csx.vcxproj (98%) rename dlls/cstrike/csx/{msvc10 => msvc12}/csx.vcxproj.filters (97%) rename dlls/dod/dodfun/{msvc10 => msvc12}/dodfun.sln (97%) rename dlls/dod/dodfun/{msvc10 => msvc12}/dodfun.vcxproj (98%) rename dlls/dod/dodfun/{msvc10 => msvc12}/dodfun.vcxproj.filters (97%) rename dlls/dod/dodx/{msvc10 => msvc12}/dodx.sln (97%) rename dlls/dod/dodx/{msvc10 => msvc12}/dodx.vcxproj (98%) rename dlls/dod/dodx/{msvc10 => msvc12}/dodx.vcxproj.filters (97%) rename dlls/engine/{msvc10 => msvc12}/engine.sln (97%) rename dlls/engine/{msvc10 => msvc12}/engine.vcxproj (98%) rename dlls/engine/{msvc10 => msvc12}/engine.vcxproj.filters (97%) rename dlls/fakemeta/{msvc10 => msvc12}/fakemeta.sln (97%) rename dlls/fakemeta/{msvc10 => msvc12}/fakemeta.vcxproj (98%) rename dlls/fakemeta/{msvc10 => msvc12}/fakemeta.vcxproj.filters (97%) rename dlls/fun/{msvc10 => msvc12}/fun.sln (97%) rename dlls/fun/{msvc10 => msvc12}/fun.vcxproj (98%) rename dlls/fun/{msvc10 => msvc12}/fun.vcxproj.filters (97%) rename dlls/geoip/{msvc10 => msvc12}/geoip.sln (97%) rename dlls/geoip/{msvc10 => msvc12}/geoip.vcxproj (98%) rename dlls/geoip/{msvc10 => msvc12}/geoip.vcxproj.filters (97%) rename dlls/hamsandwich/{msvc10 => msvc12}/hamsandwich.sln (97%) rename dlls/hamsandwich/{msvc10 => msvc12}/hamsandwich.vcxproj (98%) rename dlls/hamsandwich/{msvc10 => msvc12}/hamsandwich.vcxproj.filters (97%) rename dlls/mysqlx/{msvc10 => msvc12}/mysqlx.sln (97%) rename dlls/mysqlx/{msvc10 => msvc12}/mysqlx.vcxproj (98%) rename dlls/mysqlx/{msvc10 => msvc12}/mysqlx.vcxproj.filters (97%) rename dlls/ns/{msvc10 => msvc12}/ns.sln (97%) rename dlls/ns/{msvc10 => msvc12}/ns.vcxproj (98%) rename dlls/ns/{msvc10 => msvc12}/ns.vcxproj.filters (97%) rename dlls/nvault/{msvc10 => msvc12}/nvault.sln (97%) rename dlls/nvault/{msvc10 => msvc12}/nvault.vcxproj (98%) rename dlls/nvault/{msvc10 => msvc12}/nvault.vcxproj.filters (97%) rename dlls/regex/{msvc10 => msvc12}/regex.sln (97%) rename dlls/regex/{msvc10 => msvc12}/regex.vcxproj (98%) rename dlls/regex/{msvc10 => msvc12}/regex.vcxproj.filters (97%) rename dlls/sockets/{msvc10 => msvc12}/sockets.sln (97%) rename dlls/sockets/{msvc10 => msvc12}/sockets.vcxproj (98%) rename dlls/sockets/{msvc10 => msvc12}/sockets.vcxproj.filters (97%) rename dlls/sqlite/{msvc10 => msvc12}/sqlite.sln (97%) rename dlls/sqlite/{msvc10 => msvc12}/sqlite.vcxproj (98%) rename dlls/sqlite/{msvc10 => msvc12}/sqlite.vcxproj.filters (97%) rename dlls/tfcx/{msvc10 => msvc12}/tfcx.sln (97%) rename dlls/tfcx/{msvc10 => msvc12}/tfcx.vcxproj (98%) rename dlls/tfcx/{msvc10 => msvc12}/tfcx.vcxproj.filters (97%) rename dlls/ts/tsfun/{msvc10 => msvc12}/tsfun.sln (97%) rename dlls/ts/tsfun/{msvc10 => msvc12}/tsfun.vcxproj (98%) rename dlls/ts/tsfun/{msvc10 => msvc12}/tsfun.vcxproj.filters (97%) rename dlls/ts/tsx/{msvc10 => msvc12}/tsx.sln (97%) rename dlls/ts/tsx/{msvc10 => msvc12}/tsx.vcxproj (98%) rename dlls/ts/tsx/{msvc10 => msvc12}/tsx.vcxproj.filters (97%) diff --git a/amxmodx/msvc10/amxmodx_mm.sln b/amxmodx/msvc12/amxmodx_mm.sln similarity index 94% rename from amxmodx/msvc10/amxmodx_mm.sln rename to amxmodx/msvc12/amxmodx_mm.sln index 0c6761cd..185701c2 100644 --- a/amxmodx/msvc10/amxmodx_mm.sln +++ b/amxmodx/msvc12/amxmodx_mm.sln @@ -1,353 +1,353 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amxmodx_mm", "amxmodx_mm.vcxproj", "{2BF64D1A-AC89-41B0-9D02-FB8CB610F850}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{1A75873D-E05D-4F07-A4E2-28DC1BB03226}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cstrike", "..\..\dlls\cstrike\cstrike\msvc10\cstrike.vcxproj", "{AB148B92-4F47-42E6-8268-AB4E588EC6A2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csx", "..\..\dlls\cstrike\csx\msvc10\csx.vcxproj", "{1DC4A99A-F23F-4AAE-881C-79D157C91155}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinCSX", "..\..\dlls\cstrike\csx\WinCSX\msvc10\WinCSX.vcxproj", "{39A1E5DD-81A1-441D-B99A-E50A01DB05D7}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dodfun", "..\..\dlls\dod\dodfun\msvc10\dodfun.vcxproj", "{2742C607-9FAB-47B3-8A13-E999BC6FDB54}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dodx", "..\..\dlls\dod\dodx\msvc10\dodx.vcxproj", "{9008A886-2DD0-443C-B468-AD84868D89B0}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "engine", "..\..\dlls\engine\msvc10\engine.vcxproj", "{B3F4467B-6148-4EBF-B897-168D81CF8D9B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fakemeta", "..\..\dlls\fakemeta\msvc10\fakemeta.vcxproj", "{5E393C37-22F2-4CA2-9022-6400DC582447}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fun", "..\..\dlls\fun\msvc10\fun.vcxproj", "{43B95C78-8D1A-4D12-B668-2520B38E1DA3}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "geoip", "..\..\dlls\geoip\msvc10\geoip.vcxproj", "{036FA046-A6BF-4D80-8986-71FDD1528B55}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hamsandwich", "..\..\dlls\hamsandwich\msvc10\hamsandwich.vcxproj", "{A8B3717F-2663-4099-AE96-AF5B7266FDA8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysqlx", "..\..\dlls\mysqlx\msvc10\mysqlx.vcxproj", "{7877D370-E48E-4A85-8EE4-131863A5B09F}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ns", "..\..\dlls\ns\msvc10\ns.vcxproj", "{5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nvault", "..\..\dlls\nvault\msvc10\nvault.vcxproj", "{E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "regex", "..\..\dlls\regex\msvc10\regex.vcxproj", "{1D4E991A-7EC1-43C5-90FC-DC9D713052D8}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sockets", "..\..\dlls\sockets\msvc10\sockets.vcxproj", "{F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "..\..\dlls\sqlite\msvc10\sqlite.vcxproj", "{4FDFD106-7163-44F0-85C4-9FAFECD14973}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tfcx", "..\..\dlls\tfcx\msvc10\tfcx.vcxproj", "{87519113-8E9D-4C6F-BA1F-55F4D8829E83}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tsfun", "..\..\dlls\ts\tsfun\msvc10\tsfun.vcxproj", "{9036672C-71DB-4DC9-90CC-B14C02465497}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tsx", "..\..\dlls\ts\tsx\msvc10\tsx.vcxproj", "{7F18E00C-6271-4CAB-B18A-746BE3EC68E7}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compiler", "Compiler", "{0BB61E37-4EA5-4B18-A164-6CB4810E50F4}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amxxpc", "..\..\compiler\amxxpc\amxxpc.vcxproj", "{39412290-D01C-472F-A439-AB5592A04C08}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpc300", "..\..\compiler\libpc300\libpc300.vcxproj", "{19B72687-080B-437A-917A-12AEB0031635}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - JITDebug|Win32 = JITDebug|Win32 - JITDebugBinLog|Win32 = JITDebugBinLog|Win32 - JITRelease|Win32 = JITRelease|Win32 - JITReleaseBinLog|Win32 = JITReleaseBinLog|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.Debug|Win32.ActiveCfg = JITDebugBinLog|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.Debug|Win32.Build.0 = JITDebugBinLog|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITDebug|Win32.ActiveCfg = JITDebug|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITDebug|Win32.Build.0 = JITDebug|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITDebugBinLog|Win32.ActiveCfg = JITDebugBinLog|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITDebugBinLog|Win32.Build.0 = JITDebugBinLog|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITRelease|Win32.ActiveCfg = JITRelease|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITRelease|Win32.Build.0 = JITRelease|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITReleaseBinLog|Win32.ActiveCfg = JITReleaseBinLog|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITReleaseBinLog|Win32.Build.0 = JITReleaseBinLog|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.Release|Win32.ActiveCfg = JITReleaseBinLog|Win32 - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.Release|Win32.Build.0 = JITReleaseBinLog|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Debug|Win32.Build.0 = Debug|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITDebug|Win32.Build.0 = Debug|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITRelease|Win32.ActiveCfg = Release|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITRelease|Win32.Build.0 = Release|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Release|Win32.ActiveCfg = Release|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Release|Win32.Build.0 = Release|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Debug|Win32.ActiveCfg = Debug|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Debug|Win32.Build.0 = Debug|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITDebug|Win32.Build.0 = Debug|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITRelease|Win32.ActiveCfg = Release|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITRelease|Win32.Build.0 = Release|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Release|Win32.ActiveCfg = Release|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Release|Win32.Build.0 = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.ActiveCfg = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.Build.0 = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITDebug|Win32.Build.0 = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITRelease|Win32.ActiveCfg = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITRelease|Win32.Build.0 = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.ActiveCfg = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.Build.0 = Release|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Debug|Win32.ActiveCfg = Debug|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Debug|Win32.Build.0 = Debug|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITDebug|Win32.Build.0 = Debug|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITRelease|Win32.ActiveCfg = Release|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITRelease|Win32.Build.0 = Release|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Release|Win32.ActiveCfg = Release|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Release|Win32.Build.0 = Release|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.Debug|Win32.ActiveCfg = Debug|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.Debug|Win32.Build.0 = Debug|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.JITDebug|Win32.Build.0 = Debug|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.JITRelease|Win32.ActiveCfg = Release|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.JITRelease|Win32.Build.0 = Release|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.Release|Win32.ActiveCfg = Release|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.Release|Win32.Build.0 = Release|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Debug|Win32.ActiveCfg = Debug|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Debug|Win32.Build.0 = Debug|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITDebug|Win32.Build.0 = Debug|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITRelease|Win32.ActiveCfg = Release|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITRelease|Win32.Build.0 = Release|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Release|Win32.ActiveCfg = Release|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Release|Win32.Build.0 = Release|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.ActiveCfg = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.Build.0 = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.JITDebug|Win32.Build.0 = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.JITRelease|Win32.ActiveCfg = Release|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.JITRelease|Win32.Build.0 = Release|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.ActiveCfg = Release|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.Build.0 = Release|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Debug|Win32.ActiveCfg = Debug|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Debug|Win32.Build.0 = Debug|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITDebug|Win32.Build.0 = Debug|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITRelease|Win32.ActiveCfg = Release|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITRelease|Win32.Build.0 = Release|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Release|Win32.ActiveCfg = Release|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Release|Win32.Build.0 = Release|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.Debug|Win32.ActiveCfg = Debug|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.Debug|Win32.Build.0 = Debug|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITDebug|Win32.Build.0 = Debug|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITRelease|Win32.ActiveCfg = Release|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITRelease|Win32.Build.0 = Release|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.Release|Win32.ActiveCfg = Release|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.Release|Win32.Build.0 = Release|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.Debug|Win32.ActiveCfg = Debug|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.Debug|Win32.Build.0 = Debug|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITDebug|Win32.Build.0 = Debug|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITRelease|Win32.ActiveCfg = Release|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITRelease|Win32.Build.0 = Release|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.Release|Win32.ActiveCfg = Release|Win32 - {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.Release|Win32.Build.0 = Release|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.Debug|Win32.ActiveCfg = Debug|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.Debug|Win32.Build.0 = Debug|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITDebug|Win32.Build.0 = Debug|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITRelease|Win32.ActiveCfg = Release|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITRelease|Win32.Build.0 = Release|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.Release|Win32.ActiveCfg = Release|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.Release|Win32.Build.0 = Release|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Debug|Win32.ActiveCfg = Debug|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Debug|Win32.Build.0 = Debug|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITDebug|Win32.Build.0 = Debug|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITRelease|Win32.ActiveCfg = Release|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITRelease|Win32.Build.0 = Release|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Release|Win32.ActiveCfg = Release|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Release|Win32.Build.0 = Release|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Debug|Win32.ActiveCfg = Debug|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Debug|Win32.Build.0 = Debug|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITDebug|Win32.Build.0 = Debug|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITRelease|Win32.ActiveCfg = Release|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITRelease|Win32.Build.0 = Release|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Release|Win32.ActiveCfg = Release|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Release|Win32.Build.0 = Release|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Debug|Win32.ActiveCfg = Debug|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Debug|Win32.Build.0 = Debug|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITDebug|Win32.Build.0 = Debug|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITRelease|Win32.ActiveCfg = Release|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITRelease|Win32.Build.0 = Release|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Release|Win32.ActiveCfg = Release|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Release|Win32.Build.0 = Release|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Debug|Win32.ActiveCfg = Debug|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Debug|Win32.Build.0 = Debug|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITDebug|Win32.Build.0 = Debug|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITRelease|Win32.ActiveCfg = Release|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITRelease|Win32.Build.0 = Release|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Release|Win32.ActiveCfg = Release|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Release|Win32.Build.0 = Release|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Debug|Win32.Build.0 = Debug|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITDebug|Win32.Build.0 = Debug|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITRelease|Win32.ActiveCfg = Release|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITRelease|Win32.Build.0 = Release|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Release|Win32.ActiveCfg = Release|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Release|Win32.Build.0 = Release|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Debug|Win32.ActiveCfg = Debug|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Debug|Win32.Build.0 = Debug|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITDebug|Win32.Build.0 = Debug|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITRelease|Win32.ActiveCfg = Release|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITRelease|Win32.Build.0 = Release|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Release|Win32.ActiveCfg = Release|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Release|Win32.Build.0 = Release|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.Debug|Win32.ActiveCfg = Debug|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.Debug|Win32.Build.0 = Debug|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.JITDebug|Win32.Build.0 = Debug|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.JITRelease|Win32.ActiveCfg = Release|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.JITRelease|Win32.Build.0 = Release|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.Release|Win32.ActiveCfg = Release|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.Release|Win32.Build.0 = Release|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Debug|Win32.ActiveCfg = Debug|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Debug|Win32.Build.0 = Debug|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITDebug|Win32.Build.0 = Debug|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITRelease|Win32.ActiveCfg = Release|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITRelease|Win32.Build.0 = Release|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Release|Win32.ActiveCfg = Release|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Release|Win32.Build.0 = Release|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.Debug|Win32.ActiveCfg = Debug|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.Debug|Win32.Build.0 = Debug|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.JITDebug|Win32.Build.0 = Debug|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.JITRelease|Win32.ActiveCfg = Release|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.JITRelease|Win32.Build.0 = Release|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.Release|Win32.ActiveCfg = Release|Win32 - {39412290-D01C-472F-A439-AB5592A04C08}.Release|Win32.Build.0 = Release|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Debug|Win32.ActiveCfg = Debug|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Debug|Win32.Build.0 = Debug|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.JITDebug|Win32.ActiveCfg = Debug|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.JITDebug|Win32.Build.0 = Debug|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.JITRelease|Win32.ActiveCfg = Release|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.JITRelease|Win32.Build.0 = Release|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Release|Win32.ActiveCfg = Release|Win32 - {19B72687-080B-437A-917A-12AEB0031635}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {AB148B92-4F47-42E6-8268-AB4E588EC6A2} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {1DC4A99A-F23F-4AAE-881C-79D157C91155} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {2742C607-9FAB-47B3-8A13-E999BC6FDB54} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {9008A886-2DD0-443C-B468-AD84868D89B0} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {B3F4467B-6148-4EBF-B897-168D81CF8D9B} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {5E393C37-22F2-4CA2-9022-6400DC582447} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {43B95C78-8D1A-4D12-B668-2520B38E1DA3} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {036FA046-A6BF-4D80-8986-71FDD1528B55} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {A8B3717F-2663-4099-AE96-AF5B7266FDA8} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {7877D370-E48E-4A85-8EE4-131863A5B09F} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {4FDFD106-7163-44F0-85C4-9FAFECD14973} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {87519113-8E9D-4C6F-BA1F-55F4D8829E83} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {9036672C-71DB-4DC9-90CC-B14C02465497} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} - {39412290-D01C-472F-A439-AB5592A04C08} = {0BB61E37-4EA5-4B18-A164-6CB4810E50F4} - {19B72687-080B-437A-917A-12AEB0031635} = {0BB61E37-4EA5-4B18-A164-6CB4810E50F4} - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amxmodx_mm", "amxmodx_mm.vcxproj", "{2BF64D1A-AC89-41B0-9D02-FB8CB610F850}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{1A75873D-E05D-4F07-A4E2-28DC1BB03226}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cstrike", "..\..\dlls\cstrike\cstrike\msvc12\cstrike.vcxproj", "{AB148B92-4F47-42E6-8268-AB4E588EC6A2}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csx", "..\..\dlls\cstrike\csx\msvc12\csx.vcxproj", "{1DC4A99A-F23F-4AAE-881C-79D157C91155}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinCSX", "..\..\dlls\cstrike\csx\WinCSX\msvc12\WinCSX.vcxproj", "{39A1E5DD-81A1-441D-B99A-E50A01DB05D7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dodfun", "..\..\dlls\dod\dodfun\msvc12\dodfun.vcxproj", "{2742C607-9FAB-47B3-8A13-E999BC6FDB54}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dodx", "..\..\dlls\dod\dodx\msvc12\dodx.vcxproj", "{9008A886-2DD0-443C-B468-AD84868D89B0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "engine", "..\..\dlls\engine\msvc12\engine.vcxproj", "{B3F4467B-6148-4EBF-B897-168D81CF8D9B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fakemeta", "..\..\dlls\fakemeta\msvc12\fakemeta.vcxproj", "{5E393C37-22F2-4CA2-9022-6400DC582447}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fun", "..\..\dlls\fun\msvc12\fun.vcxproj", "{43B95C78-8D1A-4D12-B668-2520B38E1DA3}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "geoip", "..\..\dlls\geoip\msvc12\geoip.vcxproj", "{036FA046-A6BF-4D80-8986-71FDD1528B55}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hamsandwich", "..\..\dlls\hamsandwich\msvc12\hamsandwich.vcxproj", "{A8B3717F-2663-4099-AE96-AF5B7266FDA8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysqlx", "..\..\dlls\mysqlx\msvc12\mysqlx.vcxproj", "{7877D370-E48E-4A85-8EE4-131863A5B09F}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ns", "..\..\dlls\ns\msvc12\ns.vcxproj", "{5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nvault", "..\..\dlls\nvault\msvc12\nvault.vcxproj", "{E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "regex", "..\..\dlls\regex\msvc12\regex.vcxproj", "{1D4E991A-7EC1-43C5-90FC-DC9D713052D8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sockets", "..\..\dlls\sockets\msvc12\sockets.vcxproj", "{F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "..\..\dlls\sqlite\msvc12\sqlite.vcxproj", "{4FDFD106-7163-44F0-85C4-9FAFECD14973}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tfcx", "..\..\dlls\tfcx\msvc12\tfcx.vcxproj", "{87519113-8E9D-4C6F-BA1F-55F4D8829E83}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tsfun", "..\..\dlls\ts\tsfun\msvc12\tsfun.vcxproj", "{9036672C-71DB-4DC9-90CC-B14C02465497}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tsx", "..\..\dlls\ts\tsx\msvc12\tsx.vcxproj", "{7F18E00C-6271-4CAB-B18A-746BE3EC68E7}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Compiler", "Compiler", "{0BB61E37-4EA5-4B18-A164-6CB4810E50F4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "amxxpc", "..\..\compiler\amxxpc\amxxpc.vcxproj", "{39412290-D01C-472F-A439-AB5592A04C08}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpc300", "..\..\compiler\libpc300\libpc300.vcxproj", "{19B72687-080B-437A-917A-12AEB0031635}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + JITDebug|Win32 = JITDebug|Win32 + JITDebugBinLog|Win32 = JITDebugBinLog|Win32 + JITRelease|Win32 = JITRelease|Win32 + JITReleaseBinLog|Win32 = JITReleaseBinLog|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.Debug|Win32.ActiveCfg = JITDebugBinLog|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.Debug|Win32.Build.0 = JITDebugBinLog|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITDebug|Win32.ActiveCfg = JITDebug|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITDebug|Win32.Build.0 = JITDebug|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITDebugBinLog|Win32.ActiveCfg = JITDebugBinLog|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITDebugBinLog|Win32.Build.0 = JITDebugBinLog|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITRelease|Win32.ActiveCfg = JITRelease|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITRelease|Win32.Build.0 = JITRelease|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITReleaseBinLog|Win32.ActiveCfg = JITReleaseBinLog|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.JITReleaseBinLog|Win32.Build.0 = JITReleaseBinLog|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.Release|Win32.ActiveCfg = JITReleaseBinLog|Win32 + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850}.Release|Win32.Build.0 = JITReleaseBinLog|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Debug|Win32.ActiveCfg = Debug|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Debug|Win32.Build.0 = Debug|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITDebug|Win32.Build.0 = Debug|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITRelease|Win32.ActiveCfg = Release|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITRelease|Win32.Build.0 = Release|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Release|Win32.ActiveCfg = Release|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Release|Win32.Build.0 = Release|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Debug|Win32.ActiveCfg = Debug|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Debug|Win32.Build.0 = Debug|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITDebug|Win32.Build.0 = Debug|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITRelease|Win32.ActiveCfg = Release|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITRelease|Win32.Build.0 = Release|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Release|Win32.ActiveCfg = Release|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Release|Win32.Build.0 = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.ActiveCfg = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.Build.0 = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITDebug|Win32.Build.0 = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITRelease|Win32.ActiveCfg = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITRelease|Win32.Build.0 = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.ActiveCfg = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.Build.0 = Release|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Debug|Win32.ActiveCfg = Debug|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Debug|Win32.Build.0 = Debug|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITDebug|Win32.Build.0 = Debug|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITRelease|Win32.ActiveCfg = Release|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITRelease|Win32.Build.0 = Release|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Release|Win32.ActiveCfg = Release|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Release|Win32.Build.0 = Release|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.Debug|Win32.ActiveCfg = Debug|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.Debug|Win32.Build.0 = Debug|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.JITDebug|Win32.Build.0 = Debug|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.JITRelease|Win32.ActiveCfg = Release|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.JITRelease|Win32.Build.0 = Release|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.Release|Win32.ActiveCfg = Release|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.Release|Win32.Build.0 = Release|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Debug|Win32.ActiveCfg = Debug|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Debug|Win32.Build.0 = Debug|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITDebug|Win32.Build.0 = Debug|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITRelease|Win32.ActiveCfg = Release|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITRelease|Win32.Build.0 = Release|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Release|Win32.ActiveCfg = Release|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Release|Win32.Build.0 = Release|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.ActiveCfg = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.Build.0 = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.JITDebug|Win32.Build.0 = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.JITRelease|Win32.ActiveCfg = Release|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.JITRelease|Win32.Build.0 = Release|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.ActiveCfg = Release|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.Build.0 = Release|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Debug|Win32.ActiveCfg = Debug|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Debug|Win32.Build.0 = Debug|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITDebug|Win32.Build.0 = Debug|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITRelease|Win32.ActiveCfg = Release|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITRelease|Win32.Build.0 = Release|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Release|Win32.ActiveCfg = Release|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Release|Win32.Build.0 = Release|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.Debug|Win32.ActiveCfg = Debug|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.Debug|Win32.Build.0 = Debug|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITDebug|Win32.Build.0 = Debug|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITRelease|Win32.ActiveCfg = Release|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITRelease|Win32.Build.0 = Release|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.Release|Win32.ActiveCfg = Release|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.Release|Win32.Build.0 = Release|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.Debug|Win32.ActiveCfg = Debug|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.Debug|Win32.Build.0 = Debug|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITDebug|Win32.Build.0 = Debug|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITRelease|Win32.ActiveCfg = Release|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITRelease|Win32.Build.0 = Release|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.Release|Win32.ActiveCfg = Release|Win32 + {A8B3717F-2663-4099-AE96-AF5B7266FDA8}.Release|Win32.Build.0 = Release|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.Debug|Win32.ActiveCfg = Debug|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.Debug|Win32.Build.0 = Debug|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITDebug|Win32.Build.0 = Debug|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITRelease|Win32.ActiveCfg = Release|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITRelease|Win32.Build.0 = Release|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.Release|Win32.ActiveCfg = Release|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.Release|Win32.Build.0 = Release|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Debug|Win32.ActiveCfg = Debug|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Debug|Win32.Build.0 = Debug|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITDebug|Win32.Build.0 = Debug|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITRelease|Win32.ActiveCfg = Release|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITRelease|Win32.Build.0 = Release|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Release|Win32.ActiveCfg = Release|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Release|Win32.Build.0 = Release|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Debug|Win32.ActiveCfg = Debug|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Debug|Win32.Build.0 = Debug|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITDebug|Win32.Build.0 = Debug|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITRelease|Win32.ActiveCfg = Release|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITRelease|Win32.Build.0 = Release|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Release|Win32.ActiveCfg = Release|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Release|Win32.Build.0 = Release|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Debug|Win32.ActiveCfg = Debug|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Debug|Win32.Build.0 = Debug|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITDebug|Win32.Build.0 = Debug|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITRelease|Win32.ActiveCfg = Release|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITRelease|Win32.Build.0 = Release|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Release|Win32.ActiveCfg = Release|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Release|Win32.Build.0 = Release|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Debug|Win32.ActiveCfg = Debug|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Debug|Win32.Build.0 = Debug|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITDebug|Win32.Build.0 = Debug|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITRelease|Win32.ActiveCfg = Release|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITRelease|Win32.Build.0 = Release|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Release|Win32.ActiveCfg = Release|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Release|Win32.Build.0 = Release|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Debug|Win32.ActiveCfg = Debug|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Debug|Win32.Build.0 = Debug|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITDebug|Win32.Build.0 = Debug|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITRelease|Win32.ActiveCfg = Release|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITRelease|Win32.Build.0 = Release|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Release|Win32.ActiveCfg = Release|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Release|Win32.Build.0 = Release|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Debug|Win32.ActiveCfg = Debug|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Debug|Win32.Build.0 = Debug|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITDebug|Win32.Build.0 = Debug|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITRelease|Win32.ActiveCfg = Release|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITRelease|Win32.Build.0 = Release|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Release|Win32.ActiveCfg = Release|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Release|Win32.Build.0 = Release|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.Debug|Win32.ActiveCfg = Debug|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.Debug|Win32.Build.0 = Debug|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.JITDebug|Win32.Build.0 = Debug|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.JITRelease|Win32.ActiveCfg = Release|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.JITRelease|Win32.Build.0 = Release|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.Release|Win32.ActiveCfg = Release|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.Release|Win32.Build.0 = Release|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Debug|Win32.ActiveCfg = Debug|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Debug|Win32.Build.0 = Debug|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITDebug|Win32.Build.0 = Debug|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITRelease|Win32.ActiveCfg = Release|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITRelease|Win32.Build.0 = Release|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Release|Win32.ActiveCfg = Release|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Release|Win32.Build.0 = Release|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.Debug|Win32.ActiveCfg = Debug|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.Debug|Win32.Build.0 = Debug|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.JITDebug|Win32.Build.0 = Debug|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.JITRelease|Win32.ActiveCfg = Release|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.JITRelease|Win32.Build.0 = Release|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.Release|Win32.ActiveCfg = Release|Win32 + {39412290-D01C-472F-A439-AB5592A04C08}.Release|Win32.Build.0 = Release|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.Debug|Win32.ActiveCfg = Debug|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.Debug|Win32.Build.0 = Debug|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.JITDebug|Win32.ActiveCfg = Debug|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.JITDebug|Win32.Build.0 = Debug|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.JITDebugBinLog|Win32.ActiveCfg = Debug|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.JITDebugBinLog|Win32.Build.0 = Debug|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.JITRelease|Win32.ActiveCfg = Release|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.JITRelease|Win32.Build.0 = Release|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.JITReleaseBinLog|Win32.ActiveCfg = Release|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.JITReleaseBinLog|Win32.Build.0 = Release|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.Release|Win32.ActiveCfg = Release|Win32 + {19B72687-080B-437A-917A-12AEB0031635}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {AB148B92-4F47-42E6-8268-AB4E588EC6A2} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {1DC4A99A-F23F-4AAE-881C-79D157C91155} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {2742C607-9FAB-47B3-8A13-E999BC6FDB54} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {9008A886-2DD0-443C-B468-AD84868D89B0} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {B3F4467B-6148-4EBF-B897-168D81CF8D9B} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {5E393C37-22F2-4CA2-9022-6400DC582447} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {43B95C78-8D1A-4D12-B668-2520B38E1DA3} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {036FA046-A6BF-4D80-8986-71FDD1528B55} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {A8B3717F-2663-4099-AE96-AF5B7266FDA8} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {7877D370-E48E-4A85-8EE4-131863A5B09F} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {4FDFD106-7163-44F0-85C4-9FAFECD14973} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {87519113-8E9D-4C6F-BA1F-55F4D8829E83} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {9036672C-71DB-4DC9-90CC-B14C02465497} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7} = {1A75873D-E05D-4F07-A4E2-28DC1BB03226} + {39412290-D01C-472F-A439-AB5592A04C08} = {0BB61E37-4EA5-4B18-A164-6CB4810E50F4} + {19B72687-080B-437A-917A-12AEB0031635} = {0BB61E37-4EA5-4B18-A164-6CB4810E50F4} + EndGlobalSection +EndGlobal diff --git a/amxmodx/msvc10/amxmodx_mm.vcxproj b/amxmodx/msvc12/amxmodx_mm.vcxproj similarity index 98% rename from amxmodx/msvc10/amxmodx_mm.vcxproj rename to amxmodx/msvc12/amxmodx_mm.vcxproj index 0fee5f6c..80d6961c 100644 --- a/amxmodx/msvc10/amxmodx_mm.vcxproj +++ b/amxmodx/msvc12/amxmodx_mm.vcxproj @@ -1,454 +1,454 @@ - - - - - JITDebugBinLog - Win32 - - - JITDebug - Win32 - - - JITReleaseBinLog - Win32 - - - JITRelease - Win32 - - - - {2BF64D1A-AC89-41B0-9D02-FB8CB610F850} - amxmodx - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - true - false - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - AllRules.ruleset - - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\debug/amxmodx.tlb - - - Disabled - ..\;..\..\public;..\..\public\sdk;..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;amxmodx_EXPORTS;PAWN_CELL_SIZE=32;ASM32;JIT;_CRT_SECURE_NO_DEPRECATE;HAVE_STDINT_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - 4Bytes - true - false - - - amxmodx.h - .\jitdebug/amxmodx.pch - .\jitdebug/ - .\jitdebug/ - .\jitdebug/ - Level3 - true - EditAndContinue - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - /MACHINE:I386 %(AdditionalOptions) - ..\zlib\zlib.lib;..\JIT\amxjitsn.obj;..\JIT\amxexecn.obj;..\JIT\natives-x86.obj;%(AdditionalDependencies) - 0.1 - true - ..\extra\lib_win32;%(AdditionalLibraryDirectories) - LIBC;LIBCD;LIBCMT;%(IgnoreSpecificDefaultLibraries) - - - true - .\jitdebug/amxx_mm.pdb - .\jitdebug/amxmodx_mm.lib - Windows - false - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\release/amxmodx.tlb - - - MaxSpeed - OnlyExplicitInline - true - Speed - true - ..\;..\..\public;..\..\public\sdk;..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_EXPORTS;JIT;ASM32;PAWN_CELL_SIZE=32;_CRT_SECURE_NO_DEPRECATE;HAVE_STDINT_H;%(PreprocessorDefinitions) - false - true - MultiThreaded - true - true - false - - - amxmodx.h - .\jitrelease/amxmodx.pch - .\jitrelease/ - .\jitrelease/ - .\jitrelease/ - Level3 - true - ProgramDatabase - Default - false - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - /MACHINE:I386 %(AdditionalOptions) - ..\zlib\zlib.lib;..\JIT\amxjitsn.obj;..\JIT\amxexecn.obj;..\JIT\natives-x86.obj;%(AdditionalDependencies) - true - ..\extra\lib_win32;%(AdditionalLibraryDirectories) - LIBC;LIBCD;LIBCMTD;%(IgnoreSpecificDefaultLibraries) - - - true - .\jitrelease/amxmodx_mm.pdb - true - .\jitrelease/amxmodx_mm.lib - Windows - false - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\debug/amxmodx.tlb - - - Disabled - ..\;..\..\public;..\..\public\sdk;..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;amxmodx_EXPORTS;PAWN_CELL_SIZE=32;ASM32;JIT;BINLOG_ENABLED;_CRT_SECURE_NO_DEPRECATE;HAVE_STDINT_H;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreaded - 4Bytes - true - false - - - amxmodx.h - .\jitdebugbinlog/amxmodx.pch - .\jitdebugbinlog/ - .\jitdebugbinlog/ - .\jitdebugbinlog/ - Level3 - true - EditAndContinue - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - /MACHINE:I386 %(AdditionalOptions) - ..\zlib\zlib.lib;..\JIT\amxjitsn.obj;..\JIT\amxexecn.obj;..\JIT\natives-x86.obj;%(AdditionalDependencies) - 0.1 - true - ..\extra\lib_win32;%(AdditionalLibraryDirectories) - LIBC;LIBCD;LIBCMT;%(IgnoreSpecificDefaultLibraries) - - - true - .\jitdebugbinlog/amxmodx_bl_mm.pdb - .\jitdebugbinlog/amxmodx_bl_mm.lib - Windows - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\release/amxmodx.tlb - - - MaxSpeed - OnlyExplicitInline - true - Speed - true - ..\;..\..\public;..\..\public\sdk;..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;HAVE_STDINT_H;_USRDLL;amxmodx_EXPORTS;JIT;ASM32;PAWN_CELL_SIZE=32;BINLOG_ENABLED;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) - false - true - MultiThreaded - true - true - false - - - amxmodx.h - .\jitreleasebinlog/amxmodx.pch - .\jitreleasebinlog/ - .\jitreleasebinlog/ - .\jitreleasebinlog/ - Level3 - true - ProgramDatabase - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - /MACHINE:I386 %(AdditionalOptions) - ..\zlib\zlib.lib;..\JIT\amxjitsn.obj;..\JIT\amxexecn.obj;..\JIT\natives-x86.obj;%(AdditionalDependencies) - true - ..\extra\lib_win32;%(AdditionalLibraryDirectories) - LIBC;LIBCD;LIBCMTD;%(IgnoreSpecificDefaultLibraries) - - - true - .\jitreleasebinlog/amxmodx_bl_mm.pdb - true - .\jitreleasebinlog/amxmodx_bl_mm.lib - Windows - - - - - - - - - - - - true - true - - - - - - - - - - - - - - - - - - - - - - - - AssemblyAndSourceCode - AssemblyAndSourceCode - - - - - - - - - - - - - - - - All - All - - - - - - - - - - true - true - true - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - - - - - + + + + + JITDebugBinLog + Win32 + + + JITDebug + Win32 + + + JITReleaseBinLog + Win32 + + + JITRelease + Win32 + + + + {2BF64D1A-AC89-41B0-9D02-FB8CB610F850} + amxmodx + + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + + + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + true + false + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + AllRules.ruleset + + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\debug/amxmodx.tlb + + + Disabled + ..\;..\..\public;..\..\public\sdk;..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;amxmodx_EXPORTS;PAWN_CELL_SIZE=32;ASM32;JIT;_CRT_SECURE_NO_DEPRECATE;HAVE_STDINT_H;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + 4Bytes + true + false + + + amxmodx.h + .\jitdebug/amxmodx.pch + .\jitdebug/ + .\jitdebug/ + .\jitdebug/ + Level3 + true + EditAndContinue + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + ..\zlib\zlib.lib;..\JIT\amxjitsn.obj;..\JIT\amxexecn.obj;..\JIT\natives-x86.obj;%(AdditionalDependencies) + 0.1 + true + ..\extra\lib_win32;%(AdditionalLibraryDirectories) + LIBC;LIBCD;LIBCMT;%(IgnoreSpecificDefaultLibraries) + + + true + .\jitdebug/amxx_mm.pdb + .\jitdebug/amxmodx_mm.lib + Windows + false + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\release/amxmodx.tlb + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + ..\;..\..\public;..\..\public\sdk;..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;amxmodx_EXPORTS;JIT;ASM32;PAWN_CELL_SIZE=32;_CRT_SECURE_NO_DEPRECATE;HAVE_STDINT_H;%(PreprocessorDefinitions) + false + true + MultiThreaded + true + true + false + + + amxmodx.h + .\jitrelease/amxmodx.pch + .\jitrelease/ + .\jitrelease/ + .\jitrelease/ + Level3 + true + ProgramDatabase + Default + false + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + ..\zlib\zlib.lib;..\JIT\amxjitsn.obj;..\JIT\amxexecn.obj;..\JIT\natives-x86.obj;%(AdditionalDependencies) + true + ..\extra\lib_win32;%(AdditionalLibraryDirectories) + LIBC;LIBCD;LIBCMTD;%(IgnoreSpecificDefaultLibraries) + + + true + .\jitrelease/amxmodx_mm.pdb + true + .\jitrelease/amxmodx_mm.lib + Windows + false + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\debug/amxmodx.tlb + + + Disabled + ..\;..\..\public;..\..\public\sdk;..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;amxmodx_EXPORTS;PAWN_CELL_SIZE=32;ASM32;JIT;BINLOG_ENABLED;_CRT_SECURE_NO_DEPRECATE;HAVE_STDINT_H;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreaded + 4Bytes + true + false + + + amxmodx.h + .\jitdebugbinlog/amxmodx.pch + .\jitdebugbinlog/ + .\jitdebugbinlog/ + .\jitdebugbinlog/ + Level3 + true + EditAndContinue + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + ..\zlib\zlib.lib;..\JIT\amxjitsn.obj;..\JIT\amxexecn.obj;..\JIT\natives-x86.obj;%(AdditionalDependencies) + 0.1 + true + ..\extra\lib_win32;%(AdditionalLibraryDirectories) + LIBC;LIBCD;LIBCMT;%(IgnoreSpecificDefaultLibraries) + + + true + .\jitdebugbinlog/amxmodx_bl_mm.pdb + .\jitdebugbinlog/amxmodx_bl_mm.lib + Windows + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\release/amxmodx.tlb + + + MaxSpeed + OnlyExplicitInline + true + Speed + true + ..\;..\..\public;..\..\public\sdk;..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;HAVE_STDINT_H;_USRDLL;amxmodx_EXPORTS;JIT;ASM32;PAWN_CELL_SIZE=32;BINLOG_ENABLED;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) + false + true + MultiThreaded + true + true + false + + + amxmodx.h + .\jitreleasebinlog/amxmodx.pch + .\jitreleasebinlog/ + .\jitreleasebinlog/ + .\jitreleasebinlog/ + Level3 + true + ProgramDatabase + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + ..\zlib\zlib.lib;..\JIT\amxjitsn.obj;..\JIT\amxexecn.obj;..\JIT\natives-x86.obj;%(AdditionalDependencies) + true + ..\extra\lib_win32;%(AdditionalLibraryDirectories) + LIBC;LIBCD;LIBCMTD;%(IgnoreSpecificDefaultLibraries) + + + true + .\jitreleasebinlog/amxmodx_bl_mm.pdb + true + .\jitreleasebinlog/amxmodx_bl_mm.lib + Windows + + + + + + + + + + + + true + true + + + + + + + + + + + + + + + + + + + + + + + + AssemblyAndSourceCode + AssemblyAndSourceCode + + + + + + + + + + + + + + + + All + All + + + + + + + + + + true + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + \ No newline at end of file diff --git a/amxmodx/msvc10/amxmodx_mm.vcxproj.filters b/amxmodx/msvc12/amxmodx_mm.vcxproj.filters similarity index 96% rename from amxmodx/msvc10/amxmodx_mm.vcxproj.filters rename to amxmodx/msvc12/amxmodx_mm.vcxproj.filters index da6557f5..db6aeada 100644 --- a/amxmodx/msvc10/amxmodx_mm.vcxproj.filters +++ b/amxmodx/msvc12/amxmodx_mm.vcxproj.filters @@ -1,432 +1,432 @@ - - - - - {0d31fe96-c452-4d62-8c7c-0f0f8d69efa8} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {6e1c49c6-6432-4873-bb9a-9d30996955b2} - h;hpp;hxx;hm;inl - - - {721333c3-98b9-4888-a3ec-637a2bd46091} - rc - - - {e347f4b5-ec94-43d6-b45b-85ab3f146a45} - - - {1cec296a-ddcc-44da-97c4-2a4d0f4d6fc7} - - - {bbfaec3e-7d17-45ea-8b84-093fa5714022} - - - {4022451d-eb5f-4f14-b8d8-2ce23fec6e59} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - SDK - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - SDK - - - SDK - - - - - Resource Files - - - - - Assembly - - - Assembly - - - Assembly - - - Assembly - - - Assembly - - - Assembly - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - - - Assembly\Builds - - + + + + + {0d31fe96-c452-4d62-8c7c-0f0f8d69efa8} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {6e1c49c6-6432-4873-bb9a-9d30996955b2} + h;hpp;hxx;hm;inl + + + {721333c3-98b9-4888-a3ec-637a2bd46091} + rc + + + {e347f4b5-ec94-43d6-b45b-85ab3f146a45} + + + {1cec296a-ddcc-44da-97c4-2a4d0f4d6fc7} + + + {bbfaec3e-7d17-45ea-8b84-093fa5714022} + + + {4022451d-eb5f-4f14-b8d8-2ce23fec6e59} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + SDK + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + SDK + + + SDK + + + + + Resource Files + + + + + Assembly + + + Assembly + + + Assembly + + + Assembly + + + Assembly + + + Assembly + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + + + Assembly\Builds + + \ No newline at end of file diff --git a/dlls/cstrike/cstrike/msvc10/cstrike.sln b/dlls/cstrike/cstrike/msvc12/cstrike.sln similarity index 97% rename from dlls/cstrike/cstrike/msvc10/cstrike.sln rename to dlls/cstrike/cstrike/msvc12/cstrike.sln index 10ff8318..b810a6a0 100644 --- a/dlls/cstrike/cstrike/msvc10/cstrike.sln +++ b/dlls/cstrike/cstrike/msvc12/cstrike.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cstrike", "cstrike.vcxproj", "{AB148B92-4F47-42E6-8268-AB4E588EC6A2}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Debug|Win32.ActiveCfg = Debug|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Debug|Win32.Build.0 = Debug|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Release|Win32.ActiveCfg = Release|Win32 - {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cstrike", "cstrike.vcxproj", "{AB148B92-4F47-42E6-8268-AB4E588EC6A2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Debug|Win32.ActiveCfg = Debug|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Debug|Win32.Build.0 = Debug|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Release|Win32.ActiveCfg = Release|Win32 + {AB148B92-4F47-42E6-8268-AB4E588EC6A2}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/cstrike/cstrike/msvc10/cstrike.vcxproj b/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj similarity index 98% rename from dlls/cstrike/cstrike/msvc10/cstrike.vcxproj rename to dlls/cstrike/cstrike/msvc12/cstrike.vcxproj index 32f30dcd..c6853448 100644 --- a/dlls/cstrike/cstrike/msvc10/cstrike.vcxproj +++ b/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj @@ -1,171 +1,171 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {AB148B92-4F47-42E6-8268-AB4E588EC6A2} - cstrike - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - false - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/cstrike.tlb - - - - - Disabled - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;..\..\..\..\public\memtools;..\sdk;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_STDINT_H;_CRT_SECURE_NO_DEPRECATE;CSTRIKE_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/cstrike.pch - .\Debug/ - .\Debug/ - .\Debug/ - true - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x041d - - - true - - - true - .\Debug/cstrike_amx_debug.pdb - .\Debug/cstrike_amx_debug.lib - MachineX86 - Windows - LIBCMT; - false - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/cstrike.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;..\..\..\..\public\memtools;..\sdk;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_STDINT_H;_CRT_SECURE_NO_DEPRECATE;CSTRIKE_EXPORTS;%(PreprocessorDefinitions) - true - MultiThreaded - true - false - - - .\Release/cstrike.pch - .\Release/ - .\Release/ - .\Release/ - true - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x041d - - - true - - - .\Release/cstrike_amx.pdb - .\Release/cstrike_amx.lib - MachineX86 - Windows - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {AB148B92-4F47-42E6-8268-AB4E588EC6A2} + cstrike + + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + false + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/cstrike.tlb + + + + + Disabled + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;..\..\..\..\public\memtools;..\sdk;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_STDINT_H;_CRT_SECURE_NO_DEPRECATE;CSTRIKE_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/cstrike.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x041d + + + true + + + true + .\Debug/cstrike_amx_debug.pdb + .\Debug/cstrike_amx_debug.lib + MachineX86 + Windows + LIBCMT; + false + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/cstrike.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;..\..\..\..\public\memtools;..\sdk;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;HAVE_STDINT_H;_CRT_SECURE_NO_DEPRECATE;CSTRIKE_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + true + false + + + .\Release/cstrike.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x041d + + + true + + + .\Release/cstrike_amx.pdb + .\Release/cstrike_amx.lib + MachineX86 + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/cstrike/cstrike/msvc10/cstrike.vcxproj.filters b/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj.filters similarity index 97% rename from dlls/cstrike/cstrike/msvc10/cstrike.vcxproj.filters rename to dlls/cstrike/cstrike/msvc12/cstrike.vcxproj.filters index 732df515..49059432 100644 --- a/dlls/cstrike/cstrike/msvc10/cstrike.vcxproj.filters +++ b/dlls/cstrike/cstrike/msvc12/cstrike.vcxproj.filters @@ -1,94 +1,94 @@ - - - - - {0615a998-49c8-4f57-bec7-1532d54df188} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {29a813c3-e469-4be4-94ed-392e8a22ab00} - h;hpp;hxx;hm;inl - - - {5decfda1-68e2-4607-9b10-8264a6435b9f} - - - {d4b7660b-944c-4ef2-8142-36eb222dbc28} - - - {7be12e0f-47b1-4d7e-880c-83e5d1c378d1} - - - {bbcd1d67-4670-423d-912f-695737e76bad} - - - {074d4da1-d1be-40ba-8417-1fc388d85568} - - - {4f3c4a13-065a-49b1-83a1-f646a3ec3678} - - - - - Source Files - - - Source Files - - - Source Files - - - Memtools - - - Memtools\CDetour - - - Memtools\CDetour\asm - - - Source Files - - - Source Files - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Memtools - - - Memtools\CDetour - - - Memtools\CDetour - - - Memtools\CDetour\asm - - - Header Files - - - Module SDK\SDK Base - - - Module SDK - - - - - Pawn Includes - - + + + + + {0615a998-49c8-4f57-bec7-1532d54df188} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {29a813c3-e469-4be4-94ed-392e8a22ab00} + h;hpp;hxx;hm;inl + + + {5decfda1-68e2-4607-9b10-8264a6435b9f} + + + {d4b7660b-944c-4ef2-8142-36eb222dbc28} + + + {7be12e0f-47b1-4d7e-880c-83e5d1c378d1} + + + {bbcd1d67-4670-423d-912f-695737e76bad} + + + {074d4da1-d1be-40ba-8417-1fc388d85568} + + + {4f3c4a13-065a-49b1-83a1-f646a3ec3678} + + + + + Source Files + + + Source Files + + + Source Files + + + Memtools + + + Memtools\CDetour + + + Memtools\CDetour\asm + + + Source Files + + + Source Files + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Memtools + + + Memtools\CDetour + + + Memtools\CDetour + + + Memtools\CDetour\asm + + + Header Files + + + Module SDK\SDK Base + + + Module SDK + + + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/cstrike/csx/WinCSX/msvc10/WinCSX.sln b/dlls/cstrike/csx/WinCSX/msvc12/WinCSX.sln similarity index 97% rename from dlls/cstrike/csx/WinCSX/msvc10/WinCSX.sln rename to dlls/cstrike/csx/WinCSX/msvc12/WinCSX.sln index 33239ace..c35006c6 100644 --- a/dlls/cstrike/csx/WinCSX/msvc10/WinCSX.sln +++ b/dlls/cstrike/csx/WinCSX/msvc12/WinCSX.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinCSX", "WinCSX.vcxproj", "{39A1E5DD-81A1-441D-B99A-E50A01DB05D7}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.ActiveCfg = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.Build.0 = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.ActiveCfg = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinCSX", "WinCSX.vcxproj", "{39A1E5DD-81A1-441D-B99A-E50A01DB05D7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.ActiveCfg = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.Build.0 = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.ActiveCfg = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/cstrike/csx/WinCSX/msvc10/WinCSX.vcxproj b/dlls/cstrike/csx/WinCSX/msvc12/WinCSX.vcxproj similarity index 98% rename from dlls/cstrike/csx/WinCSX/msvc10/WinCSX.vcxproj rename to dlls/cstrike/csx/WinCSX/msvc12/WinCSX.vcxproj index 08fd0e1d..7bb23135 100644 --- a/dlls/cstrike/csx/WinCSX/msvc10/WinCSX.vcxproj +++ b/dlls/cstrike/csx/WinCSX/msvc12/WinCSX.vcxproj @@ -1,121 +1,121 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7} - WinCSX - Win32Proj - - - - Application - MultiByte - v120_xp - - - Application - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - - - - Disabled - ..\;..\..\..\..\..\public;..\..\..\..\..\public\sdk; ..\..\..\..\..\public\amtl;..\resources;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - Use - Level3 - EditAndContinue - - - comctl32.lib;%(AdditionalDependencies) - true - $(OutDir)WinCSX.pdb - Windows - MachineX86 - LIBCMT; - false - - - - - ..\;..\..\..\..\..\public;..\..\..\..\..\public\sdk; ..\..\..\..\..\public\amtl;..\resources;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded - Use - Level3 - ProgramDatabase - - - comctl32.lib;%(AdditionalDependencies) - true - Windows - true - true - MachineX86 - - - - - Create - Create - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7} + WinCSX + Win32Proj + + + + Application + MultiByte + v120_xp + + + Application + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..\;..\..\..\..\..\public;..\..\..\..\..\public\sdk; ..\..\..\..\..\public\amtl;..\resources;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Use + Level3 + EditAndContinue + + + comctl32.lib;%(AdditionalDependencies) + true + $(OutDir)WinCSX.pdb + Windows + MachineX86 + LIBCMT; + false + + + + + ..\;..\..\..\..\..\public;..\..\..\..\..\public\sdk; ..\..\..\..\..\public\amtl;..\resources;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreaded + Use + Level3 + ProgramDatabase + + + comctl32.lib;%(AdditionalDependencies) + true + Windows + true + true + MachineX86 + + + + + Create + Create + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/cstrike/csx/WinCSX/msvc10/WinCSX.vcxproj.filters b/dlls/cstrike/csx/WinCSX/msvc12/WinCSX.vcxproj.filters similarity index 97% rename from dlls/cstrike/csx/WinCSX/msvc10/WinCSX.vcxproj.filters rename to dlls/cstrike/csx/WinCSX/msvc12/WinCSX.vcxproj.filters index 3d4c21ad..a33a6176 100644 --- a/dlls/cstrike/csx/WinCSX/msvc10/WinCSX.vcxproj.filters +++ b/dlls/cstrike/csx/WinCSX/msvc12/WinCSX.vcxproj.filters @@ -1,69 +1,69 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - - {a7386e98-0966-480d-a8eb-ff52d0de61a8} - - - - - Source Files - - - Source Files - - - Dependencies - - - - - Header Files - - - Header Files - - - Header Files - - - Dependencies - - - Dependencies - - - Dependencies - - - - - Resource Files - - - Resource Files - - - - - Resource Files - - - - - Resource Files - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx + + + {a7386e98-0966-480d-a8eb-ff52d0de61a8} + + + + + Source Files + + + Source Files + + + Dependencies + + + + + Header Files + + + Header Files + + + Header Files + + + Dependencies + + + Dependencies + + + Dependencies + + + + + Resource Files + + + Resource Files + + + + + Resource Files + + + + + Resource Files + + \ No newline at end of file diff --git a/dlls/cstrike/csx/msvc10/csx.sln b/dlls/cstrike/csx/msvc12/csx.sln similarity index 98% rename from dlls/cstrike/csx/msvc10/csx.sln rename to dlls/cstrike/csx/msvc12/csx.sln index f4e0088f..1e12940d 100644 --- a/dlls/cstrike/csx/msvc10/csx.sln +++ b/dlls/cstrike/csx/msvc12/csx.sln @@ -1,26 +1,26 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csx", "csx.vcxproj", "{1DC4A99A-F23F-4AAE-881C-79D157C91155}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinCSX", "..\WinCSX\msvc10\WinCSX.vcxproj", "{39A1E5DD-81A1-441D-B99A-E50A01DB05D7}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Debug|Win32.ActiveCfg = Debug|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Debug|Win32.Build.0 = Debug|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Release|Win32.ActiveCfg = Release|Win32 - {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Release|Win32.Build.0 = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.ActiveCfg = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.Build.0 = Debug|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.ActiveCfg = Release|Win32 - {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "csx", "csx.vcxproj", "{1DC4A99A-F23F-4AAE-881C-79D157C91155}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "WinCSX", "..\WinCSX\msvc10\WinCSX.vcxproj", "{39A1E5DD-81A1-441D-B99A-E50A01DB05D7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Debug|Win32.ActiveCfg = Debug|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Debug|Win32.Build.0 = Debug|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Release|Win32.ActiveCfg = Release|Win32 + {1DC4A99A-F23F-4AAE-881C-79D157C91155}.Release|Win32.Build.0 = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.ActiveCfg = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Debug|Win32.Build.0 = Debug|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.ActiveCfg = Release|Win32 + {39A1E5DD-81A1-441D-B99A-E50A01DB05D7}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/cstrike/csx/msvc10/csx.vcxproj b/dlls/cstrike/csx/msvc12/csx.vcxproj similarity index 98% rename from dlls/cstrike/csx/msvc10/csx.vcxproj rename to dlls/cstrike/csx/msvc12/csx.vcxproj index 4a63179d..363c52e6 100644 --- a/dlls/cstrike/csx/msvc10/csx.vcxproj +++ b/dlls/cstrike/csx/msvc12/csx.vcxproj @@ -1,164 +1,164 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {1DC4A99A-F23F-4AAE-881C-79D157C91155} - csx - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - false - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/csx.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;csx_EXPORTS;JIT;%(PreprocessorDefinitions) - true - MultiThreaded - Default - false - false - - - .\Release/csx.pch - .\Release/ - .\Release/ - .\Release/ - true - Level3 - true - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - .\Release/csx_amxx.pdb - .\Release/csx_amxx.lib - MachineX86 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/csx.tlb - - - - - Disabled - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;csx_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/csx.pch - .\Debug/ - .\Debug/ - .\Debug/ - true - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - true - .\Debug/csx_amxx.pdb - .\Debug/csx_amxx.lib - MachineX86 - Windows - LIBCMT; - false - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {1DC4A99A-F23F-4AAE-881C-79D157C91155} + csx + + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + false + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/csx.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;csx_EXPORTS;JIT;%(PreprocessorDefinitions) + true + MultiThreaded + Default + false + false + + + .\Release/csx.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + .\Release/csx_amxx.pdb + .\Release/csx_amxx.lib + MachineX86 + Windows + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/csx.tlb + + + + + Disabled + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;csx_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/csx.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + .\Debug/csx_amxx.pdb + .\Debug/csx_amxx.lib + MachineX86 + Windows + LIBCMT; + false + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/cstrike/csx/msvc10/csx.vcxproj.filters b/dlls/cstrike/csx/msvc12/csx.vcxproj.filters similarity index 97% rename from dlls/cstrike/csx/msvc10/csx.vcxproj.filters rename to dlls/cstrike/csx/msvc12/csx.vcxproj.filters index 0e95c346..e0865b43 100644 --- a/dlls/cstrike/csx/msvc10/csx.vcxproj.filters +++ b/dlls/cstrike/csx/msvc12/csx.vcxproj.filters @@ -1,67 +1,67 @@ - - - - - {7eb4e308-0d6a-4435-a464-ab5ab13bc5ed} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {7cf08006-0e1e-46ff-ad9a-87bb445c1536} - h;hpp;hxx;hm;inl - - - {360754a5-9e04-467e-bf57-fde61c3a3410} - - - {a235d32e-883a-4d2e-bf27-e8eadfdbf666} - - - {3f559917-fcbd-4cd3-8136-8a7a769af465} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - SDK\SDK Base - - - - - Header Files - - - Header Files - - - Header Files - - - SDK - - - SDK\SDK Base - - - - - Pawn Includes - - - Pawn Includes - - + + + + + {7eb4e308-0d6a-4435-a464-ab5ab13bc5ed} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {7cf08006-0e1e-46ff-ad9a-87bb445c1536} + h;hpp;hxx;hm;inl + + + {360754a5-9e04-467e-bf57-fde61c3a3410} + + + {a235d32e-883a-4d2e-bf27-e8eadfdbf666} + + + {3f559917-fcbd-4cd3-8136-8a7a769af465} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + SDK\SDK Base + + + + + Header Files + + + Header Files + + + Header Files + + + SDK + + + SDK\SDK Base + + + + + Pawn Includes + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/dod/dodfun/msvc10/dodfun.sln b/dlls/dod/dodfun/msvc12/dodfun.sln similarity index 97% rename from dlls/dod/dodfun/msvc10/dodfun.sln rename to dlls/dod/dodfun/msvc12/dodfun.sln index 885b2656..a2ed23d3 100644 --- a/dlls/dod/dodfun/msvc10/dodfun.sln +++ b/dlls/dod/dodfun/msvc12/dodfun.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dodfun", "dodfun.vcxproj", "{2742C607-9FAB-47B3-8A13-E999BC6FDB54}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Debug|Win32.ActiveCfg = Debug|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Debug|Win32.Build.0 = Debug|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Release|Win32.ActiveCfg = Release|Win32 - {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dodfun", "dodfun.vcxproj", "{2742C607-9FAB-47B3-8A13-E999BC6FDB54}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Debug|Win32.ActiveCfg = Debug|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Debug|Win32.Build.0 = Debug|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Release|Win32.ActiveCfg = Release|Win32 + {2742C607-9FAB-47B3-8A13-E999BC6FDB54}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/dod/dodfun/msvc10/dodfun.vcxproj b/dlls/dod/dodfun/msvc12/dodfun.vcxproj similarity index 98% rename from dlls/dod/dodfun/msvc10/dodfun.vcxproj rename to dlls/dod/dodfun/msvc12/dodfun.vcxproj index eeec34d8..be58ef99 100644 --- a/dlls/dod/dodfun/msvc10/dodfun.vcxproj +++ b/dlls/dod/dodfun/msvc12/dodfun.vcxproj @@ -1,163 +1,163 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {2742C607-9FAB-47B3-8A13-E999BC6FDB54} - dodfun - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - false - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/dodfun.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - dodfun_EXPORTS;%(PreprocessorDefinitions) - true - MultiThreaded - 4Bytes - true - false - - - .\Release/dodfun.pch - .\Release/ - .\Release/ - .\Release/ - true - Level3 - true - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - .\Release/dodfun_amxx.pdb - .\Release/dodfun_amxx.lib - MachineX86 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/dodfun.tlb - - - - - Disabled - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;dodfun_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/dodfun.pch - .\Debug/ - .\Debug/ - .\Debug/ - true - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - true - .\Debug/dodfun_amxx.pdb - .\Debug/dodfun_amxx.lib - MachineX86 - Windows - LIBCMT; - false - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {2742C607-9FAB-47B3-8A13-E999BC6FDB54} + dodfun + + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + false + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/dodfun.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + dodfun_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + 4Bytes + true + false + + + .\Release/dodfun.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + .\Release/dodfun_amxx.pdb + .\Release/dodfun_amxx.lib + MachineX86 + Windows + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/dodfun.tlb + + + + + Disabled + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;dodfun_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/dodfun.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + .\Debug/dodfun_amxx.pdb + .\Debug/dodfun_amxx.lib + MachineX86 + Windows + LIBCMT; + false + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/dod/dodfun/msvc10/dodfun.vcxproj.filters b/dlls/dod/dodfun/msvc12/dodfun.vcxproj.filters similarity index 97% rename from dlls/dod/dodfun/msvc10/dodfun.vcxproj.filters rename to dlls/dod/dodfun/msvc12/dodfun.vcxproj.filters index 161b72c6..b13a9b2c 100644 --- a/dlls/dod/dodfun/msvc10/dodfun.vcxproj.filters +++ b/dlls/dod/dodfun/msvc12/dodfun.vcxproj.filters @@ -1,67 +1,67 @@ - - - - - {e351fd6e-ca57-4372-a9b0-70a72d603662} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {da2b311a-37af-4d33-8a3f-533cb2f6d93a} - h;hpp;hxx;hm;inl - - - {6d2ba41b-56a1-4768-913b-93f937195ac7} - - - {6752d054-aa0a-4fed-a669-d40513172473} - - - {2deb0e1f-fb04-4734-ae4a-39fa3d4eab86} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Module SDK - - - Module SDK\SDK Base - - - - - Pawn Includes - - - Pawn Includes - - + + + + + {e351fd6e-ca57-4372-a9b0-70a72d603662} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {da2b311a-37af-4d33-8a3f-533cb2f6d93a} + h;hpp;hxx;hm;inl + + + {6d2ba41b-56a1-4768-913b-93f937195ac7} + + + {6752d054-aa0a-4fed-a669-d40513172473} + + + {2deb0e1f-fb04-4734-ae4a-39fa3d4eab86} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Module SDK + + + Module SDK\SDK Base + + + + + Pawn Includes + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/dod/dodx/msvc10/dodx.sln b/dlls/dod/dodx/msvc12/dodx.sln similarity index 97% rename from dlls/dod/dodx/msvc10/dodx.sln rename to dlls/dod/dodx/msvc12/dodx.sln index 82f6a432..4e3fdc8a 100644 --- a/dlls/dod/dodx/msvc10/dodx.sln +++ b/dlls/dod/dodx/msvc12/dodx.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dodx", "dodx.vcxproj", "{9008A886-2DD0-443C-B468-AD84868D89B0}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9008A886-2DD0-443C-B468-AD84868D89B0}.Debug|Win32.ActiveCfg = Debug|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.Debug|Win32.Build.0 = Debug|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.Release|Win32.ActiveCfg = Release|Win32 - {9008A886-2DD0-443C-B468-AD84868D89B0}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dodx", "dodx.vcxproj", "{9008A886-2DD0-443C-B468-AD84868D89B0}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9008A886-2DD0-443C-B468-AD84868D89B0}.Debug|Win32.ActiveCfg = Debug|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.Debug|Win32.Build.0 = Debug|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.Release|Win32.ActiveCfg = Release|Win32 + {9008A886-2DD0-443C-B468-AD84868D89B0}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/dod/dodx/msvc10/dodx.vcxproj b/dlls/dod/dodx/msvc12/dodx.vcxproj similarity index 98% rename from dlls/dod/dodx/msvc10/dodx.vcxproj rename to dlls/dod/dodx/msvc12/dodx.vcxproj index c11452c1..071a89a4 100644 --- a/dlls/dod/dodx/msvc10/dodx.vcxproj +++ b/dlls/dod/dodx/msvc12/dodx.vcxproj @@ -1,166 +1,166 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {9008A886-2DD0-443C-B468-AD84868D89B0} - dodx - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - false - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/dodx.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - dodx_EXPORTS;%(PreprocessorDefinitions) - true - MultiThreaded - 4Bytes - true - false - - - .\Release/dodx.pch - .\Release/ - .\Release/ - .\Release/ - true - Level3 - true - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - .\Release/dodx_amxx.pdb - .\Release/dodx_amxx.lib - MachineX86 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/dodx.tlb - - - - - Disabled - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;dodx_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/dodx.pch - .\Debug/ - .\Debug/ - .\Debug/ - true - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - true - .\Debug/dodx_amxx.pdb - .\Debug/dodx_amxx.lib - MachineX86 - Windows - LIBCMT; - false - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {9008A886-2DD0-443C-B468-AD84868D89B0} + dodx + + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + false + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/dodx.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + dodx_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + 4Bytes + true + false + + + .\Release/dodx.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + .\Release/dodx_amxx.pdb + .\Release/dodx_amxx.lib + MachineX86 + Windows + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/dodx.tlb + + + + + Disabled + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;dodx_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/dodx.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + .\Debug/dodx_amxx.pdb + .\Debug/dodx_amxx.lib + MachineX86 + Windows + LIBCMT; + false + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/dod/dodx/msvc10/dodx.vcxproj.filters b/dlls/dod/dodx/msvc12/dodx.vcxproj.filters similarity index 97% rename from dlls/dod/dodx/msvc10/dodx.vcxproj.filters rename to dlls/dod/dodx/msvc12/dodx.vcxproj.filters index 5d2f5860..0052797e 100644 --- a/dlls/dod/dodx/msvc10/dodx.vcxproj.filters +++ b/dlls/dod/dodx/msvc12/dodx.vcxproj.filters @@ -1,76 +1,76 @@ - - - - - {7b3bf548-685a-4efe-a39e-9a9150707224} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {0d75ff4c-4fee-4555-960e-4c6bef90a583} - h;hpp;hxx;hm;inl - - - {3c361b8e-4250-46f4-9a55-2ae9c7cf46bd} - - - {e54cb8e3-b926-4c43-bb8b-1ccde53f2af3} - - - {d13b95f6-bd1e-4c68-a7f1-57e4f39ffde3} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Header Files - - - Module SDK - - - Module SDK\SDK Base - - - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - + + + + + {7b3bf548-685a-4efe-a39e-9a9150707224} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {0d75ff4c-4fee-4555-960e-4c6bef90a583} + h;hpp;hxx;hm;inl + + + {3c361b8e-4250-46f4-9a55-2ae9c7cf46bd} + + + {e54cb8e3-b926-4c43-bb8b-1ccde53f2af3} + + + {d13b95f6-bd1e-4c68-a7f1-57e4f39ffde3} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Header Files + + + Module SDK + + + Module SDK\SDK Base + + + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/engine/msvc10/engine.sln b/dlls/engine/msvc12/engine.sln similarity index 97% rename from dlls/engine/msvc10/engine.sln rename to dlls/engine/msvc12/engine.sln index 23e8a79f..b9ae0a35 100644 --- a/dlls/engine/msvc10/engine.sln +++ b/dlls/engine/msvc12/engine.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "engine", "engine.vcxproj", "{B3F4467B-6148-4EBF-B897-168D81CF8D9B}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Debug|Win32.ActiveCfg = Debug|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Debug|Win32.Build.0 = Debug|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Release|Win32.ActiveCfg = Release|Win32 - {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "engine", "engine.vcxproj", "{B3F4467B-6148-4EBF-B897-168D81CF8D9B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Debug|Win32.ActiveCfg = Debug|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Debug|Win32.Build.0 = Debug|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Release|Win32.ActiveCfg = Release|Win32 + {B3F4467B-6148-4EBF-B897-168D81CF8D9B}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/engine/msvc10/engine.vcxproj b/dlls/engine/msvc12/engine.vcxproj similarity index 98% rename from dlls/engine/msvc10/engine.vcxproj rename to dlls/engine/msvc12/engine.vcxproj index cbdf96f0..140c19af 100644 --- a/dlls/engine/msvc10/engine.vcxproj +++ b/dlls/engine/msvc12/engine.vcxproj @@ -1,124 +1,124 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {B3F4467B-6148-4EBF-B897-168D81CF8D9B} - engine - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;ENGINE_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - 4Bytes - false - - - Level3 - ProgramDatabase - - - true - $(OutDir)engine.pdb - Windows - $(OutDir)engine.lib - MachineX86 - LIBCMT; - false - - - - - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;ENGINE_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) - MultiThreaded - 4Bytes - false - - - Level3 - ProgramDatabase - - - true - Windows - true - true - $(OutDir)engine.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {B3F4467B-6148-4EBF-B897-168D81CF8D9B} + engine + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;ENGINE_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + 4Bytes + false + + + Level3 + ProgramDatabase + + + true + $(OutDir)engine.pdb + Windows + $(OutDir)engine.lib + MachineX86 + LIBCMT; + false + + + + + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;ENGINE_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) + MultiThreaded + 4Bytes + false + + + Level3 + ProgramDatabase + + + true + Windows + true + true + $(OutDir)engine.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/engine/msvc10/engine.vcxproj.filters b/dlls/engine/msvc12/engine.vcxproj.filters similarity index 97% rename from dlls/engine/msvc10/engine.vcxproj.filters rename to dlls/engine/msvc12/engine.vcxproj.filters index 1b2dd4ef..b062f64c 100644 --- a/dlls/engine/msvc10/engine.vcxproj.filters +++ b/dlls/engine/msvc12/engine.vcxproj.filters @@ -1,73 +1,73 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {fb945ae1-3977-41e3-a51b-04242aff8c78} - - - {aad49737-4d0e-4276-a471-dc77365bf9e0} - - - {e7f2c5c2-cba9-4712-a576-ceb676c94b36} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Header Files - - - Module SDK - - - Module SDK\SDK Base - - - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {fb945ae1-3977-41e3-a51b-04242aff8c78} + + + {aad49737-4d0e-4276-a471-dc77365bf9e0} + + + {e7f2c5c2-cba9-4712-a576-ceb676c94b36} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Header Files + + + Module SDK + + + Module SDK\SDK Base + + + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/fakemeta/msvc10/fakemeta.sln b/dlls/fakemeta/msvc12/fakemeta.sln similarity index 97% rename from dlls/fakemeta/msvc10/fakemeta.sln rename to dlls/fakemeta/msvc12/fakemeta.sln index 58c34bff..c88c518a 100644 --- a/dlls/fakemeta/msvc10/fakemeta.sln +++ b/dlls/fakemeta/msvc12/fakemeta.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fakemeta", "fakemeta.vcxproj", "{5E393C37-22F2-4CA2-9022-6400DC582447}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.ActiveCfg = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.Build.0 = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.ActiveCfg = Release|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fakemeta", "fakemeta.vcxproj", "{5E393C37-22F2-4CA2-9022-6400DC582447}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.ActiveCfg = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.Build.0 = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.ActiveCfg = Release|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/fakemeta/msvc10/fakemeta.vcxproj b/dlls/fakemeta/msvc12/fakemeta.vcxproj similarity index 98% rename from dlls/fakemeta/msvc10/fakemeta.vcxproj rename to dlls/fakemeta/msvc12/fakemeta.vcxproj index 938c374d..8b9211a4 100644 --- a/dlls/fakemeta/msvc10/fakemeta.vcxproj +++ b/dlls/fakemeta/msvc12/fakemeta.vcxproj @@ -1,134 +1,134 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {5E393C37-22F2-4CA2-9022-6400DC582447} - fakemeta - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;FAKEMETA_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - false - - - Level3 - ProgramDatabase - - - true - $(OutDir)fakemeta.pdb - Windows - $(OutDir)fakemeta.lib - MachineX86 - LIBCMT; - false - - - - - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;FAKEMETA_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) - MultiThreaded - false - - - Level3 - ProgramDatabase - - - true - Windows - true - true - $(OutDir)fakemeta.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {5E393C37-22F2-4CA2-9022-6400DC582447} + fakemeta + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;FAKEMETA_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + false + + + Level3 + ProgramDatabase + + + true + $(OutDir)fakemeta.pdb + Windows + $(OutDir)fakemeta.lib + MachineX86 + LIBCMT; + false + + + + + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;FAKEMETA_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) + MultiThreaded + false + + + Level3 + ProgramDatabase + + + true + Windows + true + true + $(OutDir)fakemeta.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/fakemeta/msvc10/fakemeta.vcxproj.filters b/dlls/fakemeta/msvc12/fakemeta.vcxproj.filters similarity index 97% rename from dlls/fakemeta/msvc10/fakemeta.vcxproj.filters rename to dlls/fakemeta/msvc12/fakemeta.vcxproj.filters index 014eba4c..401868f4 100644 --- a/dlls/fakemeta/msvc10/fakemeta.vcxproj.filters +++ b/dlls/fakemeta/msvc12/fakemeta.vcxproj.filters @@ -1,126 +1,126 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {bbbfe9e0-f131-4ea2-ab5d-e1e647fe971d} - h;hpp;hxx;hm;inl;inc;xsd - - - {f9ab36af-ee07-4b74-89c4-241e4368e345} - - - {e73c46ee-9f31-4845-9edb-0a99dada88f8} - - - {ac3972cf-c432-4412-958d-6ecba616e88d} - - - {14135037-e6ef-477a-914a-d327d205b618} - - - {8ac4a2a8-af79-4207-ba9c-911de9d010e0} - - - {0adc8b80-c155-4485-b120-f53f3d5720d6} - - - {0344b160-2b56-480c-adda-7cd9f399a546} - - - {65d8835f-89cd-44ab-b2ac-83617ab4d7b3} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Engine Funcs - - - Engine Funcs - - - PEV - - - Forwards - - - Globals - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Engine Funcs - - - Engine Funcs - - - Forwards - - - Forwards - - - Globals - - - Module SDK\AMXX STL - - - Module SDK\AMXX STL - - - Module SDK - - - Module SDK\SDK Base - - - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - - - - PEV - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {bbbfe9e0-f131-4ea2-ab5d-e1e647fe971d} + h;hpp;hxx;hm;inl;inc;xsd + + + {f9ab36af-ee07-4b74-89c4-241e4368e345} + + + {e73c46ee-9f31-4845-9edb-0a99dada88f8} + + + {ac3972cf-c432-4412-958d-6ecba616e88d} + + + {14135037-e6ef-477a-914a-d327d205b618} + + + {8ac4a2a8-af79-4207-ba9c-911de9d010e0} + + + {0adc8b80-c155-4485-b120-f53f3d5720d6} + + + {0344b160-2b56-480c-adda-7cd9f399a546} + + + {65d8835f-89cd-44ab-b2ac-83617ab4d7b3} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Engine Funcs + + + Engine Funcs + + + PEV + + + Forwards + + + Globals + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Engine Funcs + + + Engine Funcs + + + Forwards + + + Forwards + + + Globals + + + Module SDK\AMXX STL + + + Module SDK\AMXX STL + + + Module SDK + + + Module SDK\SDK Base + + + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + + + + PEV + + \ No newline at end of file diff --git a/dlls/fun/msvc10/fun.sln b/dlls/fun/msvc12/fun.sln similarity index 97% rename from dlls/fun/msvc10/fun.sln rename to dlls/fun/msvc12/fun.sln index 4800ba1f..4bbe29b0 100644 --- a/dlls/fun/msvc10/fun.sln +++ b/dlls/fun/msvc12/fun.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fun", "fun.vcxproj", "{43B95C78-8D1A-4D12-B668-2520B38E1DA3}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Debug|Win32.ActiveCfg = Debug|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Debug|Win32.Build.0 = Debug|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Release|Win32.ActiveCfg = Release|Win32 - {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "fun", "fun.vcxproj", "{43B95C78-8D1A-4D12-B668-2520B38E1DA3}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Debug|Win32.ActiveCfg = Debug|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Debug|Win32.Build.0 = Debug|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Release|Win32.ActiveCfg = Release|Win32 + {43B95C78-8D1A-4D12-B668-2520B38E1DA3}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/fun/msvc10/fun.vcxproj b/dlls/fun/msvc12/fun.vcxproj similarity index 98% rename from dlls/fun/msvc10/fun.vcxproj rename to dlls/fun/msvc12/fun.vcxproj index 5a0a3d44..d56143f1 100644 --- a/dlls/fun/msvc10/fun.vcxproj +++ b/dlls/fun/msvc12/fun.vcxproj @@ -1,158 +1,158 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {43B95C78-8D1A-4D12-B668-2520B38E1DA3} - fun_amx - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - false - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/fun.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;FUN_EXPORTS;%(PreprocessorDefinitions) - true - MultiThreaded - true - false - - - .\Release/fun.pch - .\Release/ - .\Release/ - .\Release/ - true - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x041d - - - true - - - .\Release/fun.pdb - .\Release/fun.lib - MachineX86 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/fun.tlb - - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;FUN_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/fun.pch - .\Debug/ - .\Debug/ - .\Debug/ - true - Level3 - true - ProgramDatabase - - - _DEBUG;%(PreprocessorDefinitions) - 0x041d - - - true - - - true - .\Debug/fun_debug.pdb - .\Debug/fun_debug.lib - MachineX86 - Windows - LIBCMT; - false - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {43B95C78-8D1A-4D12-B668-2520B38E1DA3} + fun_amx + + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + false + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/fun.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;FUN_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + true + false + + + .\Release/fun.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x041d + + + true + + + .\Release/fun.pdb + .\Release/fun.lib + MachineX86 + Windows + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/fun.tlb + + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;FUN_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/fun.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + ProgramDatabase + + + _DEBUG;%(PreprocessorDefinitions) + 0x041d + + + true + + + true + .\Debug/fun_debug.pdb + .\Debug/fun_debug.lib + MachineX86 + Windows + LIBCMT; + false + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/fun/msvc10/fun.vcxproj.filters b/dlls/fun/msvc12/fun.vcxproj.filters similarity index 97% rename from dlls/fun/msvc10/fun.vcxproj.filters rename to dlls/fun/msvc12/fun.vcxproj.filters index ef6ae9bd..130e2fa3 100644 --- a/dlls/fun/msvc10/fun.vcxproj.filters +++ b/dlls/fun/msvc12/fun.vcxproj.filters @@ -1,46 +1,46 @@ - - - - - {ba21369e-bcde-48fa-8359-0c0a99f70e47} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {dd59ac12-189c-4c0d-91a0-0b8fc9bc98d6} - h;hpp;hxx;hm;inl - - - {0531e0fa-dd77-46b3-862f-246a8f9f4142} - - - {f90d9af9-d6c3-41b2-85e0-3302421924b1} - - - {2256d296-4d3f-4321-8afb-8ff5dff8053f} - - - - - Source Files - - - Module SDK\SDK Base - - - - - Header Files - - - Module SDK - - - Module SDK\SDK Base - - - - - Pawn Includes - - + + + + + {ba21369e-bcde-48fa-8359-0c0a99f70e47} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {dd59ac12-189c-4c0d-91a0-0b8fc9bc98d6} + h;hpp;hxx;hm;inl + + + {0531e0fa-dd77-46b3-862f-246a8f9f4142} + + + {f90d9af9-d6c3-41b2-85e0-3302421924b1} + + + {2256d296-4d3f-4321-8afb-8ff5dff8053f} + + + + + Source Files + + + Module SDK\SDK Base + + + + + Header Files + + + Module SDK + + + Module SDK\SDK Base + + + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/geoip/msvc10/geoip.sln b/dlls/geoip/msvc12/geoip.sln similarity index 97% rename from dlls/geoip/msvc10/geoip.sln rename to dlls/geoip/msvc12/geoip.sln index 2f0fcd70..18445787 100644 --- a/dlls/geoip/msvc10/geoip.sln +++ b/dlls/geoip/msvc12/geoip.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "geoip", "geoip.vcxproj", "{036FA046-A6BF-4D80-8986-71FDD1528B55}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {036FA046-A6BF-4D80-8986-71FDD1528B55}.Debug|Win32.ActiveCfg = Debug|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.Debug|Win32.Build.0 = Debug|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.Release|Win32.ActiveCfg = Release|Win32 - {036FA046-A6BF-4D80-8986-71FDD1528B55}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "geoip", "geoip.vcxproj", "{036FA046-A6BF-4D80-8986-71FDD1528B55}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {036FA046-A6BF-4D80-8986-71FDD1528B55}.Debug|Win32.ActiveCfg = Debug|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.Debug|Win32.Build.0 = Debug|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.Release|Win32.ActiveCfg = Release|Win32 + {036FA046-A6BF-4D80-8986-71FDD1528B55}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/geoip/msvc10/geoip.vcxproj b/dlls/geoip/msvc12/geoip.vcxproj similarity index 98% rename from dlls/geoip/msvc10/geoip.vcxproj rename to dlls/geoip/msvc12/geoip.vcxproj index fb00db0a..49ce2678 100644 --- a/dlls/geoip/msvc10/geoip.vcxproj +++ b/dlls/geoip/msvc12/geoip.vcxproj @@ -1,123 +1,123 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {036FA046-A6BF-4D80-8986-71FDD1528B55} - geoip - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - Disabled - ..\;..\sdk;..\..\..\public;..\..\..\public\amtl;..\..\..\public\sdk;..\GeoIP2;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;GEOIP_EXPORTS;HAVE_STDINT_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - false - - - Level3 - ProgramDatabase - - - ws2_32.lib;%(AdditionalDependencies) - LIBCMT;LIBCMT;%(IgnoreSpecificDefaultLibraries) - true - $(OutDir)geoip.pdb - Windows - $(OutDir)geoip.lib - MachineX86 - false - - - - - ..\;..\sdk;..\..\..\public;..\..\..\public\amtl;..\..\..\public\sdk;..\GeoIP2;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;GEOIP_EXPORTS;HAVE_STDINT_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded - false - - - Level3 - ProgramDatabase - - - ws2_32.lib;%(AdditionalDependencies) - true - Windows - true - true - $(OutDir)geoip.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {036FA046-A6BF-4D80-8986-71FDD1528B55} + geoip + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + Disabled + ..\;..\sdk;..\..\..\public;..\..\..\public\amtl;..\..\..\public\sdk;..\GeoIP2;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;GEOIP_EXPORTS;HAVE_STDINT_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + false + + + Level3 + ProgramDatabase + + + ws2_32.lib;%(AdditionalDependencies) + LIBCMT;LIBCMT;%(IgnoreSpecificDefaultLibraries) + true + $(OutDir)geoip.pdb + Windows + $(OutDir)geoip.lib + MachineX86 + false + + + + + ..\;..\sdk;..\..\..\public;..\..\..\public\amtl;..\..\..\public\sdk;..\GeoIP2;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;GEOIP_EXPORTS;HAVE_STDINT_H;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + MultiThreaded + false + + + Level3 + ProgramDatabase + + + ws2_32.lib;%(AdditionalDependencies) + true + Windows + true + true + $(OutDir)geoip.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/geoip/msvc10/geoip.vcxproj.filters b/dlls/geoip/msvc12/geoip.vcxproj.filters similarity index 97% rename from dlls/geoip/msvc10/geoip.vcxproj.filters rename to dlls/geoip/msvc12/geoip.vcxproj.filters index d6db8744..3d3251a0 100644 --- a/dlls/geoip/msvc10/geoip.vcxproj.filters +++ b/dlls/geoip/msvc12/geoip.vcxproj.filters @@ -1,73 +1,73 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {a6d73610-c960-4557-87c5-2d1b137ed3b3} - - - {09aeab21-6873-491a-accf-e318d14c617d} - - - {f31e7815-11bd-4a86-899e-43f85dfdc067} - - - {0bd4b9fb-f847-4fe5-af3e-9000fc854c5c} - - - - - GeoIP2 - - - Source Files - - - Source Files - - - Source Files - - - Module SDK\SDK Base - - - - - GeoIP2 - - - GeoIP2 - - - GeoIP2 - - - Header Files - - - Header Files - - - Header Files - - - Module SDK - - - Module SDK\SDK Base - - - - - Pawn Includes - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {a6d73610-c960-4557-87c5-2d1b137ed3b3} + + + {09aeab21-6873-491a-accf-e318d14c617d} + + + {f31e7815-11bd-4a86-899e-43f85dfdc067} + + + {0bd4b9fb-f847-4fe5-af3e-9000fc854c5c} + + + + + GeoIP2 + + + Source Files + + + Source Files + + + Source Files + + + Module SDK\SDK Base + + + + + GeoIP2 + + + GeoIP2 + + + GeoIP2 + + + Header Files + + + Header Files + + + Header Files + + + Module SDK + + + Module SDK\SDK Base + + + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/hamsandwich/msvc10/hamsandwich.sln b/dlls/hamsandwich/msvc12/hamsandwich.sln similarity index 97% rename from dlls/hamsandwich/msvc10/hamsandwich.sln rename to dlls/hamsandwich/msvc12/hamsandwich.sln index 67d693d6..7a2ba65d 100644 --- a/dlls/hamsandwich/msvc10/hamsandwich.sln +++ b/dlls/hamsandwich/msvc12/hamsandwich.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hamsandwich", "hamsandwich.vcxproj", "{5E393C37-22F2-4CA2-9022-6400DC582447}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.ActiveCfg = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.Build.0 = Debug|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.ActiveCfg = Release|Win32 - {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hamsandwich", "hamsandwich.vcxproj", "{5E393C37-22F2-4CA2-9022-6400DC582447}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.ActiveCfg = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Debug|Win32.Build.0 = Debug|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.ActiveCfg = Release|Win32 + {5E393C37-22F2-4CA2-9022-6400DC582447}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/hamsandwich/msvc10/hamsandwich.vcxproj b/dlls/hamsandwich/msvc12/hamsandwich.vcxproj similarity index 98% rename from dlls/hamsandwich/msvc10/hamsandwich.vcxproj rename to dlls/hamsandwich/msvc12/hamsandwich.vcxproj index fe9c3c6e..7d505596 100644 --- a/dlls/hamsandwich/msvc10/hamsandwich.vcxproj +++ b/dlls/hamsandwich/msvc12/hamsandwich.vcxproj @@ -1,140 +1,140 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {A8B3717F-2663-4099-AE96-AF5B7266FDA8} - hamsandwich - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;HAMSANDWICH_EXPORTS; HAVE_STDINT_H;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - false - - - Level3 - ProgramDatabase - - - true - $(OutDir)hamsandwich.pdb - Windows - $(OutDir)hamsandwich.lib - MachineX86 - LIBCMT; - false - - - - - - - - - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;HAMSANDWICH_EXPORTS; HAVE_STDINT_H;%(PreprocessorDefinitions) - MultiThreaded - false - - - Level3 - ProgramDatabase - - - true - Windows - true - true - $(OutDir)hamsandwich.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {A8B3717F-2663-4099-AE96-AF5B7266FDA8} + hamsandwich + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;HAMSANDWICH_EXPORTS; HAVE_STDINT_H;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + false + + + Level3 + ProgramDatabase + + + true + $(OutDir)hamsandwich.pdb + Windows + $(OutDir)hamsandwich.lib + MachineX86 + LIBCMT; + false + + + + + + + + + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;HAMSANDWICH_EXPORTS; HAVE_STDINT_H;%(PreprocessorDefinitions) + MultiThreaded + false + + + Level3 + ProgramDatabase + + + true + Windows + true + true + $(OutDir)hamsandwich.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/hamsandwich/msvc10/hamsandwich.vcxproj.filters b/dlls/hamsandwich/msvc12/hamsandwich.vcxproj.filters similarity index 97% rename from dlls/hamsandwich/msvc10/hamsandwich.vcxproj.filters rename to dlls/hamsandwich/msvc12/hamsandwich.vcxproj.filters index 08a62575..e6a629fb 100644 --- a/dlls/hamsandwich/msvc10/hamsandwich.vcxproj.filters +++ b/dlls/hamsandwich/msvc12/hamsandwich.vcxproj.filters @@ -1,127 +1,127 @@ - - - - - {0d21fbb8-146c-4b20-b066-62edc14749d4} - - - {ce417f8e-c1e8-44dc-9838-ca41d802f420} - - - {bba09eb2-251f-40e6-8921-114143fad232} - - - {4fb419c2-3177-4389-9713-a7b032b57c1c} - - - {f626de6a-9bea-468b-97e9-4f5d62307d78} - - - {1915e746-1906-4cac-bc08-e7fcc5c4b36b} - - - {02bee5ba-ea8c-474f-819f-02e86f937cac} - - - {cc96b3b3-d6ef-4d37-9f33-9717aa162f52} - h;hpp;hxx;hm;inl;inc;xsd - - - {1f536280-a798-4422-847e-ed6e8df80258} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - - - Hooks - - - Hooks - - - Hooks - - - Hooks - - - Config File - - - Data Handler - - - Data Handler - - - Source Files - - - Source Files - - - Hooks - - - Module SDK\SDK Base - - - - - Hooks - - - Hooks - - - Hooks - - - Hooks - - - Hooks - - - Hooks - - - Hooks - - - Hooks\Trampolines - - - Data Handler - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Hooks - - - Module SDK\SDK Base - - - Module SDK - - - - - Pawn Includes - - - Pawn Includes - - + + + + + {0d21fbb8-146c-4b20-b066-62edc14749d4} + + + {ce417f8e-c1e8-44dc-9838-ca41d802f420} + + + {bba09eb2-251f-40e6-8921-114143fad232} + + + {4fb419c2-3177-4389-9713-a7b032b57c1c} + + + {f626de6a-9bea-468b-97e9-4f5d62307d78} + + + {1915e746-1906-4cac-bc08-e7fcc5c4b36b} + + + {02bee5ba-ea8c-474f-819f-02e86f937cac} + + + {cc96b3b3-d6ef-4d37-9f33-9717aa162f52} + h;hpp;hxx;hm;inl;inc;xsd + + + {1f536280-a798-4422-847e-ed6e8df80258} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + + + Hooks + + + Hooks + + + Hooks + + + Hooks + + + Config File + + + Data Handler + + + Data Handler + + + Source Files + + + Source Files + + + Hooks + + + Module SDK\SDK Base + + + + + Hooks + + + Hooks + + + Hooks + + + Hooks + + + Hooks + + + Hooks + + + Hooks + + + Hooks\Trampolines + + + Data Handler + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Hooks + + + Module SDK\SDK Base + + + Module SDK + + + + + Pawn Includes + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/mysqlx/msvc10/mysqlx.sln b/dlls/mysqlx/msvc12/mysqlx.sln similarity index 97% rename from dlls/mysqlx/msvc10/mysqlx.sln rename to dlls/mysqlx/msvc12/mysqlx.sln index 820f961b..58693475 100644 --- a/dlls/mysqlx/msvc10/mysqlx.sln +++ b/dlls/mysqlx/msvc12/mysqlx.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysqlx", "mysqlx.vcxproj", "{7877D370-E48E-4A85-8EE4-131863A5B09F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7877D370-E48E-4A85-8EE4-131863A5B09F}.Debug|Win32.ActiveCfg = Debug|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.Debug|Win32.Build.0 = Debug|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.Release|Win32.ActiveCfg = Release|Win32 - {7877D370-E48E-4A85-8EE4-131863A5B09F}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mysqlx", "mysqlx.vcxproj", "{7877D370-E48E-4A85-8EE4-131863A5B09F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7877D370-E48E-4A85-8EE4-131863A5B09F}.Debug|Win32.ActiveCfg = Debug|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.Debug|Win32.Build.0 = Debug|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.Release|Win32.ActiveCfg = Release|Win32 + {7877D370-E48E-4A85-8EE4-131863A5B09F}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/mysqlx/msvc10/mysqlx.vcxproj b/dlls/mysqlx/msvc12/mysqlx.vcxproj similarity index 98% rename from dlls/mysqlx/msvc10/mysqlx.vcxproj rename to dlls/mysqlx/msvc12/mysqlx.vcxproj index 3d26c1fb..56dc48d3 100644 --- a/dlls/mysqlx/msvc10/mysqlx.vcxproj +++ b/dlls/mysqlx/msvc12/mysqlx.vcxproj @@ -1,140 +1,140 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {7877D370-E48E-4A85-8EE4-131863A5B09F} - mysqlx - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - mysql_amxx - mysql_amxx - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\..\..\..\mysql-5.0\include;..\mysql;..\sdk;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;$(MYSQL5)\include;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSQL2_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - false - - - Level3 - ProgramDatabase - - - wsock32.lib;..\..\..\..\mysql-5.0\lib\opt\mysqlclient.lib;%(AdditionalDependencies) - LIBCMT;LIBCMT;%(IgnoreSpecificDefaultLibraries) - true - $(OutDir)mysql2.pdb - Windows - $(OutDir)mysql2.lib - MachineX86 - false - - - - - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\..\..\..\mysql-5.0\include;..\mysql;..\sdk;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;$(MYSQL5)\include;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSQL2_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions) - MultiThreaded - false - - - Level3 - ProgramDatabase - - - wsock32.lib;..\..\..\..\mysql-5.0\lib\opt\mysqlclient.lib;%(AdditionalDependencies) - %(IgnoreSpecificDefaultLibraries) - true - Windows - true - true - $(OutDir)mysql2.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {7877D370-E48E-4A85-8EE4-131863A5B09F} + mysqlx + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + mysql_amxx + mysql_amxx + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\..\..\..\mysql-5.0\include;..\mysql;..\sdk;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;$(MYSQL5)\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;MYSQL2_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + false + + + Level3 + ProgramDatabase + + + wsock32.lib;..\..\..\..\mysql-5.0\lib\opt\mysqlclient.lib;%(AdditionalDependencies) + LIBCMT;LIBCMT;%(IgnoreSpecificDefaultLibraries) + true + $(OutDir)mysql2.pdb + Windows + $(OutDir)mysql2.lib + MachineX86 + false + + + + + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\..\..\..\mysql-5.0\include;..\mysql;..\sdk;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;$(MYSQL5)\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;MYSQL2_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions) + MultiThreaded + false + + + Level3 + ProgramDatabase + + + wsock32.lib;..\..\..\..\mysql-5.0\lib\opt\mysqlclient.lib;%(AdditionalDependencies) + %(IgnoreSpecificDefaultLibraries) + true + Windows + true + true + $(OutDir)mysql2.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/mysqlx/msvc10/mysqlx.vcxproj.filters b/dlls/mysqlx/msvc12/mysqlx.vcxproj.filters similarity index 97% rename from dlls/mysqlx/msvc10/mysqlx.vcxproj.filters rename to dlls/mysqlx/msvc12/mysqlx.vcxproj.filters index 1e6c0ca3..0bf07341 100644 --- a/dlls/mysqlx/msvc10/mysqlx.vcxproj.filters +++ b/dlls/mysqlx/msvc12/mysqlx.vcxproj.filters @@ -1,136 +1,136 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {4dd9f741-116d-4a02-a132-3cfab02530db} - - - {27929344-5a05-4bb9-9cda-a27eb373d954} - - - {7633aa37-83c6-4e55-821f-0f02c47ab4f6} - - - {705fb714-2fe0-478c-9ae0-bd3566b4d2d0} - - - {33a3d700-3b61-42fb-a808-7dd8cd92120e} - - - {65b4ccbd-e7f7-4ddd-8d49-d059ff804f93} - - - {15c62ca4-f448-4a1e-8277-9bee3e572408} - - - {41c3be98-7cfc-4071-b7fd-be17c2ee7279} - - - {05423057-6d62-454a-b5f8-b451d91be196} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Threader\Source Files - - - Threader\Source Files - - - Threader\Source Files - - - Database\Source Files - - - Database\Source Files - - - Database\Source Files - - - Database\Source Files - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Header Files - - - Threader - - - Threader\Header Files - - - Threader\Header Files - - - Threader\Header Files - - - Threader\Header Files - - - Database - - - Database\Header Files - - - Database\Header Files - - - Database\Header Files - - - Database\Header Files - - - Database\Header Files - - - Module SDK - - - Module SDK\SDK Base - - - - - Pawn Includes - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {4dd9f741-116d-4a02-a132-3cfab02530db} + + + {27929344-5a05-4bb9-9cda-a27eb373d954} + + + {7633aa37-83c6-4e55-821f-0f02c47ab4f6} + + + {705fb714-2fe0-478c-9ae0-bd3566b4d2d0} + + + {33a3d700-3b61-42fb-a808-7dd8cd92120e} + + + {65b4ccbd-e7f7-4ddd-8d49-d059ff804f93} + + + {15c62ca4-f448-4a1e-8277-9bee3e572408} + + + {41c3be98-7cfc-4071-b7fd-be17c2ee7279} + + + {05423057-6d62-454a-b5f8-b451d91be196} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Threader\Source Files + + + Threader\Source Files + + + Threader\Source Files + + + Database\Source Files + + + Database\Source Files + + + Database\Source Files + + + Database\Source Files + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Header Files + + + Threader + + + Threader\Header Files + + + Threader\Header Files + + + Threader\Header Files + + + Threader\Header Files + + + Database + + + Database\Header Files + + + Database\Header Files + + + Database\Header Files + + + Database\Header Files + + + Database\Header Files + + + Module SDK + + + Module SDK\SDK Base + + + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/ns/msvc10/ns.sln b/dlls/ns/msvc12/ns.sln similarity index 97% rename from dlls/ns/msvc10/ns.sln rename to dlls/ns/msvc12/ns.sln index 8cc6d635..a6ba6ec2 100644 --- a/dlls/ns/msvc10/ns.sln +++ b/dlls/ns/msvc12/ns.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ns", "ns.vcxproj", "{5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Debug|Win32.ActiveCfg = Debug|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Debug|Win32.Build.0 = Debug|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Release|Win32.ActiveCfg = Release|Win32 - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ns", "ns.vcxproj", "{5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Debug|Win32.ActiveCfg = Debug|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Debug|Win32.Build.0 = Debug|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Release|Win32.ActiveCfg = Release|Win32 + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/ns/msvc10/ns.vcxproj b/dlls/ns/msvc12/ns.vcxproj similarity index 98% rename from dlls/ns/msvc10/ns.vcxproj rename to dlls/ns/msvc12/ns.vcxproj index 018552b9..e7937fa0 100644 --- a/dlls/ns/msvc10/ns.vcxproj +++ b/dlls/ns/msvc12/ns.vcxproj @@ -1,186 +1,186 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF} - ns - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - false - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/ns_amxx.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - HAVE_STDINT_H;WIN32;NDEBUG;_WINDOWS;_USRDLL;ns_amxx_EXPORTS;%(PreprocessorDefinitions) - true - MultiThreaded - true - false - - - .\Release/ns_amxx.pch - .\Release/ - .\Release/ - .\Release/ - Level3 - true - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - .\Release/ns_amxx.pdb - .\Release/ns_amxx.lib - MachineX86 - Windows - - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/ns_amxx.tlb - - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - HAVE_STDINT_H;WIN32;_DEBUG;_WINDOWS;_USRDLL;ns_amxx_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/ns_amxx.pch - .\Debug/ - .\Debug/ - .\Debug/ - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - true - .\Debug/ns_amxx.pdb - .\Debug/ns_amxx.lib - MachineX86 - Windows - LIBCMT; - false - - - - - - Disabled - %(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ns_amxx_EXPORTS - EnableFastChecks - MaxSpeed - %(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ns_amxx_EXPORTS - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {5B5DEFD0-28ED-4D0E-A1B0-50F9304A65DF} + ns + + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + false + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/ns_amxx.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + HAVE_STDINT_H;WIN32;NDEBUG;_WINDOWS;_USRDLL;ns_amxx_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + true + false + + + .\Release/ns_amxx.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + .\Release/ns_amxx.pdb + .\Release/ns_amxx.lib + MachineX86 + Windows + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/ns_amxx.tlb + + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + HAVE_STDINT_H;WIN32;_DEBUG;_WINDOWS;_USRDLL;ns_amxx_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/ns_amxx.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + .\Debug/ns_amxx.pdb + .\Debug/ns_amxx.lib + MachineX86 + Windows + LIBCMT; + false + + + + + + Disabled + %(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;ns_amxx_EXPORTS + EnableFastChecks + MaxSpeed + %(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;ns_amxx_EXPORTS + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/ns/msvc10/ns.vcxproj.filters b/dlls/ns/msvc12/ns.vcxproj.filters similarity index 97% rename from dlls/ns/msvc10/ns.vcxproj.filters rename to dlls/ns/msvc12/ns.vcxproj.filters index 787879ac..0c46780d 100644 --- a/dlls/ns/msvc10/ns.vcxproj.filters +++ b/dlls/ns/msvc12/ns.vcxproj.filters @@ -1,122 +1,122 @@ - - - - - {a09df8a4-fb19-4b63-b0ba-59083c7dfbce} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {09c32fa1-30fa-482b-a470-1f9ac2904ffc} - - - {e619584d-fe78-4fa8-9b61-715f075c990c} - h;hpp;hxx;hm;inl - - - {d6f08195-ccd3-49f9-be66-8064cf182a41} - - - {28f804b5-b177-4048-b0c6-36ba103593b9} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files\Natives - - - Source Files\Natives - - - Source Files\Natives - - - Source Files\Natives - - - Source Files\Natives - - - Source Files\Natives - - - Source Files\Natives - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Module SDK\SDK Base - - - Module SDK - - + + + + + {a09df8a4-fb19-4b63-b0ba-59083c7dfbce} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {09c32fa1-30fa-482b-a470-1f9ac2904ffc} + + + {e619584d-fe78-4fa8-9b61-715f075c990c} + h;hpp;hxx;hm;inl + + + {d6f08195-ccd3-49f9-be66-8064cf182a41} + + + {28f804b5-b177-4048-b0c6-36ba103593b9} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files\Natives + + + Source Files\Natives + + + Source Files\Natives + + + Source Files\Natives + + + Source Files\Natives + + + Source Files\Natives + + + Source Files\Natives + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Module SDK\SDK Base + + + Module SDK + + \ No newline at end of file diff --git a/dlls/nvault/msvc10/nvault.sln b/dlls/nvault/msvc12/nvault.sln similarity index 97% rename from dlls/nvault/msvc10/nvault.sln rename to dlls/nvault/msvc12/nvault.sln index b6ed4e72..f089e2d8 100644 --- a/dlls/nvault/msvc10/nvault.sln +++ b/dlls/nvault/msvc12/nvault.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nvault", "nvault.vcxproj", "{E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Debug|Win32.ActiveCfg = Debug|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Debug|Win32.Build.0 = Debug|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Release|Win32.ActiveCfg = Release|Win32 - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nvault", "nvault.vcxproj", "{E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Debug|Win32.ActiveCfg = Debug|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Debug|Win32.Build.0 = Debug|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Release|Win32.ActiveCfg = Release|Win32 + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/nvault/msvc10/nvault.vcxproj b/dlls/nvault/msvc12/nvault.vcxproj similarity index 98% rename from dlls/nvault/msvc10/nvault.vcxproj rename to dlls/nvault/msvc12/nvault.vcxproj index 2e0bd568..710458b9 100644 --- a/dlls/nvault/msvc10/nvault.vcxproj +++ b/dlls/nvault/msvc12/nvault.vcxproj @@ -1,124 +1,124 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328} - nvault - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;NVAULT_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) - true - Sync - EnableFastChecks - MultiThreadedDebug - 4Bytes - false - - - Level3 - ProgramDatabase - - - true - $(OutDir)nvault.pdb - Windows - $(OutDir)nvault.lib - MachineX86 - LIBCMT; - false - - - - - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;NVAULT_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) - MultiThreaded - 4Bytes - false - - - Level3 - ProgramDatabase - - - true - Windows - true - true - $(OutDir)nvault.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {E2827EDF-F83F-4D54-8FD1-F47BA1E4D328} + nvault + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;NVAULT_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) + true + Sync + EnableFastChecks + MultiThreadedDebug + 4Bytes + false + + + Level3 + ProgramDatabase + + + true + $(OutDir)nvault.pdb + Windows + $(OutDir)nvault.lib + MachineX86 + LIBCMT; + false + + + + + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;NVAULT_EXPORTS;HAVE_STDINT_H;%(PreprocessorDefinitions) + MultiThreaded + 4Bytes + false + + + Level3 + ProgramDatabase + + + true + Windows + true + true + $(OutDir)nvault.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/nvault/msvc10/nvault.vcxproj.filters b/dlls/nvault/msvc12/nvault.vcxproj.filters similarity index 97% rename from dlls/nvault/msvc10/nvault.vcxproj.filters rename to dlls/nvault/msvc12/nvault.vcxproj.filters index 3b89475e..a0b3e0b4 100644 --- a/dlls/nvault/msvc10/nvault.vcxproj.filters +++ b/dlls/nvault/msvc12/nvault.vcxproj.filters @@ -1,70 +1,70 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {3ba100b1-c511-4a2b-bd4f-d4793e871082} - - - {300ce24d-2a06-4b65-8c00-8b0f757656ec} - - - {4722a41b-9bbc-4c55-b0da-315b9f16f618} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Module SDK\SDK Base - - - Module SDK - - - - - Pawn Includes - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {3ba100b1-c511-4a2b-bd4f-d4793e871082} + + + {300ce24d-2a06-4b65-8c00-8b0f757656ec} + + + {4722a41b-9bbc-4c55-b0da-315b9f16f618} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Module SDK\SDK Base + + + Module SDK + + + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/regex/msvc10/regex.sln b/dlls/regex/msvc12/regex.sln similarity index 97% rename from dlls/regex/msvc10/regex.sln rename to dlls/regex/msvc12/regex.sln index 118168da..00040ab3 100644 --- a/dlls/regex/msvc10/regex.sln +++ b/dlls/regex/msvc12/regex.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "regex", "regex.vcxproj", "{1D4E991A-7EC1-43C5-90FC-DC9D713052D8}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Debug|Win32.ActiveCfg = Debug|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Debug|Win32.Build.0 = Debug|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Release|Win32.ActiveCfg = Release|Win32 - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "regex", "regex.vcxproj", "{1D4E991A-7EC1-43C5-90FC-DC9D713052D8}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Debug|Win32.ActiveCfg = Debug|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Debug|Win32.Build.0 = Debug|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Release|Win32.ActiveCfg = Release|Win32 + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/regex/msvc10/regex.vcxproj b/dlls/regex/msvc12/regex.vcxproj similarity index 98% rename from dlls/regex/msvc10/regex.vcxproj rename to dlls/regex/msvc12/regex.vcxproj index 857b99d3..03421f15 100644 --- a/dlls/regex/msvc10/regex.vcxproj +++ b/dlls/regex/msvc12/regex.vcxproj @@ -1,120 +1,120 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {1D4E991A-7EC1-43C5-90FC-DC9D713052D8} - regex - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;HAVE_STDINT_H;PCRE_STATIC;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - false - - - Level3 - ProgramDatabase - - - ..\lib_win\pcre.lib;%(AdditionalDependencies) - LIBCMT;LIBC;LIBCD;LIBCMT;%(IgnoreSpecificDefaultLibraries) - true - $(OutDir)regex.pdb - Windows - $(OutDir)regex.lib - MachineX86 - false - - - - - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;HAVE_STDINT_H;PCRE_STATIC;%(PreprocessorDefinitions) - MultiThreaded - false - - - Level3 - ProgramDatabase - - - ..\lib_win\pcre.lib;%(AdditionalDependencies) - LIBC;LIBCD;LIBCMTD;%(IgnoreSpecificDefaultLibraries) - true - Windows - true - true - $(OutDir)regex.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {1D4E991A-7EC1-43C5-90FC-DC9D713052D8} + regex + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;HAVE_STDINT_H;PCRE_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + false + + + Level3 + ProgramDatabase + + + ..\lib_win\pcre.lib;%(AdditionalDependencies) + LIBCMT;LIBC;LIBCD;LIBCMT;%(IgnoreSpecificDefaultLibraries) + true + $(OutDir)regex.pdb + Windows + $(OutDir)regex.lib + MachineX86 + false + + + + + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;REGEX_EXPORTS;HAVE_STDINT_H;PCRE_STATIC;%(PreprocessorDefinitions) + MultiThreaded + false + + + Level3 + ProgramDatabase + + + ..\lib_win\pcre.lib;%(AdditionalDependencies) + LIBC;LIBCD;LIBCMTD;%(IgnoreSpecificDefaultLibraries) + true + Windows + true + true + $(OutDir)regex.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/regex/msvc10/regex.vcxproj.filters b/dlls/regex/msvc12/regex.vcxproj.filters similarity index 97% rename from dlls/regex/msvc10/regex.vcxproj.filters rename to dlls/regex/msvc12/regex.vcxproj.filters index dd7779fa..eca67379 100644 --- a/dlls/regex/msvc10/regex.vcxproj.filters +++ b/dlls/regex/msvc12/regex.vcxproj.filters @@ -1,58 +1,58 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {105aae8e-12cf-4550-8a4e-38ae0f0bc98b} - - - {fece8d7d-8799-45fa-b9d8-7a1e51a65103} - - - {c5722376-8e24-440a-9f13-023f19099b30} - - - - - Source Files - - - Source Files - - - Source Files - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Header Files - - - Module SDK\SDK Base - - - Module SDK - - - - - Pawn Includes - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {105aae8e-12cf-4550-8a4e-38ae0f0bc98b} + + + {fece8d7d-8799-45fa-b9d8-7a1e51a65103} + + + {c5722376-8e24-440a-9f13-023f19099b30} + + + + + Source Files + + + Source Files + + + Source Files + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Header Files + + + Module SDK\SDK Base + + + Module SDK + + + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/sockets/msvc10/sockets.sln b/dlls/sockets/msvc12/sockets.sln similarity index 97% rename from dlls/sockets/msvc10/sockets.sln rename to dlls/sockets/msvc12/sockets.sln index e562bfaf..bff16caf 100644 --- a/dlls/sockets/msvc10/sockets.sln +++ b/dlls/sockets/msvc12/sockets.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sockets", "sockets.vcxproj", "{F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Debug|Win32.ActiveCfg = Debug|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Debug|Win32.Build.0 = Debug|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Release|Win32.ActiveCfg = Release|Win32 - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sockets", "sockets.vcxproj", "{F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Debug|Win32.ActiveCfg = Debug|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Debug|Win32.Build.0 = Debug|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Release|Win32.ActiveCfg = Release|Win32 + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/sockets/msvc10/sockets.vcxproj b/dlls/sockets/msvc12/sockets.vcxproj similarity index 98% rename from dlls/sockets/msvc10/sockets.vcxproj rename to dlls/sockets/msvc12/sockets.vcxproj index ae654e31..575a00f9 100644 --- a/dlls/sockets/msvc10/sockets.vcxproj +++ b/dlls/sockets/msvc12/sockets.vcxproj @@ -1,114 +1,114 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7} - sockets - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;SOCKETS_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - false - - - Level3 - EditAndContinue - - - wsock32.lib;%(AdditionalDependencies) - true - $(OutDir)sockets.pdb - Windows - $(OutDir)sockets.lib - MachineX86 - LIBCMT; - false - - - - - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;SOCKETS_EXPORTS;%(PreprocessorDefinitions) - MultiThreaded - false - - - Level3 - ProgramDatabase - - - wsock32.lib;%(AdditionalDependencies) - true - Windows - true - true - $(OutDir)sockets.lib - MachineX86 - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {F15BBA96-2F66-44BB-9DDF-D91AE6D33AE7} + sockets + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;SOCKETS_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + false + + + Level3 + EditAndContinue + + + wsock32.lib;%(AdditionalDependencies) + true + $(OutDir)sockets.pdb + Windows + $(OutDir)sockets.lib + MachineX86 + LIBCMT; + false + + + + + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;SOCKETS_EXPORTS;%(PreprocessorDefinitions) + MultiThreaded + false + + + Level3 + ProgramDatabase + + + wsock32.lib;%(AdditionalDependencies) + true + Windows + true + true + $(OutDir)sockets.lib + MachineX86 + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/sockets/msvc10/sockets.vcxproj.filters b/dlls/sockets/msvc12/sockets.vcxproj.filters similarity index 97% rename from dlls/sockets/msvc10/sockets.vcxproj.filters rename to dlls/sockets/msvc12/sockets.vcxproj.filters index c46c17ac..8582b30b 100644 --- a/dlls/sockets/msvc10/sockets.vcxproj.filters +++ b/dlls/sockets/msvc12/sockets.vcxproj.filters @@ -1,43 +1,43 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {1872d22e-534a-4eb6-b090-041cb2d153de} - h;hpp;hxx;hm;inl;inc - - - {9e8e8734-48d1-4d25-9932-ac1e6ca1e937} - - - {c4fbc0b2-e883-4b72-8809-531f3927c46a} - - - {ffbc64d0-627e-4b7b-851d-f0c0cb9030ed} - - - - - Source Files - - - Module SDK\SDK Base - - - - - Module SDK\SDK Base - - - Module SDK - - - - - Pawn Includes - - + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {1872d22e-534a-4eb6-b090-041cb2d153de} + h;hpp;hxx;hm;inl;inc + + + {9e8e8734-48d1-4d25-9932-ac1e6ca1e937} + + + {c4fbc0b2-e883-4b72-8809-531f3927c46a} + + + {ffbc64d0-627e-4b7b-851d-f0c0cb9030ed} + + + + + Source Files + + + Module SDK\SDK Base + + + + + Module SDK\SDK Base + + + Module SDK + + + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/sqlite/msvc10/sqlite.sln b/dlls/sqlite/msvc12/sqlite.sln similarity index 97% rename from dlls/sqlite/msvc10/sqlite.sln rename to dlls/sqlite/msvc12/sqlite.sln index 919e6aeb..450355df 100644 --- a/dlls/sqlite/msvc10/sqlite.sln +++ b/dlls/sqlite/msvc12/sqlite.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "sqlite.vcxproj", "{4FDFD106-7163-44F0-85C4-9FAFECD14973}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Debug|Win32.ActiveCfg = Debug|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Debug|Win32.Build.0 = Debug|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Release|Win32.ActiveCfg = Release|Win32 - {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sqlite", "sqlite.vcxproj", "{4FDFD106-7163-44F0-85C4-9FAFECD14973}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Debug|Win32.ActiveCfg = Debug|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Debug|Win32.Build.0 = Debug|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Release|Win32.ActiveCfg = Release|Win32 + {4FDFD106-7163-44F0-85C4-9FAFECD14973}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/sqlite/msvc10/sqlite.vcxproj b/dlls/sqlite/msvc12/sqlite.vcxproj similarity index 98% rename from dlls/sqlite/msvc10/sqlite.vcxproj rename to dlls/sqlite/msvc12/sqlite.vcxproj index a31b61d1..2deb36ae 100644 --- a/dlls/sqlite/msvc10/sqlite.vcxproj +++ b/dlls/sqlite/msvc12/sqlite.vcxproj @@ -1,203 +1,203 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {4FDFD106-7163-44F0-85C4-9FAFECD14973} - sqlite - Win32Proj - - - - DynamicLibrary - MultiByte - v120_xp - - - DynamicLibrary - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - /D "NO_TCL" %(AdditionalOptions) - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\sqlite-source;..\sqlitepp;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - 4Bytes - false - - - Level3 - EditAndContinue - - - LIBCMT;%(IgnoreSpecificDefaultLibraries) - - - true - $(OutDir)sqlite.pdb - Windows - $(OutDir)sqlite.lib - MachineX86 - false - - - - - /D "NO_TCL" %(AdditionalOptions) - MaxSpeed - OnlyExplicitInline - true - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\sqlite-source;..\sqlitepp;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions) - true - MultiThreaded - 4Bytes - true - false - - - Level3 - ProgramDatabase - - - true - Windows - true - true - $(OutDir)sqlite.lib - MachineX86 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {4FDFD106-7163-44F0-85C4-9FAFECD14973} + sqlite + Win32Proj + + + + DynamicLibrary + MultiByte + v120_xp + + + DynamicLibrary + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + /D "NO_TCL" %(AdditionalOptions) + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\sqlite-source;..\sqlitepp;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + 4Bytes + false + + + Level3 + EditAndContinue + + + LIBCMT;%(IgnoreSpecificDefaultLibraries) + + + true + $(OutDir)sqlite.pdb + Windows + $(OutDir)sqlite.lib + MachineX86 + false + + + + + /D "NO_TCL" %(AdditionalOptions) + MaxSpeed + OnlyExplicitInline + true + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;..\sqlite-source;..\sqlitepp;..\thread;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;sqlite_EXPORTS;SM_DEFAULT_THREADER;HAVE_STDINT_H;%(PreprocessorDefinitions) + true + MultiThreaded + 4Bytes + true + false + + + Level3 + ProgramDatabase + + + true + Windows + true + true + $(OutDir)sqlite.lib + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/sqlite/msvc10/sqlite.vcxproj.filters b/dlls/sqlite/msvc12/sqlite.vcxproj.filters similarity index 97% rename from dlls/sqlite/msvc10/sqlite.vcxproj.filters rename to dlls/sqlite/msvc12/sqlite.vcxproj.filters index 3ffdd237..757596f9 100644 --- a/dlls/sqlite/msvc10/sqlite.vcxproj.filters +++ b/dlls/sqlite/msvc12/sqlite.vcxproj.filters @@ -1,304 +1,304 @@ - - - - - {fee21ba3-ba57-4165-a636-f131192c35ed} - cpp;c;cxx;def;odl;idl;hpj;bat;asm - - - {75726cf9-410b-4bb0-8258-e54d8a778fea} - h;hpp;hxx;hm;inl;inc - - - {170198cf-e562-4903-bc68-4c3528e58f5f} - - - {d27ed8de-c2a0-460f-a0f4-a9adcf9e549f} - - - {55a33451-3931-4fac-ba8a-3be3b07d6a34} - - - {cf870f84-b709-46d7-a30c-ae8f4c45de23} - - - {45cbffb2-fb23-4821-b89c-842ec027be01} - - - {5ef60ee3-dc5b-420f-a8b8-1ef24213fcf7} - - - {03fa14bf-6409-4ed7-bb07-da1b356b5076} - - - {b24e595e-f6a9-4358-bbe3-094ef6383e53} - - - {c60d3c45-e23b-4c5a-aae2-2c3c5441bac6} - - - {e0a36119-bb5b-4f07-9e0e-80f9aa7a7d21} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Database\Source Files - - - Database\Source Files - - - Database\Source Files - - - Database\Source Files - - - Threader\Source Files - - - Threader\Source Files - - - Threader\Source Files - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - Module SDK\SDK Base - - - - - Header Files - - - Header Files - - - Header Files - - - Database - - - Database\Header Files - - - Database\Header Files - - - Database\Header Files - - - Database\Header Files - - - Database\Header Files - - - Threader\Header Files - - - Threader\Header Files - - - Threader\Header Files - - - Threader\Header Files - - - Threader\Header Files - - - Threader\Header Files - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - SQLite Source - - - Module SDK\SDK Base - - - Module SDK - - - - - Pawn Includes - - + + + + + {fee21ba3-ba57-4165-a636-f131192c35ed} + cpp;c;cxx;def;odl;idl;hpj;bat;asm + + + {75726cf9-410b-4bb0-8258-e54d8a778fea} + h;hpp;hxx;hm;inl;inc + + + {170198cf-e562-4903-bc68-4c3528e58f5f} + + + {d27ed8de-c2a0-460f-a0f4-a9adcf9e549f} + + + {55a33451-3931-4fac-ba8a-3be3b07d6a34} + + + {cf870f84-b709-46d7-a30c-ae8f4c45de23} + + + {45cbffb2-fb23-4821-b89c-842ec027be01} + + + {5ef60ee3-dc5b-420f-a8b8-1ef24213fcf7} + + + {03fa14bf-6409-4ed7-bb07-da1b356b5076} + + + {b24e595e-f6a9-4358-bbe3-094ef6383e53} + + + {c60d3c45-e23b-4c5a-aae2-2c3c5441bac6} + + + {e0a36119-bb5b-4f07-9e0e-80f9aa7a7d21} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Database\Source Files + + + Database\Source Files + + + Database\Source Files + + + Database\Source Files + + + Threader\Source Files + + + Threader\Source Files + + + Threader\Source Files + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + Module SDK\SDK Base + + + + + Header Files + + + Header Files + + + Header Files + + + Database + + + Database\Header Files + + + Database\Header Files + + + Database\Header Files + + + Database\Header Files + + + Database\Header Files + + + Threader\Header Files + + + Threader\Header Files + + + Threader\Header Files + + + Threader\Header Files + + + Threader\Header Files + + + Threader\Header Files + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + SQLite Source + + + Module SDK\SDK Base + + + Module SDK + + + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/tfcx/msvc10/tfcx.sln b/dlls/tfcx/msvc12/tfcx.sln similarity index 97% rename from dlls/tfcx/msvc10/tfcx.sln rename to dlls/tfcx/msvc12/tfcx.sln index 843068e7..d23f67f5 100644 --- a/dlls/tfcx/msvc10/tfcx.sln +++ b/dlls/tfcx/msvc12/tfcx.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tfcx", "tfcx.vcxproj", "{87519113-8E9D-4C6F-BA1F-55F4D8829E83}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Debug|Win32.ActiveCfg = Debug|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Debug|Win32.Build.0 = Debug|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Release|Win32.ActiveCfg = Release|Win32 - {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tfcx", "tfcx.vcxproj", "{87519113-8E9D-4C6F-BA1F-55F4D8829E83}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Debug|Win32.ActiveCfg = Debug|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Debug|Win32.Build.0 = Debug|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Release|Win32.ActiveCfg = Release|Win32 + {87519113-8E9D-4C6F-BA1F-55F4D8829E83}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/tfcx/msvc10/tfcx.vcxproj b/dlls/tfcx/msvc12/tfcx.vcxproj similarity index 98% rename from dlls/tfcx/msvc10/tfcx.vcxproj rename to dlls/tfcx/msvc12/tfcx.vcxproj index b217e8ab..4287c19c 100644 --- a/dlls/tfcx/msvc10/tfcx.vcxproj +++ b/dlls/tfcx/msvc12/tfcx.vcxproj @@ -1,166 +1,166 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {87519113-8E9D-4C6F-BA1F-55F4D8829E83} - tfcx - - - - DynamicLibrary - false - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - false - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/tfcx.tlb - - - - - Disabled - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/tfcx.pch - .\Debug/ - .\Debug/ - .\Debug/ - true - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - true - .\Debug/tfcx_amxx.pdb - .\Debug/tfcx_amxx.lib - MachineX86 - Windows - LIBCMT; - false - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/tfcx.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS;%(PreprocessorDefinitions) - true - MultiThreaded - 4Bytes - true - false - - - .\Release/tfcx.pch - .\Release/ - .\Release/ - .\Release/ - true - Level3 - true - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - .\Release/tfcx_amxx.pdb - .\Release/tfcx_amxx.lib - MachineX86 - Windows - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {87519113-8E9D-4C6F-BA1F-55F4D8829E83} + tfcx + + + + DynamicLibrary + false + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + false + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/tfcx.tlb + + + + + Disabled + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/tfcx.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + .\Debug/tfcx_amxx.pdb + .\Debug/tfcx_amxx.lib + MachineX86 + Windows + LIBCMT; + false + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/tfcx.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;tfcx_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + 4Bytes + true + false + + + .\Release/tfcx.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + .\Release/tfcx_amxx.pdb + .\Release/tfcx_amxx.lib + MachineX86 + Windows + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/tfcx/msvc10/tfcx.vcxproj.filters b/dlls/tfcx/msvc12/tfcx.vcxproj.filters similarity index 97% rename from dlls/tfcx/msvc10/tfcx.vcxproj.filters rename to dlls/tfcx/msvc12/tfcx.vcxproj.filters index 785a76eb..d1eb4e85 100644 --- a/dlls/tfcx/msvc10/tfcx.vcxproj.filters +++ b/dlls/tfcx/msvc12/tfcx.vcxproj.filters @@ -1,76 +1,76 @@ - - - - - {974f188b-0375-4d77-b547-9ea1727b8e01} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {fe7e90d8-5155-4305-8cbf-9b6f6c9e4751} - h;hpp;hxx;hm;inl - - - {039dc358-7087-419d-ba27-b3460249297a} - - - {6d090cd6-dd08-48df-8f62-d7ad9b16a151} - - - {be880015-6e29-4a0b-8301-e79f2e8231f6} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Module SDK\Base SDK - - - - - Header Files - - - Header Files - - - Header Files - - - Module SDK\Base SDK - - - Module SDK - - - - - Pawn Includes - - - Pawn Includes - - - Pawn Includes - - + + + + + {974f188b-0375-4d77-b547-9ea1727b8e01} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {fe7e90d8-5155-4305-8cbf-9b6f6c9e4751} + h;hpp;hxx;hm;inl + + + {039dc358-7087-419d-ba27-b3460249297a} + + + {6d090cd6-dd08-48df-8f62-d7ad9b16a151} + + + {be880015-6e29-4a0b-8301-e79f2e8231f6} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Module SDK\Base SDK + + + + + Header Files + + + Header Files + + + Header Files + + + Module SDK\Base SDK + + + Module SDK + + + + + Pawn Includes + + + Pawn Includes + + + Pawn Includes + + \ No newline at end of file diff --git a/dlls/ts/tsfun/msvc10/tsfun.sln b/dlls/ts/tsfun/msvc12/tsfun.sln similarity index 97% rename from dlls/ts/tsfun/msvc10/tsfun.sln rename to dlls/ts/tsfun/msvc12/tsfun.sln index 9a70681f..370dd818 100644 --- a/dlls/ts/tsfun/msvc10/tsfun.sln +++ b/dlls/ts/tsfun/msvc12/tsfun.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tsfun", "tsfun.vcxproj", "{9036672C-71DB-4DC9-90CC-B14C02465497}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {9036672C-71DB-4DC9-90CC-B14C02465497}.Debug|Win32.ActiveCfg = Debug|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.Debug|Win32.Build.0 = Debug|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.Release|Win32.ActiveCfg = Release|Win32 - {9036672C-71DB-4DC9-90CC-B14C02465497}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tsfun", "tsfun.vcxproj", "{9036672C-71DB-4DC9-90CC-B14C02465497}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {9036672C-71DB-4DC9-90CC-B14C02465497}.Debug|Win32.ActiveCfg = Debug|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.Debug|Win32.Build.0 = Debug|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.Release|Win32.ActiveCfg = Release|Win32 + {9036672C-71DB-4DC9-90CC-B14C02465497}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/ts/tsfun/msvc10/tsfun.vcxproj b/dlls/ts/tsfun/msvc12/tsfun.vcxproj similarity index 98% rename from dlls/ts/tsfun/msvc10/tsfun.vcxproj rename to dlls/ts/tsfun/msvc12/tsfun.vcxproj index 33bb4b44..66172557 100644 --- a/dlls/ts/tsfun/msvc10/tsfun.vcxproj +++ b/dlls/ts/tsfun/msvc12/tsfun.vcxproj @@ -1,150 +1,150 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {9036672C-71DB-4DC9-90CC-B14C02465497} - tsfun - - - - DynamicLibrary - false - MultiByte - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - true - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/tsfun.tlb - - - - - Disabled - ..\;..\..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;TSFUN_EXPORTS;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/tsfun.pch - .\Debug/ - .\Debug/ - .\Debug/ - Level3 - true - EditAndContinue - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - true - true - .\Debug/tsfun.pdb - .\Debug/tsfun.lib - MachineX86 - Windows - LIBCMT; - false - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/tsfun.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;TSFUN_EXPORTS;%(PreprocessorDefinitions) - true - MultiThreaded - true - false - - - .\Release/tsfun.pch - .\Release/ - .\Release/ - .\Release/ - Level3 - true - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - odbc32.lib;odbccp32.lib;%(AdditionalDependencies) - true - .\Release/tsfun.pdb - .\Release/tsfun.lib - MachineX86 - Windows - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {9036672C-71DB-4DC9-90CC-B14C02465497} + tsfun + + + + DynamicLibrary + false + MultiByte + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + true + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/tsfun.tlb + + + + + Disabled + ..\;..\..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;TSFUN_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/tsfun.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + true + .\Debug/tsfun.pdb + .\Debug/tsfun.lib + MachineX86 + Windows + LIBCMT; + false + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/tsfun.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\..\public;..\..\..\public\sdk; ..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;TSFUN_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + true + false + + + .\Release/tsfun.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + true + .\Release/tsfun.pdb + .\Release/tsfun.lib + MachineX86 + Windows + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/ts/tsfun/msvc10/tsfun.vcxproj.filters b/dlls/ts/tsfun/msvc12/tsfun.vcxproj.filters similarity index 97% rename from dlls/ts/tsfun/msvc10/tsfun.vcxproj.filters rename to dlls/ts/tsfun/msvc12/tsfun.vcxproj.filters index a50ed80a..9373be25 100644 --- a/dlls/ts/tsfun/msvc10/tsfun.vcxproj.filters +++ b/dlls/ts/tsfun/msvc12/tsfun.vcxproj.filters @@ -1,28 +1,28 @@ - - - - - {36827377-ca0b-41fa-976e-b456f033e748} - h;hpp;hxx;hm;inl - - - {ae85f184-5797-4ea8-8609-b47ff815837c} - - - {cfef04ba-c30c-466a-93ca-94ebda8e8c7e} - - - - - Module SDK - - - Module SDK\SDK Base - - - - - Module SDK\SDK Base - - + + + + + {36827377-ca0b-41fa-976e-b456f033e748} + h;hpp;hxx;hm;inl + + + {ae85f184-5797-4ea8-8609-b47ff815837c} + + + {cfef04ba-c30c-466a-93ca-94ebda8e8c7e} + + + + + Module SDK + + + Module SDK\SDK Base + + + + + Module SDK\SDK Base + + \ No newline at end of file diff --git a/dlls/ts/tsx/msvc10/tsx.sln b/dlls/ts/tsx/msvc12/tsx.sln similarity index 97% rename from dlls/ts/tsx/msvc10/tsx.sln rename to dlls/ts/tsx/msvc12/tsx.sln index dea512f4..a5767324 100644 --- a/dlls/ts/tsx/msvc10/tsx.sln +++ b/dlls/ts/tsx/msvc12/tsx.sln @@ -1,20 +1,20 @@ - -Microsoft Visual Studio Solution File, Format Version 11.00 -# Visual Studio 2010 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tsx", "tsx.vcxproj", "{7F18E00C-6271-4CAB-B18A-746BE3EC68E7}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Debug|Win32.ActiveCfg = Debug|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Debug|Win32.Build.0 = Debug|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Release|Win32.ActiveCfg = Release|Win32 - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tsx", "tsx.vcxproj", "{7F18E00C-6271-4CAB-B18A-746BE3EC68E7}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Win32 = Debug|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Debug|Win32.ActiveCfg = Debug|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Debug|Win32.Build.0 = Debug|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Release|Win32.ActiveCfg = Release|Win32 + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/dlls/ts/tsx/msvc10/tsx.vcxproj b/dlls/ts/tsx/msvc12/tsx.vcxproj similarity index 98% rename from dlls/ts/tsx/msvc10/tsx.vcxproj rename to dlls/ts/tsx/msvc12/tsx.vcxproj index 6ebb5f18..6d3025a9 100644 --- a/dlls/ts/tsx/msvc10/tsx.vcxproj +++ b/dlls/ts/tsx/msvc12/tsx.vcxproj @@ -1,162 +1,162 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {7F18E00C-6271-4CAB-B18A-746BE3EC68E7} - tsx - - - - DynamicLibrary - false - v120_xp - - - DynamicLibrary - false - MultiByte - v120_xp - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - false - false - AllRules.ruleset - - - AllRules.ruleset - - - $(ProjectName)_amxx - $(ProjectName)_amxx - - - - _DEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Debug/tsx_amxx.tlb - - - - - Disabled - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;tsx_amxx_EXPORTS;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebug - false - - - .\Debug/tsx_amxx.pch - .\Debug/ - .\Debug/ - .\Debug/ - true - Level3 - true - ProgramDatabase - Default - - - _DEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - true - .\Debug/tsx_amxx.pdb - .\Debug/tsx_amxx.lib - MachineX86 - Windows - LIBCMT; - false - - - - - NDEBUG;%(PreprocessorDefinitions) - true - true - Win32 - .\Release/tsx_amxx.tlb - - - - - MaxSpeed - OnlyExplicitInline - ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) - tsx_amxx_EXPORTS;%(PreprocessorDefinitions) - true - MultiThreaded - 4Bytes - true - false - - - .\Release/tsx_amxx.pch - .\Release/ - .\Release/ - .\Release/ - true - Level3 - true - Default - - - NDEBUG;%(PreprocessorDefinitions) - 0x0409 - - - true - .\Release/tsx_amxx.pdb - .\Release/tsx_amxx.lib - MachineX86 - Windows - - - - - - - - - - - - - - - - - - - - - - - + + + + + Debug + Win32 + + + Release + Win32 + + + + {7F18E00C-6271-4CAB-B18A-746BE3EC68E7} + tsx + + + + DynamicLibrary + false + v120_xp + + + DynamicLibrary + false + MultiByte + v120_xp + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + false + false + AllRules.ruleset + + + AllRules.ruleset + + + $(ProjectName)_amxx + $(ProjectName)_amxx + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/tsx_amxx.tlb + + + + + Disabled + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;tsx_amxx_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + false + + + .\Debug/tsx_amxx.pch + .\Debug/ + .\Debug/ + .\Debug/ + true + Level3 + true + ProgramDatabase + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + true + .\Debug/tsx_amxx.pdb + .\Debug/tsx_amxx.lib + MachineX86 + Windows + LIBCMT; + false + + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/tsx_amxx.tlb + + + + + MaxSpeed + OnlyExplicitInline + ..\;..\..\..\..\public;..\..\..\..\public\sdk; ..\..\..\..\public\amtl;$(METAMOD)\metamod;$(HLSDK)\common;$(HLSDK)\engine;$(HLSDK)\dlls;$(HLSDK)\pm_shared;$(HLSDK)\public;%(AdditionalIncludeDirectories) + tsx_amxx_EXPORTS;%(PreprocessorDefinitions) + true + MultiThreaded + 4Bytes + true + false + + + .\Release/tsx_amxx.pch + .\Release/ + .\Release/ + .\Release/ + true + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + true + .\Release/tsx_amxx.pdb + .\Release/tsx_amxx.lib + MachineX86 + Windows + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/dlls/ts/tsx/msvc10/tsx.vcxproj.filters b/dlls/ts/tsx/msvc12/tsx.vcxproj.filters similarity index 97% rename from dlls/ts/tsx/msvc10/tsx.vcxproj.filters rename to dlls/ts/tsx/msvc12/tsx.vcxproj.filters index 35d1a746..ec2078af 100644 --- a/dlls/ts/tsx/msvc10/tsx.vcxproj.filters +++ b/dlls/ts/tsx/msvc12/tsx.vcxproj.filters @@ -1,65 +1,65 @@ - - - - - {c688562e-3d4f-48d5-9d84-242de46c4f72} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {3314091f-d8c7-4d2c-bbda-878ad317f8fb} - h;hpp;hxx;hm;inl - - - {6b84df7a-63ce-498e-956b-59783c4b490a} - - - {bb25b7bf-a54d-448d-998f-a5278f379fe8} - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Module SDK\Base SDK - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Module SDK\Base SDK - - - Module SDK - - + + + + + {c688562e-3d4f-48d5-9d84-242de46c4f72} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {3314091f-d8c7-4d2c-bbda-878ad317f8fb} + h;hpp;hxx;hm;inl + + + {6b84df7a-63ce-498e-956b-59783c4b490a} + + + {bb25b7bf-a54d-448d-998f-a5278f379fe8} + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Module SDK\Base SDK + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Module SDK\Base SDK + + + Module SDK + + \ No newline at end of file