DebugRcc
Win32
DebugStudio
Win32
Debug
Win32
NoOptRcc
Win32
NoOptStudio
Win32
NoOpt
Win32
ReleaseRcc
Win32
ReleaseStudio
Win32
Release
Win32
{63DB8347-940B-4A05-8975-6A6545C315DC}
RBX
Perforce Project
..
MSSCCI:Perforce SCM
Win32Proj
title
10.0
StaticLibrary
v110
MultiByte
StaticLibrary
v110_xp
MultiByte
StaticLibrary
v110
MultiByte
StaticLibrary
v110_xp
MultiByte
StaticLibrary
v110_xp
MultiByte
StaticLibrary
v110_xp
MultiByte
v110
<_ProjectFileVersion>11.0.50727.1
bin\$(Configuration)\
obj\$(Configuration)\
bin\$(Configuration)\
obj\$(Configuration)\
bin\$(Configuration)\
obj\$(Configuration)\
bin\$(Configuration)\
obj\$(Configuration)\
bin\$(Configuration)\
obj\$(Configuration)\
bin\$(Configuration)\
obj\$(Configuration)\
Disabled
$(CONTRIB_PATH)\SDL2\Include;$(CONTRIB_PATH)\boost_1_56_0\include;$(CONTRIB_PATH)\cpp-netlib-0.11.0-final;$(CONTRIB_PATH)\windows\x86\curl\curl-7.43.0\include;$(CONTRIB_PATH)\VMProtectWin_2.13;$(CONTRIB_PATH)\w3c-libwww-5.4.0\Library\src;.\include;..\Base\include;..\fmod\include;.\lua-5.1.4\src;..\Rendering;..\Rendering\g3d\include;..\Rendering\g3d\zlib;..\Rendering\RbxG3D\include;..\Rendering\AppDraw\include;..\Rendering\GfxBase\include;..\Network\include;..\RBXCookies;..\Log\Include;..\ClientShared;..\App.BulletPhysics;..\Win;%(AdditionalIncludeDirectories)
WIN32;CURL_STATICLIB;WWW_MSWINDOWS;_DEBUG;_LIB;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
true
Fast
true
Use
stdafx.h
TurnOffAllWarnings
ProgramDatabase
StreamingSIMDExtensions2
/D "_SECURE_SCL=0" /Zm450 %(AdditionalOptions)
false
Disabled
$(CONTRIB_PATH)\SDL2\Include;$(CONTRIB_PATH)\boost_1_56_0\include;$(CONTRIB_PATH)\cpp-netlib-0.11.0-final;$(CONTRIB_PATH)\windows\x86\curl\curl-7.43.0\include;$(CONTRIB_PATH)\VMProtectWin_2.13;$(CONTRIB_PATH)\w3c-libwww-5.4.0\Library\src;.\include;..\Base\include;..\fmod\include;.\lua-5.1.4\src;..\Rendering;..\Rendering\g3d\include;..\Rendering\g3d\zlib;..\Rendering\RbxG3D\include;..\Rendering\AppDraw\include;..\Rendering\GfxBase\include;..\Network\include;..\RBXCookies;..\Log\Include;..\ClientShared;..\App.BulletPhysics;..\Win;%(AdditionalIncludeDirectories)
WIN32;CURL_STATICLIB;WWW_MSWINDOWS;_DEBUG;_LIB;_SCL_SECURE_NO_WARNINGS;RBX_RCC_SECURITY;%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
true
Fast
true
Use
stdafx.h
Level3
ProgramDatabase
StreamingSIMDExtensions2
/D "_SECURE_SCL=0" /Zm450 %(AdditionalOptions)
false
Disabled
$(CONTRIB_PATH)\SDL2\Include;$(CONTRIB_PATH)\boost_1_56_0\include;$(CONTRIB_PATH)\cpp-netlib-0.11.0-final;$(CONTRIB_PATH)\windows\x86\curl\curl-7.43.0\include;$(CONTRIB_PATH)\VMProtectWin_2.13;$(CONTRIB_PATH)\w3c-libwww-5.4.0\Library\src;.\include;..\Base\include;..\fmod\include;.\lua-5.1.4\src;..\Rendering;..\Rendering\g3d\include;..\Rendering\g3d\zlib;..\Rendering\RbxG3D\include;..\Rendering\AppDraw\include;..\Rendering\GfxBase\include;..\Network\include;..\RBXCookies;..\Log\Include;..\ClientShared;..\App.BulletPhysics;..\Win;%(AdditionalIncludeDirectories)
WIN32;CURL_STATICLIB;WWW_MSWINDOWS;_DEBUG;_LIB;_SCL_SECURE_NO_WARNINGS;RBX_STUDIO_BUILD;%(PreprocessorDefinitions)
true
EnableFastChecks
MultiThreadedDebugDLL
true
Fast
true
Use
stdafx.h
Level3
ProgramDatabase
StreamingSIMDExtensions2
/D "_SECURE_SCL=0" /Zm450 %(AdditionalOptions)
false
/D "_SECURE_SCL=0" /Zm130 %(AdditionalOptions)
MaxSpeed
AnySuitable
true
false
$(CONTRIB_PATH)\SDL2\Include;$(CONTRIB_PATH)\boost_1_56_0\include;$(CONTRIB_PATH)\cpp-netlib-0.11.0-final;$(CONTRIB_PATH)\windows\x86\curl\curl-7.43.0\include;$(CONTRIB_PATH)\VMProtectWin_2.13;$(CONTRIB_PATH)\w3c-libwww-5.4.0\Library\src;.\include;..\Base\include;..\fmod\include;.\lua-5.1.4\src;..\Rendering;..\Rendering\g3d\include;..\Rendering\g3d\zlib;..\Rendering\RbxG3D\include;..\Rendering\AppDraw\include;..\Rendering\GfxBase\include;..\Network\include;..\RBXCookies;..\Log\Include;..\ClientShared;..\App.BulletPhysics;..\Win;%(AdditionalIncludeDirectories)
WIN32;CURL_STATICLIB;WWW_MSWINDOWS;NDEBUG;_LIB;_RELEASE;%(PreprocessorDefinitions)
MultiThreadedDLL
false
StreamingSIMDExtensions2
Fast
true
Use
stdafx.h
TurnOffAllWarnings
ProgramDatabase
false
@echo off
set size=0
for /r %%x in (humanoid\*) do set /a size+=%%~zx
for /r %%x in (reflection\*) do set /a size+=%%~zx
for /r %%x in (v8datamodel\*) do set /a size+=%%~zx
echo #pragma once > tmp.h
echo #define RBX_BUILDSEED %size% >> tmp.h
fc /b tmp.h include\security\RandomConstant.h
if errorlevel 1 (
attrib -R include\security\RandomConstant.h
if not exist AlreadyBuiltRandomConstant.h move /Y tmp.h include\security\RandomConstant.h
echo HappyBuilding > AlreadyBuiltRandomConstant.h
) else (
del tmp.h
)
cmd /c "exit /b 0"
/D "_SECURE_SCL=0" /Zm130 %(AdditionalOptions)
MaxSpeed
AnySuitable
true
false
$(CONTRIB_PATH)\SDL2\Include;$(CONTRIB_PATH)\boost_1_56_0\include;$(CONTRIB_PATH)\cpp-netlib-0.11.0-final;$(CONTRIB_PATH)\windows\x86\curl\curl-7.43.0\include;$(CONTRIB_PATH)\VMProtectWin_2.13;$(CONTRIB_PATH)\w3c-libwww-5.4.0\Library\src;.\include;..\Base\include;..\fmod\include;.\lua-5.1.4\src;..\Rendering;..\Rendering\g3d\include;..\Rendering\g3d\zlib;..\Rendering\RbxG3D\include;..\Rendering\AppDraw\include;..\Rendering\GfxBase\include;..\Network\include;..\RBXCookies;..\Log\Include;..\ClientShared;..\App.BulletPhysics;..\Win;%(AdditionalIncludeDirectories)
WIN32;CURL_STATICLIB;WWW_MSWINDOWS;NDEBUG;_LIB;_RELEASE;RBX_RCC_SECURITY;%(PreprocessorDefinitions)
MultiThreadedDLL
false
StreamingSIMDExtensions2
Fast
true
Use
stdafx.h
Level3
ProgramDatabase
false
@echo off
set size=0
for /r %%x in (humanoid\*) do set /a size+=%%~zx
for /r %%x in (reflection\*) do set /a size+=%%~zx
for /r %%x in (v8datamodel\*) do set /a size+=%%~zx
echo #pragma once > tmp.h
echo #define RBX_BUILDSEED %size% >> tmp.h
fc /b tmp.h include\security\RandomConstant.h
if errorlevel 1 (
attrib -R include\security\RandomConstant.h
move /Y tmp.h include\security\RandomConstant.h
) else (
del tmp.h
)
cmd /c "exit /b 0"
/D "_SECURE_SCL=0" /Zm130 %(AdditionalOptions)
MaxSpeed
AnySuitable
true
false
$(CONTRIB_PATH)\SDL2\Include;$(CONTRIB_PATH)\boost_1_56_0\include;$(CONTRIB_PATH)\cpp-netlib-0.11.0-final;$(CONTRIB_PATH)\windows\x86\curl\curl-7.43.0\include;$(CONTRIB_PATH)\VMProtectWin_2.13\include\VMProtect;$(CONTRIB_PATH)\VMProtectWin_2.13;$(CONTRIB_PATH)\w3c-libwww-5.4.0\Library\src;.\include;..\Base\include;..\fmod\include;.\lua-5.1.4\src;..\Rendering;..\Rendering\g3d\include;..\Rendering\g3d\zlib;..\Rendering\RbxG3D\include;..\Rendering\AppDraw\include;..\Rendering\GfxBase\include;..\Network\include;..\RBXCookies;..\Log\Include;..\ClientShared;..\App.BulletPhysics;..\Win;%(AdditionalIncludeDirectories)
WIN32;CURL_STATICLIB;WWW_MSWINDOWS;NDEBUG;_LIB;_RELEASE;RBX_STUDIO_BUILD;%(PreprocessorDefinitions)
MultiThreadedDLL
false
StreamingSIMDExtensions2
Fast
true
Use
stdafx.h
Level3
ProgramDatabase
false
Level1
false
Level1
Level1
false
false
Level1
Level1
false
false
Level1
false
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
false
false
false
false
false
false
Level2
Level2
Level2
Level2
Level2
Level2
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
false
false
false
false
false
false
Level2
Level2
Level2
Level2
Level2
Level2
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
false
false
false
false
false
false
Level2
Level2
Level2
Level2
Level2
Level2
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
Create
Create
Create
Create
Create
Create
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
true
true
true
true
true
true
false
false
false
Use
Use
Use
Use
Use
Use
false
false
false
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.xdc
/bigobj %(AdditionalOptions)
/bigobj %(AdditionalOptions)
/bigobj %(AdditionalOptions)
/bigobj %(AdditionalOptions)
/bigobj %(AdditionalOptions)
/bigobj %(AdditionalOptions)
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.obj
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.xdc
$(IntDir)%(Filename)1.xdc
true
true
true
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
CompileAsCpp
CompileAsCpp
CompileAsCpp
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
true
true
true
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
true
true
true
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
true
true
true
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
true
true
true
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
NotUsing
true
true
true
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
true
true
true
CompileAsCpp
CompileAsCpp
CompileAsCpp
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
4996;%(DisableSpecificWarnings)
$(IntDir)\Grid1.obj
$(IntDir)\Grid1.obj
$(IntDir)\Grid1.obj
$(IntDir)\Grid1.obj
$(IntDir)\Grid1.obj
$(IntDir)\Grid1.obj
{c9285114-dcc1-4e90-aa76-f590cefb94c2}
{3025c00a-7746-469b-a279-96127c72abee}
false
{5423bfb6-d3eb-4b00-a82b-38001eb8745f}
false
{9b6c66f7-6887-44d3-ac5e-3c2bd94661fc}
false
false
false
false
false
{43afcf25-5133-4978-8b2c-d02ee0eee199}
false
{05c08695-1eca-489c-815d-d74d65f353f0}
false
{857de167-1ed8-4e4d-955a-5cc5cc3944c1}
false
{7d55bdab-c90b-4b36-9b2c-af8ef3e9129f}
false