|
83 | 83 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
84 | 84 | <StructMemberAlignment>Default</StructMemberAlignment> |
85 | 85 | <FloatingPointModel>Fast</FloatingPointModel> |
86 | | - <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope> |
87 | 86 | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
88 | 87 | <PrecompiledHeader>Use</PrecompiledHeader> |
89 | 88 | <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
|
124 | 123 | <BufferSecurityCheck>true</BufferSecurityCheck> |
125 | 124 | <FunctionLevelLinking>false</FunctionLevelLinking> |
126 | 125 | <FloatingPointModel>Fast</FloatingPointModel> |
127 | | - <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope> |
128 | 126 | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
129 | 127 | <PrecompiledHeader>Use</PrecompiledHeader> |
130 | 128 | <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
|
162 | 160 | <FunctionLevelLinking>false</FunctionLevelLinking> |
163 | 161 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions2</EnableEnhancedInstructionSet> |
164 | 162 | <FloatingPointModel>Fast</FloatingPointModel> |
165 | | - <ForceConformanceInForLoopScope>false</ForceConformanceInForLoopScope> |
166 | 163 | <RuntimeTypeInfo>true</RuntimeTypeInfo> |
167 | 164 | <PrecompiledHeader>Use</PrecompiledHeader> |
168 | 165 | <PrecompiledHeaderFile>stdafx.h</PrecompiledHeaderFile> |
|
224 | 221 | <ClInclude Include="..\..\xrServerEntities\PHSynchronize.h" /> |
225 | 222 | <ClInclude Include="..\..\xrServerEntities\PropertiesListTypes.h" /> |
226 | 223 | <ClInclude Include="..\..\xrServerEntities\restriction_space.h" /> |
227 | | - <ClInclude Include="..\..\xrServerEntities\script_callStack.h" /> |
228 | | - <ClInclude Include="..\..\xrServerEntities\script_debugger.h" /> |
229 | | - <ClInclude Include="..\..\xrServerEntities\script_debugger_messages.h" /> |
230 | | - <ClInclude Include="..\..\xrServerEntities\script_debugger_threads.h" /> |
| 224 | + <ClInclude Include="..\..\xrScriptEngine\script_callStack.hpp" /> |
| 225 | + <ClInclude Include="..\..\xrScriptEngine\script_debugger.hpp" /> |
| 226 | + <ClInclude Include="..\..\xrScriptEngine\script_debugger_messages.hpp" /> |
| 227 | + <ClInclude Include="..\..\xrScriptEngine\script_debugger_threads.hpp" /> |
231 | 228 | <ClInclude Include="..\..\xrServerEntities\script_export.hpp" /> |
232 | 229 | <ClInclude Include="..\..\xrServerEntities\script_export_macroses.h" /> |
233 | 230 | <ClInclude Include="..\..\xrServerEntities\script_export_space.h" /> |
|
340 | 337 | </ClCompile> |
341 | 338 | <ClCompile Include="..\..\xrServerEntities\PHNetState.cpp" /> |
342 | 339 | <ClCompile Include="..\..\xrServerEntities\PHSynchronize.cpp" /> |
343 | | - <ClCompile Include="..\..\xrServerEntities\script_callStack.cpp" /> |
344 | | - <ClCompile Include="..\..\xrServerEntities\script_debugger.cpp" /> |
345 | | - <ClCompile Include="..\..\xrServerEntities\script_debugger_threads.cpp" /> |
| 340 | + <ClCompile Include="..\..\xrScriptEngine\script_callStack.cpp" /> |
| 341 | + <ClCompile Include="..\..\xrScriptEngine\script_debugger.cpp" /> |
| 342 | + <ClCompile Include="..\..\xrScriptEngine\script_debugger_threads.cpp" /> |
346 | 343 | <ClCompile Include="..\..\xrServerEntities\script_engine_script.cpp"> |
347 | 344 | <PrecompiledHeaderFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">pch_script.h</PrecompiledHeaderFile> |
348 | 345 | <PrecompiledHeaderOutputFile Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(IntDir)$(ProjectName)_script.pch</PrecompiledHeaderOutputFile> |
|
0 commit comments