diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-13 12:34:02 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-13 12:34:02 +0100 |
commit | 3ad53d3db2215aa50517a646296b9c25cb3155e3 (patch) | |
tree | 43ac9c2584d3a1770896acd32b0689f9a2e102d0 /unit_tests | |
parent | c0555fd48ee1f56c9ea6f8df99af97f78bdcf6ce (diff) | |
download | lanes-3ad53d3db2215aa50517a646296b9c25cb3155e3.tar.gz lanes-3ad53d3db2215aa50517a646296b9c25cb3155e3.tar.bz2 lanes-3ad53d3db2215aa50517a646296b9c25cb3155e3.zip |
Cleanup in MSVC projects
Diffstat (limited to 'unit_tests')
-rw-r--r-- | unit_tests/UnitTests.vcxproj | 110 | ||||
-rw-r--r-- | unit_tests/UnitTests.vcxproj.user | 46 |
2 files changed, 85 insertions, 71 deletions
diff --git a/unit_tests/UnitTests.vcxproj b/unit_tests/UnitTests.vcxproj index 47a4429..9645a30 100644 --- a/unit_tests/UnitTests.vcxproj +++ b/unit_tests/UnitTests.vcxproj | |||
@@ -45,16 +45,16 @@ | |||
45 | <Configuration>Debug 5.4</Configuration> | 45 | <Configuration>Debug 5.4</Configuration> |
46 | <Platform>Win32</Platform> | 46 | <Platform>Win32</Platform> |
47 | </ProjectConfiguration> | 47 | </ProjectConfiguration> |
48 | <ProjectConfiguration Include="Debug LuaJIT GIT|Prospero"> | 48 | <ProjectConfiguration Include="Debug LuaJIT|Prospero"> |
49 | <Configuration>Debug LuaJIT GIT</Configuration> | 49 | <Configuration>Debug LuaJIT</Configuration> |
50 | <Platform>Prospero</Platform> | 50 | <Platform>Prospero</Platform> |
51 | </ProjectConfiguration> | 51 | </ProjectConfiguration> |
52 | <ProjectConfiguration Include="Debug LuaJIT GIT|Win32"> | 52 | <ProjectConfiguration Include="Debug LuaJIT|Win32"> |
53 | <Configuration>Debug LuaJIT GIT</Configuration> | 53 | <Configuration>Debug LuaJIT</Configuration> |
54 | <Platform>Win32</Platform> | 54 | <Platform>Win32</Platform> |
55 | </ProjectConfiguration> | 55 | </ProjectConfiguration> |
56 | <ProjectConfiguration Include="Debug LuaJIT GIT|x64"> | 56 | <ProjectConfiguration Include="Debug LuaJIT|x64"> |
57 | <Configuration>Debug LuaJIT GIT</Configuration> | 57 | <Configuration>Debug LuaJIT</Configuration> |
58 | <Platform>x64</Platform> | 58 | <Platform>x64</Platform> |
59 | </ProjectConfiguration> | 59 | </ProjectConfiguration> |
60 | <ProjectConfiguration Include="Debug MoonJIT|Prospero"> | 60 | <ProjectConfiguration Include="Debug MoonJIT|Prospero"> |
@@ -131,13 +131,31 @@ | |||
131 | <CharacterSet>Unicode</CharacterSet> | 131 | <CharacterSet>Unicode</CharacterSet> |
132 | </PropertyGroup> | 132 | </PropertyGroup> |
133 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 133 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
134 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> | ||
135 | <UseDebugLibraries>true</UseDebugLibraries> | ||
136 | </PropertyGroup> | ||
137 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> | ||
138 | <UseDebugLibraries>true</UseDebugLibraries> | ||
139 | </PropertyGroup> | ||
140 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> | ||
141 | <UseDebugLibraries>true</UseDebugLibraries> | ||
142 | </PropertyGroup> | ||
143 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | ||
144 | <UseDebugLibraries>true</UseDebugLibraries> | ||
145 | </PropertyGroup> | ||
146 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> | ||
147 | <UseDebugLibraries>true</UseDebugLibraries> | ||
148 | </PropertyGroup> | ||
149 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> | ||
150 | <UseDebugLibraries>true</UseDebugLibraries> | ||
151 | </PropertyGroup> | ||
134 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 152 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
135 | <ImportGroup Label="ExtensionSettings" /> | 153 | <ImportGroup Label="ExtensionSettings" /> |
136 | <ImportGroup Label="Shared" /> | 154 | <ImportGroup Label="Shared" /> |
137 | <ImportGroup Label="PropertySheets" /> | 155 | <ImportGroup Label="PropertySheets" /> |
138 | <PropertyGroup Label="UserMacros" /> | 156 | <PropertyGroup Label="UserMacros" /> |
139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | 157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> |
140 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 158 | <OutDir>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Debug\</OutDir> |
141 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 159 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
142 | </PropertyGroup> | 160 | </PropertyGroup> |
143 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | 161 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> |
@@ -145,7 +163,7 @@ | |||
145 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 163 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
146 | </PropertyGroup> | 164 | </PropertyGroup> |
147 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | 165 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> |
148 | <OutDir>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Debug\</OutDir> | 166 | <OutDir>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release\</OutDir> |
149 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 167 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
150 | </PropertyGroup> | 168 | </PropertyGroup> |
151 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> | 169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> |
@@ -153,7 +171,7 @@ | |||
153 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 171 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
154 | </PropertyGroup> | 172 | </PropertyGroup> |
155 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> | 173 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> |
156 | <OutDir>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug\</OutDir> | 174 | <OutDir>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release\</OutDir> |
157 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 175 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
158 | </PropertyGroup> | 176 | </PropertyGroup> |
159 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> | 177 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> |
@@ -161,19 +179,19 @@ | |||
161 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 179 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
162 | </PropertyGroup> | 180 | </PropertyGroup> |
163 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> | 181 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> |
164 | <OutDir>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug\</OutDir> | 182 | <OutDir>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release\</OutDir> |
165 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 183 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
166 | </PropertyGroup> | 184 | </PropertyGroup> |
167 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Win32'"> | 185 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'"> |
168 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 186 | <OutDir>$(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)\</OutDir> |
169 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 187 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
170 | </PropertyGroup> | 188 | </PropertyGroup> |
171 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> | 189 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> |
172 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 190 | <OutDir>$(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)\</OutDir> |
173 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 191 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
174 | </PropertyGroup> | 192 | </PropertyGroup> |
175 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> | 193 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> |
176 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 194 | <OutDir>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release\</OutDir> |
177 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 195 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
178 | </PropertyGroup> | 196 | </PropertyGroup> |
179 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 197 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
@@ -186,7 +204,7 @@ | |||
186 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 204 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
187 | </PropertyGroup> | 205 | </PropertyGroup> |
188 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> | 206 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> |
189 | <OutDir>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Debug\</OutDir> | 207 | <OutDir>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release\</OutDir> |
190 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 208 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
191 | </PropertyGroup> | 209 | </PropertyGroup> |
192 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> | 210 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> |
@@ -194,7 +212,7 @@ | |||
194 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 212 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
195 | </PropertyGroup> | 213 | </PropertyGroup> |
196 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|x64'"> | 214 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|x64'"> |
197 | <OutDir>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug\</OutDir> | 215 | <OutDir>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release\</OutDir> |
198 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 216 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
199 | </PropertyGroup> | 217 | </PropertyGroup> |
200 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> | 218 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> |
@@ -202,19 +220,19 @@ | |||
202 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 220 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
203 | </PropertyGroup> | 221 | </PropertyGroup> |
204 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'"> | 222 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'"> |
205 | <OutDir>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug\</OutDir> | 223 | <OutDir>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release\</OutDir> |
206 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 224 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
207 | </PropertyGroup> | 225 | </PropertyGroup> |
208 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|x64'"> | 226 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> |
209 | <OutDir>$(SolutionDir)..\..\..\LuaJIT-GIT\bin\$(Platform)\</OutDir> | 227 | <OutDir>$(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)\</OutDir> |
210 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 228 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
211 | </PropertyGroup> | 229 | </PropertyGroup> |
212 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> | 230 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> |
213 | <OutDir>$(SolutionDir)..\..\..\LuaJIT-GIT\bin\$(Platform)\</OutDir> | 231 | <OutDir>$(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)\</OutDir> |
214 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 232 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
215 | </PropertyGroup> | 233 | </PropertyGroup> |
216 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> | 234 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> |
217 | <OutDir>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Debug\</OutDir> | 235 | <OutDir>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release\</OutDir> |
218 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 236 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
219 | </PropertyGroup> | 237 | </PropertyGroup> |
220 | <ItemDefinitionGroup /> | 238 | <ItemDefinitionGroup /> |
@@ -344,7 +362,7 @@ | |||
344 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 362 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
345 | </Link> | 363 | </Link> |
346 | </ItemDefinitionGroup> | 364 | </ItemDefinitionGroup> |
347 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Win32'"> | 365 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'"> |
348 | <ClCompile> | 366 | <ClCompile> |
349 | <PrecompiledHeader>Use</PrecompiledHeader> | 367 | <PrecompiledHeader>Use</PrecompiledHeader> |
350 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 368 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -352,7 +370,7 @@ | |||
352 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 370 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
353 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 371 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
354 | <WarningLevel>Level3</WarningLevel> | 372 | <WarningLevel>Level3</WarningLevel> |
355 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\LuaJIT-GIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> | 373 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\LuaJIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> |
356 | <LanguageStandard>stdcpp20</LanguageStandard> | 374 | <LanguageStandard>stdcpp20</LanguageStandard> |
357 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 375 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
358 | </ClCompile> | 376 | </ClCompile> |
@@ -360,6 +378,7 @@ | |||
360 | <GenerateDebugInformation>true</GenerateDebugInformation> | 378 | <GenerateDebugInformation>true</GenerateDebugInformation> |
361 | <SubSystem>Console</SubSystem> | 379 | <SubSystem>Console</SubSystem> |
362 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 380 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
381 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)</AdditionalLibraryDirectories> | ||
363 | </Link> | 382 | </Link> |
364 | </ItemDefinitionGroup> | 383 | </ItemDefinitionGroup> |
365 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> | 384 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> |
@@ -370,7 +389,7 @@ | |||
370 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 389 | <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
371 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 390 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
372 | <WarningLevel>Level3</WarningLevel> | 391 | <WarningLevel>Level3</WarningLevel> |
373 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\LuaJIT-GIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> | 392 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\MoonJIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> |
374 | <LanguageStandard>stdcpp20</LanguageStandard> | 393 | <LanguageStandard>stdcpp20</LanguageStandard> |
375 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 394 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
376 | </ClCompile> | 395 | </ClCompile> |
@@ -378,6 +397,7 @@ | |||
378 | <GenerateDebugInformation>true</GenerateDebugInformation> | 397 | <GenerateDebugInformation>true</GenerateDebugInformation> |
379 | <SubSystem>Console</SubSystem> | 398 | <SubSystem>Console</SubSystem> |
380 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 399 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
400 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\MoonJIT\bin\$(Platform)</AdditionalLibraryDirectories> | ||
381 | </Link> | 401 | </Link> |
382 | </ItemDefinitionGroup> | 402 | </ItemDefinitionGroup> |
383 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 403 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
@@ -447,12 +467,10 @@ | |||
447 | <ClCompile> | 467 | <ClCompile> |
448 | <PrecompiledHeader>Use</PrecompiledHeader> | 468 | <PrecompiledHeader>Use</PrecompiledHeader> |
449 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 469 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
450 | <PreprocessorDefinitions>X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 470 | <PreprocessorDefinitions>X64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
451 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
452 | <WarningLevel>Level3</WarningLevel> | 471 | <WarningLevel>Level3</WarningLevel> |
453 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\Lua53\include;$(SolutionDir)..</AdditionalIncludeDirectories> | 472 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\Lua53\include;$(SolutionDir)..</AdditionalIncludeDirectories> |
454 | <LanguageStandard>stdcpp20</LanguageStandard> | 473 | <LanguageStandard>stdcpp20</LanguageStandard> |
455 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
456 | </ClCompile> | 474 | </ClCompile> |
457 | <Link> | 475 | <Link> |
458 | <GenerateDebugInformation>true</GenerateDebugInformation> | 476 | <GenerateDebugInformation>true</GenerateDebugInformation> |
@@ -530,12 +548,10 @@ | |||
530 | <ClCompile> | 548 | <ClCompile> |
531 | <PrecompiledHeader>Use</PrecompiledHeader> | 549 | <PrecompiledHeader>Use</PrecompiledHeader> |
532 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 550 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
533 | <PreprocessorDefinitions>X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 551 | <PreprocessorDefinitions>X64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
534 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
535 | <WarningLevel>Level3</WarningLevel> | 552 | <WarningLevel>Level3</WarningLevel> |
536 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\Lua52\include;$(SolutionDir)..</AdditionalIncludeDirectories> | 553 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\Lua52\include;$(SolutionDir)..</AdditionalIncludeDirectories> |
537 | <LanguageStandard>stdcpp20</LanguageStandard> | 554 | <LanguageStandard>stdcpp20</LanguageStandard> |
538 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
539 | </ClCompile> | 555 | </ClCompile> |
540 | <Link> | 556 | <Link> |
541 | <GenerateDebugInformation>true</GenerateDebugInformation> | 557 | <GenerateDebugInformation>true</GenerateDebugInformation> |
@@ -613,12 +629,10 @@ | |||
613 | <ClCompile> | 629 | <ClCompile> |
614 | <PrecompiledHeader>Use</PrecompiledHeader> | 630 | <PrecompiledHeader>Use</PrecompiledHeader> |
615 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 631 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
616 | <PreprocessorDefinitions>X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 632 | <PreprocessorDefinitions>X64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
617 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
618 | <WarningLevel>Level3</WarningLevel> | 633 | <WarningLevel>Level3</WarningLevel> |
619 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\Lua51\include;$(SolutionDir)..</AdditionalIncludeDirectories> | 634 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\Lua51\include;$(SolutionDir)..</AdditionalIncludeDirectories> |
620 | <LanguageStandard>stdcpp20</LanguageStandard> | 635 | <LanguageStandard>stdcpp20</LanguageStandard> |
621 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
622 | </ClCompile> | 636 | </ClCompile> |
623 | <Link> | 637 | <Link> |
624 | <GenerateDebugInformation>true</GenerateDebugInformation> | 638 | <GenerateDebugInformation>true</GenerateDebugInformation> |
@@ -671,7 +685,7 @@ | |||
671 | </IgnoreSpecificDefaultLibraries> | 685 | </IgnoreSpecificDefaultLibraries> |
672 | </Link> | 686 | </Link> |
673 | </ItemDefinitionGroup> | 687 | </ItemDefinitionGroup> |
674 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|x64'"> | 688 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> |
675 | <ClCompile> | 689 | <ClCompile> |
676 | <PrecompiledHeader>Use</PrecompiledHeader> | 690 | <PrecompiledHeader>Use</PrecompiledHeader> |
677 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 691 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -679,14 +693,14 @@ | |||
679 | <PreprocessorDefinitions>X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 693 | <PreprocessorDefinitions>X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
680 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 694 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
681 | <WarningLevel>Level3</WarningLevel> | 695 | <WarningLevel>Level3</WarningLevel> |
682 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\LuaJIT-GIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> | 696 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\LuaJIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> |
683 | <LanguageStandard>stdcpp20</LanguageStandard> | 697 | <LanguageStandard>stdcpp20</LanguageStandard> |
684 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 698 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
685 | </ClCompile> | 699 | </ClCompile> |
686 | <Link> | 700 | <Link> |
687 | <GenerateDebugInformation>true</GenerateDebugInformation> | 701 | <GenerateDebugInformation>true</GenerateDebugInformation> |
688 | <SubSystem>Console</SubSystem> | 702 | <SubSystem>Console</SubSystem> |
689 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\LuaJIT-GIT\bin\$(Platform)</AdditionalLibraryDirectories> | 703 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)</AdditionalLibraryDirectories> |
690 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 704 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
691 | <IgnoreSpecificDefaultLibraries> | 705 | <IgnoreSpecificDefaultLibraries> |
692 | </IgnoreSpecificDefaultLibraries> | 706 | </IgnoreSpecificDefaultLibraries> |
@@ -700,20 +714,20 @@ | |||
700 | <PreprocessorDefinitions>X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 714 | <PreprocessorDefinitions>X64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
701 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | 715 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> |
702 | <WarningLevel>Level3</WarningLevel> | 716 | <WarningLevel>Level3</WarningLevel> |
703 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\LuaJIT-GIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> | 717 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\MoonJIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> |
704 | <LanguageStandard>stdcpp20</LanguageStandard> | 718 | <LanguageStandard>stdcpp20</LanguageStandard> |
705 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 719 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
706 | </ClCompile> | 720 | </ClCompile> |
707 | <Link> | 721 | <Link> |
708 | <GenerateDebugInformation>true</GenerateDebugInformation> | 722 | <GenerateDebugInformation>true</GenerateDebugInformation> |
709 | <SubSystem>Console</SubSystem> | 723 | <SubSystem>Console</SubSystem> |
710 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\LuaJIT-GIT\bin\$(Platform)</AdditionalLibraryDirectories> | 724 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\MoonJIT\bin\$(Platform)</AdditionalLibraryDirectories> |
711 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 725 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
712 | <IgnoreSpecificDefaultLibraries> | 726 | <IgnoreSpecificDefaultLibraries> |
713 | </IgnoreSpecificDefaultLibraries> | 727 | </IgnoreSpecificDefaultLibraries> |
714 | </Link> | 728 | </Link> |
715 | </ItemDefinitionGroup> | 729 | </ItemDefinitionGroup> |
716 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Prospero'"> | 730 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'"> |
717 | <ClCompile> | 731 | <ClCompile> |
718 | <PrecompiledHeader>Use</PrecompiledHeader> | 732 | <PrecompiledHeader>Use</PrecompiledHeader> |
719 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 733 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -824,7 +838,7 @@ | |||
824 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'">NotUsing</PrecompiledHeader> | 838 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'">NotUsing</PrecompiledHeader> |
825 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">NotUsing</PrecompiledHeader> | 839 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">NotUsing</PrecompiledHeader> |
826 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">NotUsing</PrecompiledHeader> | 840 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">NotUsing</PrecompiledHeader> |
827 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Win32'">NotUsing</PrecompiledHeader> | 841 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'">NotUsing</PrecompiledHeader> |
828 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">NotUsing</PrecompiledHeader> | 842 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">NotUsing</PrecompiledHeader> |
829 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">NotUsing</PrecompiledHeader> | 843 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">NotUsing</PrecompiledHeader> |
830 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">NotUsing</PrecompiledHeader> | 844 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">NotUsing</PrecompiledHeader> |
@@ -839,9 +853,9 @@ | |||
839 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">NotUsing</PrecompiledHeader> | 853 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">NotUsing</PrecompiledHeader> |
840 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">NotUsing</PrecompiledHeader> | 854 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">NotUsing</PrecompiledHeader> |
841 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">NotUsing</PrecompiledHeader> | 855 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">NotUsing</PrecompiledHeader> |
842 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|x64'">NotUsing</PrecompiledHeader> | 856 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'">NotUsing</PrecompiledHeader> |
843 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">NotUsing</PrecompiledHeader> | 857 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">NotUsing</PrecompiledHeader> |
844 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Prospero'">NotUsing</PrecompiledHeader> | 858 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'">NotUsing</PrecompiledHeader> |
845 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">NotUsing</PrecompiledHeader> | 859 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">NotUsing</PrecompiledHeader> |
846 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">NotUsing</PrecompiledHeader> | 860 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">NotUsing</PrecompiledHeader> |
847 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">NotUsing</PrecompiledHeader> | 861 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">NotUsing</PrecompiledHeader> |
@@ -857,7 +871,7 @@ | |||
857 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'">NotUsing</PrecompiledHeader> | 871 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'">NotUsing</PrecompiledHeader> |
858 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">NotUsing</PrecompiledHeader> | 872 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">NotUsing</PrecompiledHeader> |
859 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">NotUsing</PrecompiledHeader> | 873 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">NotUsing</PrecompiledHeader> |
860 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Win32'">NotUsing</PrecompiledHeader> | 874 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'">NotUsing</PrecompiledHeader> |
861 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">NotUsing</PrecompiledHeader> | 875 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">NotUsing</PrecompiledHeader> |
862 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">NotUsing</PrecompiledHeader> | 876 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">NotUsing</PrecompiledHeader> |
863 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">NotUsing</PrecompiledHeader> | 877 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">NotUsing</PrecompiledHeader> |
@@ -872,9 +886,9 @@ | |||
872 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">NotUsing</PrecompiledHeader> | 886 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">NotUsing</PrecompiledHeader> |
873 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">NotUsing</PrecompiledHeader> | 887 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">NotUsing</PrecompiledHeader> |
874 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">NotUsing</PrecompiledHeader> | 888 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">NotUsing</PrecompiledHeader> |
875 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|x64'">NotUsing</PrecompiledHeader> | 889 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'">NotUsing</PrecompiledHeader> |
876 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">NotUsing</PrecompiledHeader> | 890 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">NotUsing</PrecompiledHeader> |
877 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Prospero'">NotUsing</PrecompiledHeader> | 891 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'">NotUsing</PrecompiledHeader> |
878 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">NotUsing</PrecompiledHeader> | 892 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">NotUsing</PrecompiledHeader> |
879 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">NotUsing</PrecompiledHeader> | 893 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">NotUsing</PrecompiledHeader> |
880 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">NotUsing</PrecompiledHeader> | 894 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">NotUsing</PrecompiledHeader> |
@@ -898,7 +912,7 @@ | |||
898 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">Create</PrecompiledHeader> | 912 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">Create</PrecompiledHeader> |
899 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">Create</PrecompiledHeader> | 913 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">Create</PrecompiledHeader> |
900 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">Create</PrecompiledHeader> | 914 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">Create</PrecompiledHeader> |
901 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Win32'">Create</PrecompiledHeader> | 915 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'">Create</PrecompiledHeader> |
902 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">Create</PrecompiledHeader> | 916 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">Create</PrecompiledHeader> |
903 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">Create</PrecompiledHeader> | 917 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">Create</PrecompiledHeader> |
904 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'">Create</PrecompiledHeader> | 918 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'">Create</PrecompiledHeader> |
@@ -915,9 +929,9 @@ | |||
915 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">Create</PrecompiledHeader> | 929 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">Create</PrecompiledHeader> |
916 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">Create</PrecompiledHeader> | 930 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">Create</PrecompiledHeader> |
917 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">Create</PrecompiledHeader> | 931 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">Create</PrecompiledHeader> |
918 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|x64'">Create</PrecompiledHeader> | 932 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'">Create</PrecompiledHeader> |
919 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">Create</PrecompiledHeader> | 933 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">Create</PrecompiledHeader> |
920 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Prospero'">Create</PrecompiledHeader> | 934 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'">Create</PrecompiledHeader> |
921 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">Create</PrecompiledHeader> | 935 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">Create</PrecompiledHeader> |
922 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">Create</PrecompiledHeader> | 936 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">Create</PrecompiledHeader> |
923 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">Create</PrecompiledHeader> | 937 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">Create</PrecompiledHeader> |
diff --git a/unit_tests/UnitTests.vcxproj.user b/unit_tests/UnitTests.vcxproj.user index 3e884a2..d3fc335 100644 --- a/unit_tests/UnitTests.vcxproj.user +++ b/unit_tests/UnitTests.vcxproj.user | |||
@@ -3,7 +3,7 @@ | |||
3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
4 | <LocalDebuggerCommandArguments /> | 4 | <LocalDebuggerCommandArguments /> |
5 | <RemoteDebuggerCommandArguments /> | 5 | <RemoteDebuggerCommandArguments /> |
6 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 6 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
7 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 7 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
8 | </PropertyGroup> | 8 | </PropertyGroup> |
9 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'"> | 9 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'"> |
@@ -13,53 +13,53 @@ | |||
13 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 13 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
14 | </PropertyGroup> | 14 | </PropertyGroup> |
15 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> | 15 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> |
16 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 16 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
17 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 17 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
18 | </PropertyGroup> | 18 | </PropertyGroup> |
19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> | 19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> |
20 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 20 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
21 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 21 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
22 | </PropertyGroup> | 22 | </PropertyGroup> |
23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Win32'"> | 23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'"> |
24 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 24 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
25 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 25 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
26 | </PropertyGroup> | 26 | </PropertyGroup> |
27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> | 27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> |
28 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 28 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
29 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 29 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
30 | </PropertyGroup> | 30 | </PropertyGroup> |
31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> | 31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> |
32 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 32 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
33 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 33 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
34 | </PropertyGroup> | 34 | </PropertyGroup> |
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> | 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> |
36 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 36 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
37 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 37 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
38 | </PropertyGroup> | 38 | </PropertyGroup> |
39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> |
40 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 40 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
41 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 41 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
42 | </PropertyGroup> | 42 | </PropertyGroup> |
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> |
44 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 44 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
45 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 45 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
46 | </PropertyGroup> | 46 | </PropertyGroup> |
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | 47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> |
48 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 48 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
49 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 49 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
50 | </PropertyGroup> | 50 | </PropertyGroup> |
51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> | 51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> |
52 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 52 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
53 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 53 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
54 | </PropertyGroup> | 54 | </PropertyGroup> |
55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> | 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> |
56 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 56 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
57 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 57 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
58 | <LocalDebuggerCommandArguments /> | 58 | <LocalDebuggerCommandArguments /> |
59 | <RemoteDebuggerCommandArguments /> | 59 | <RemoteDebuggerCommandArguments /> |
60 | </PropertyGroup> | 60 | </PropertyGroup> |
61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'"> | 61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'"> |
62 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 62 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
63 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 63 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
64 | <LocalDebuggerCommandArguments /> | 64 | <LocalDebuggerCommandArguments /> |
65 | <RemoteDebuggerCommandArguments /> | 65 | <RemoteDebuggerCommandArguments /> |
@@ -76,19 +76,19 @@ | |||
76 | <LocalDebuggerCommandArguments /> | 76 | <LocalDebuggerCommandArguments /> |
77 | <RemoteDebuggerCommandArguments /> | 77 | <RemoteDebuggerCommandArguments /> |
78 | </PropertyGroup> | 78 | </PropertyGroup> |
79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|x64'"> | 79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> |
80 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 80 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
81 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 81 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
82 | <LocalDebuggerCommandArguments /> | 82 | <LocalDebuggerCommandArguments /> |
83 | <RemoteDebuggerCommandArguments /> | 83 | <RemoteDebuggerCommandArguments /> |
84 | </PropertyGroup> | 84 | </PropertyGroup> |
85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> |
86 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 86 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
87 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 87 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
88 | <LocalDebuggerCommandArguments /> | 88 | <LocalDebuggerCommandArguments /> |
89 | <RemoteDebuggerCommandArguments /> | 89 | <RemoteDebuggerCommandArguments /> |
90 | </PropertyGroup> | 90 | </PropertyGroup> |
91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT GIT|Prospero'"> | 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'"> |
92 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 92 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> |
93 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 93 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
94 | <LocalDebuggerCommandArguments /> | 94 | <LocalDebuggerCommandArguments /> |
@@ -101,11 +101,11 @@ | |||
101 | <RemoteDebuggerCommandArguments /> | 101 | <RemoteDebuggerCommandArguments /> |
102 | </PropertyGroup> | 102 | </PropertyGroup> |
103 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> | 103 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> |
104 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 104 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
105 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 105 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
106 | </PropertyGroup> | 106 | </PropertyGroup> |
107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|x64'"> | 107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|x64'"> |
108 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 108 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
109 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 109 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
110 | </PropertyGroup> | 110 | </PropertyGroup> |
111 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Prospero'"> | 111 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Prospero'"> |
@@ -117,11 +117,11 @@ | |||
117 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 117 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
118 | </PropertyGroup> | 118 | </PropertyGroup> |
119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> | 119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> |
120 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 120 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
121 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 121 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
122 | </PropertyGroup> | 122 | </PropertyGroup> |
123 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> | 123 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> |
124 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 124 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
125 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 125 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
126 | </PropertyGroup> | 126 | </PropertyGroup> |
127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Prospero'"> | 127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Prospero'"> |
@@ -133,7 +133,7 @@ | |||
133 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 133 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
134 | </PropertyGroup> | 134 | </PropertyGroup> |
135 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> | 135 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> |
136 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | 136 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> |
137 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | 137 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
138 | </PropertyGroup> | 138 | </PropertyGroup> |
139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'"> | 139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'"> |