diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-21 16:53:25 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-03-21 16:53:25 +0100 |
commit | ab6f397df60c7ff6116705b7d045a990979176aa (patch) | |
tree | d4913f4d7d6e6d3457169b4be908f8f688de0c12 /unit_tests | |
parent | 3a4173c67b2e2339f048fe75b5224df43ac485d2 (diff) | |
download | lanes-ab6f397df60c7ff6116705b7d045a990979176aa.tar.gz lanes-ab6f397df60c7ff6116705b7d045a990979176aa.tar.bz2 lanes-ab6f397df60c7ff6116705b7d045a990979176aa.zip |
Adjusting MSVC files to ease unit testing
* Everything assumes there is a _LuaVersions folder containing all supported Lua versions (binaries, libs and headers) alongside the Lanes.sln location
* After that the solutions to build the Lua binaries themselves will appear too for reference (mainly because their output folders will be configured accordingly)
Diffstat (limited to 'unit_tests')
-rw-r--r-- | unit_tests/Catch2.runsettings | 29 | ||||
-rw-r--r-- | unit_tests/UnitTests.vcxproj | 150 | ||||
-rw-r--r-- | unit_tests/UnitTests.vcxproj.filters | 6 | ||||
-rw-r--r-- | unit_tests/UnitTests.vcxproj.user | 143 |
4 files changed, 88 insertions, 240 deletions
diff --git a/unit_tests/Catch2.runsettings b/unit_tests/Catch2.runsettings deleted file mode 100644 index fcf7f5a..0000000 --- a/unit_tests/Catch2.runsettings +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- https://github.com/JohnnyHendriks/TestAdapter_Catch2/blob/main/Docs/Settings.md --> | ||
3 | <RunSettings> | ||
4 | <Catch2Adapter> | ||
5 | <DiscoverCommandLine>--list-tests --verbosity high</DiscoverCommandLine> | ||
6 | <DiscoverTimeout>300000</DiscoverTimeout> | ||
7 | |||
8 | <!-- Executable Filename | ||
9 | Discover filenames with ... (must not include the .exe extension) | ||
10 | Regex breakdown: ^foo(_(.+))+(p|r|d)(_?(.+))x*$ | ||
11 | - ^foo : find file that starts with foo | ||
12 | - (_(.+))+ : follows with a number of elements starting with _ (_foo_bar_dll) | ||
13 | - (r|d|p) : contains a word with one of these letters : r (release), d (debug), p (profile). | ||
14 | - (_?(.+)): optionally follow with underscores. | ||
15 | - x*$ end of line | ||
16 | --> | ||
17 | <FilenameFilter>UnitTests</FilenameFilter> | ||
18 | |||
19 | <!-- Enable breaking on failure --> | ||
20 | <DebugBreak>on</DebugBreak> | ||
21 | |||
22 | <!-- Combine: A single test executable is started to run multiple test cases. (Single: instance per test case) --> | ||
23 | <ExecutionMode>Combine</ExecutionMode> | ||
24 | |||
25 | <!-- Working directory --> | ||
26 | <WorkingDirectoryRoot>Solution</WorkingDirectoryRoot> | ||
27 | <WorkingDirectory>.</WorkingDirectory> | ||
28 | </Catch2Adapter> | ||
29 | </RunSettings> \ No newline at end of file | ||
diff --git a/unit_tests/UnitTests.vcxproj b/unit_tests/UnitTests.vcxproj index 7da7155..5226907 100644 --- a/unit_tests/UnitTests.vcxproj +++ b/unit_tests/UnitTests.vcxproj | |||
@@ -45,28 +45,28 @@ | |||
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|Prospero"> | 48 | <ProjectConfiguration Include="Release LuaJIT|Prospero"> |
49 | <Configuration>Debug LuaJIT</Configuration> | 49 | <Configuration>Release LuaJIT</Configuration> |
50 | <Platform>Prospero</Platform> | 50 | <Platform>Prospero</Platform> |
51 | </ProjectConfiguration> | 51 | </ProjectConfiguration> |
52 | <ProjectConfiguration Include="Debug LuaJIT|Win32"> | 52 | <ProjectConfiguration Include="Release LuaJIT|Win32"> |
53 | <Configuration>Debug LuaJIT</Configuration> | 53 | <Configuration>Release LuaJIT</Configuration> |
54 | <Platform>Win32</Platform> | 54 | <Platform>Win32</Platform> |
55 | </ProjectConfiguration> | 55 | </ProjectConfiguration> |
56 | <ProjectConfiguration Include="Debug LuaJIT|x64"> | 56 | <ProjectConfiguration Include="Release LuaJIT|x64"> |
57 | <Configuration>Debug LuaJIT</Configuration> | 57 | <Configuration>Release LuaJIT</Configuration> |
58 | <Platform>x64</Platform> | 58 | <Platform>x64</Platform> |
59 | </ProjectConfiguration> | 59 | </ProjectConfiguration> |
60 | <ProjectConfiguration Include="Debug MoonJIT|Prospero"> | 60 | <ProjectConfiguration Include="Release MoonJIT|Prospero"> |
61 | <Configuration>Debug MoonJIT</Configuration> | 61 | <Configuration>Release MoonJIT</Configuration> |
62 | <Platform>Prospero</Platform> | 62 | <Platform>Prospero</Platform> |
63 | </ProjectConfiguration> | 63 | </ProjectConfiguration> |
64 | <ProjectConfiguration Include="Debug MoonJIT|Win32"> | 64 | <ProjectConfiguration Include="Release MoonJIT|Win32"> |
65 | <Configuration>Debug MoonJIT</Configuration> | 65 | <Configuration>Release MoonJIT</Configuration> |
66 | <Platform>Win32</Platform> | 66 | <Platform>Win32</Platform> |
67 | </ProjectConfiguration> | 67 | </ProjectConfiguration> |
68 | <ProjectConfiguration Include="Debug MoonJIT|x64"> | 68 | <ProjectConfiguration Include="Release MoonJIT|x64"> |
69 | <Configuration>Debug MoonJIT</Configuration> | 69 | <Configuration>Release MoonJIT</Configuration> |
70 | <Platform>x64</Platform> | 70 | <Platform>x64</Platform> |
71 | </ProjectConfiguration> | 71 | </ProjectConfiguration> |
72 | <ProjectConfiguration Include="Release 5.1|Prospero"> | 72 | <ProjectConfiguration Include="Release 5.1|Prospero"> |
@@ -143,10 +143,10 @@ | |||
143 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 143 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
144 | <UseDebugLibraries>true</UseDebugLibraries> | 144 | <UseDebugLibraries>true</UseDebugLibraries> |
145 | </PropertyGroup> | 145 | </PropertyGroup> |
146 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> | 146 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|x64'"> |
147 | <UseDebugLibraries>true</UseDebugLibraries> | 147 | <UseDebugLibraries>true</UseDebugLibraries> |
148 | </PropertyGroup> | 148 | </PropertyGroup> |
149 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> | 149 | <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'"> |
150 | <UseDebugLibraries>true</UseDebugLibraries> | 150 | <UseDebugLibraries>true</UseDebugLibraries> |
151 | </PropertyGroup> | 151 | </PropertyGroup> |
152 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | 152 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
@@ -157,83 +157,103 @@ | |||
157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | 157 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> |
158 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 158 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
159 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 159 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
160 | <LinkIncremental>false</LinkIncremental> | ||
160 | </PropertyGroup> | 161 | </PropertyGroup> |
161 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | 162 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> |
162 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 163 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
163 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 164 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
165 | <LinkIncremental>false</LinkIncremental> | ||
164 | </PropertyGroup> | 166 | </PropertyGroup> |
165 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | 167 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> |
166 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 168 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
167 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 169 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
170 | <LinkIncremental>false</LinkIncremental> | ||
168 | </PropertyGroup> | 171 | </PropertyGroup> |
169 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> | 172 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> |
170 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 173 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
171 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 174 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
175 | <LinkIncremental>false</LinkIncremental> | ||
172 | </PropertyGroup> | 176 | </PropertyGroup> |
173 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> | 177 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> |
174 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 178 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
175 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 179 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
180 | <LinkIncremental>false</LinkIncremental> | ||
176 | </PropertyGroup> | 181 | </PropertyGroup> |
177 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> | 182 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> |
178 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 183 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
179 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 184 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
185 | <LinkIncremental>false</LinkIncremental> | ||
180 | </PropertyGroup> | 186 | </PropertyGroup> |
181 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> | 187 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> |
182 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 188 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
183 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 189 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
190 | <LinkIncremental>false</LinkIncremental> | ||
184 | </PropertyGroup> | 191 | </PropertyGroup> |
185 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'"> | 192 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Win32'"> |
186 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 193 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
187 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 194 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
195 | <LinkIncremental>false</LinkIncremental> | ||
188 | </PropertyGroup> | 196 | </PropertyGroup> |
189 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> | 197 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> |
190 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 198 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
191 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 199 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
200 | <LinkIncremental>false</LinkIncremental> | ||
192 | </PropertyGroup> | 201 | </PropertyGroup> |
193 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> | 202 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> |
194 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 203 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
195 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 204 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
205 | <LinkIncremental>false</LinkIncremental> | ||
196 | </PropertyGroup> | 206 | </PropertyGroup> |
197 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 207 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
198 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 208 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
199 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 209 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
210 | <LinkIncremental>false</LinkIncremental> | ||
200 | </PropertyGroup> | 211 | </PropertyGroup> |
201 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'" /> | 212 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'" /> |
202 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> | 213 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> |
203 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 214 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
204 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 215 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
216 | <LinkIncremental>false</LinkIncremental> | ||
205 | </PropertyGroup> | 217 | </PropertyGroup> |
206 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> | 218 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> |
207 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 219 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
208 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 220 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
221 | <LinkIncremental>false</LinkIncremental> | ||
209 | </PropertyGroup> | 222 | </PropertyGroup> |
210 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> | 223 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> |
211 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 224 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
212 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 225 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
226 | <LinkIncremental>false</LinkIncremental> | ||
213 | </PropertyGroup> | 227 | </PropertyGroup> |
214 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|x64'"> | 228 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|x64'"> |
215 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 229 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
216 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 230 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
231 | <LinkIncremental>false</LinkIncremental> | ||
217 | </PropertyGroup> | 232 | </PropertyGroup> |
218 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> | 233 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> |
219 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 234 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
220 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 235 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
236 | <LinkIncremental>false</LinkIncremental> | ||
221 | </PropertyGroup> | 237 | </PropertyGroup> |
222 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'"> | 238 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'"> |
223 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 239 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
224 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 240 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
241 | <LinkIncremental>false</LinkIncremental> | ||
225 | </PropertyGroup> | 242 | </PropertyGroup> |
226 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> | 243 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|x64'"> |
227 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 244 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
228 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 245 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
246 | <LinkIncremental>false</LinkIncremental> | ||
229 | </PropertyGroup> | 247 | </PropertyGroup> |
230 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> | 248 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'"> |
231 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 249 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
232 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 250 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
251 | <LinkIncremental>false</LinkIncremental> | ||
233 | </PropertyGroup> | 252 | </PropertyGroup> |
234 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> | 253 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> |
235 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> | 254 | <OutDir>$(SolutionDir)_Output\$(ProjectName)\$(PlatformName)\$(Configuration)\</OutDir> |
236 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> | 255 | <IntDir>$(SolutionDir)_Tmp\$(ProjectName)\$(PlatformName)\$(Configuration)\</IntDir> |
256 | <LinkIncremental>false</LinkIncremental> | ||
237 | </PropertyGroup> | 257 | </PropertyGroup> |
238 | <ItemDefinitionGroup /> | 258 | <ItemDefinitionGroup /> |
239 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | 259 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> |
@@ -252,7 +272,7 @@ | |||
252 | <GenerateDebugInformation>true</GenerateDebugInformation> | 272 | <GenerateDebugInformation>true</GenerateDebugInformation> |
253 | <SubSystem>Console</SubSystem> | 273 | <SubSystem>Console</SubSystem> |
254 | <AdditionalDependencies>lua54.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 274 | <AdditionalDependencies>lua54.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
255 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 275 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
256 | </Link> | 276 | </Link> |
257 | </ItemDefinitionGroup> | 277 | </ItemDefinitionGroup> |
258 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | 278 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> |
@@ -271,7 +291,7 @@ | |||
271 | <GenerateDebugInformation>true</GenerateDebugInformation> | 291 | <GenerateDebugInformation>true</GenerateDebugInformation> |
272 | <SubSystem>Console</SubSystem> | 292 | <SubSystem>Console</SubSystem> |
273 | <AdditionalDependencies>lua53.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 293 | <AdditionalDependencies>lua53.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
274 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 294 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
275 | </Link> | 295 | </Link> |
276 | </ItemDefinitionGroup> | 296 | </ItemDefinitionGroup> |
277 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | 297 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> |
@@ -290,7 +310,7 @@ | |||
290 | <GenerateDebugInformation>true</GenerateDebugInformation> | 310 | <GenerateDebugInformation>true</GenerateDebugInformation> |
291 | <SubSystem>Console</SubSystem> | 311 | <SubSystem>Console</SubSystem> |
292 | <AdditionalDependencies>lua53.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 312 | <AdditionalDependencies>lua53.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
293 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release</AdditionalLibraryDirectories> | 313 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
294 | </Link> | 314 | </Link> |
295 | </ItemDefinitionGroup> | 315 | </ItemDefinitionGroup> |
296 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> | 316 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> |
@@ -309,7 +329,7 @@ | |||
309 | <GenerateDebugInformation>true</GenerateDebugInformation> | 329 | <GenerateDebugInformation>true</GenerateDebugInformation> |
310 | <SubSystem>Console</SubSystem> | 330 | <SubSystem>Console</SubSystem> |
311 | <AdditionalDependencies>lua52.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 331 | <AdditionalDependencies>lua52.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
312 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 332 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
313 | </Link> | 333 | </Link> |
314 | </ItemDefinitionGroup> | 334 | </ItemDefinitionGroup> |
315 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> | 335 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> |
@@ -328,7 +348,7 @@ | |||
328 | <GenerateDebugInformation>true</GenerateDebugInformation> | 348 | <GenerateDebugInformation>true</GenerateDebugInformation> |
329 | <SubSystem>Console</SubSystem> | 349 | <SubSystem>Console</SubSystem> |
330 | <AdditionalDependencies>lua52.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 350 | <AdditionalDependencies>lua52.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
331 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release</AdditionalLibraryDirectories> | 351 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
332 | </Link> | 352 | </Link> |
333 | </ItemDefinitionGroup> | 353 | </ItemDefinitionGroup> |
334 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> | 354 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> |
@@ -347,7 +367,7 @@ | |||
347 | <GenerateDebugInformation>true</GenerateDebugInformation> | 367 | <GenerateDebugInformation>true</GenerateDebugInformation> |
348 | <SubSystem>Console</SubSystem> | 368 | <SubSystem>Console</SubSystem> |
349 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 369 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
350 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 370 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
351 | </Link> | 371 | </Link> |
352 | </ItemDefinitionGroup> | 372 | </ItemDefinitionGroup> |
353 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> | 373 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> |
@@ -366,10 +386,10 @@ | |||
366 | <GenerateDebugInformation>true</GenerateDebugInformation> | 386 | <GenerateDebugInformation>true</GenerateDebugInformation> |
367 | <SubSystem>Console</SubSystem> | 387 | <SubSystem>Console</SubSystem> |
368 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 388 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
369 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release</AdditionalLibraryDirectories> | 389 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
370 | </Link> | 390 | </Link> |
371 | </ItemDefinitionGroup> | 391 | </ItemDefinitionGroup> |
372 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'"> | 392 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Win32'"> |
373 | <ClCompile> | 393 | <ClCompile> |
374 | <PrecompiledHeader>Use</PrecompiledHeader> | 394 | <PrecompiledHeader>Use</PrecompiledHeader> |
375 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 395 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -385,10 +405,10 @@ | |||
385 | <GenerateDebugInformation>true</GenerateDebugInformation> | 405 | <GenerateDebugInformation>true</GenerateDebugInformation> |
386 | <SubSystem>Console</SubSystem> | 406 | <SubSystem>Console</SubSystem> |
387 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 407 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
388 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)</AdditionalLibraryDirectories> | 408 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
389 | </Link> | 409 | </Link> |
390 | </ItemDefinitionGroup> | 410 | </ItemDefinitionGroup> |
391 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> | 411 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'"> |
392 | <ClCompile> | 412 | <ClCompile> |
393 | <PrecompiledHeader>Use</PrecompiledHeader> | 413 | <PrecompiledHeader>Use</PrecompiledHeader> |
394 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 414 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -398,13 +418,13 @@ | |||
398 | <WarningLevel>Level3</WarningLevel> | 418 | <WarningLevel>Level3</WarningLevel> |
399 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\MoonJIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> | 419 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\MoonJIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> |
400 | <LanguageStandard>stdcpp20</LanguageStandard> | 420 | <LanguageStandard>stdcpp20</LanguageStandard> |
401 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 421 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
402 | </ClCompile> | 422 | </ClCompile> |
403 | <Link> | 423 | <Link> |
404 | <GenerateDebugInformation>true</GenerateDebugInformation> | 424 | <GenerateDebugInformation>true</GenerateDebugInformation> |
405 | <SubSystem>Console</SubSystem> | 425 | <SubSystem>Console</SubSystem> |
406 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 426 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
407 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\MoonJIT\bin\$(Platform)</AdditionalLibraryDirectories> | 427 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
408 | </Link> | 428 | </Link> |
409 | </ItemDefinitionGroup> | 429 | </ItemDefinitionGroup> |
410 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | 430 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> |
@@ -422,7 +442,7 @@ | |||
422 | <Link> | 442 | <Link> |
423 | <GenerateDebugInformation>true</GenerateDebugInformation> | 443 | <GenerateDebugInformation>true</GenerateDebugInformation> |
424 | <SubSystem>Console</SubSystem> | 444 | <SubSystem>Console</SubSystem> |
425 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 445 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
426 | <AdditionalDependencies>lua54.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 446 | <AdditionalDependencies>lua54.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
427 | <IgnoreSpecificDefaultLibraries> | 447 | <IgnoreSpecificDefaultLibraries> |
428 | </IgnoreSpecificDefaultLibraries> | 448 | </IgnoreSpecificDefaultLibraries> |
@@ -464,7 +484,7 @@ | |||
464 | <Link> | 484 | <Link> |
465 | <GenerateDebugInformation>true</GenerateDebugInformation> | 485 | <GenerateDebugInformation>true</GenerateDebugInformation> |
466 | <SubSystem>Console</SubSystem> | 486 | <SubSystem>Console</SubSystem> |
467 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 487 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
468 | <AdditionalDependencies>lua53.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 488 | <AdditionalDependencies>lua53.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
469 | <IgnoreSpecificDefaultLibraries> | 489 | <IgnoreSpecificDefaultLibraries> |
470 | </IgnoreSpecificDefaultLibraries> | 490 | </IgnoreSpecificDefaultLibraries> |
@@ -482,7 +502,7 @@ | |||
482 | <Link> | 502 | <Link> |
483 | <GenerateDebugInformation>true</GenerateDebugInformation> | 503 | <GenerateDebugInformation>true</GenerateDebugInformation> |
484 | <SubSystem>Console</SubSystem> | 504 | <SubSystem>Console</SubSystem> |
485 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua53\bin\$(Platform)\Release</AdditionalLibraryDirectories> | 505 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
486 | <AdditionalDependencies>lua53.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 506 | <AdditionalDependencies>lua53.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
487 | <IgnoreSpecificDefaultLibraries> | 507 | <IgnoreSpecificDefaultLibraries> |
488 | </IgnoreSpecificDefaultLibraries> | 508 | </IgnoreSpecificDefaultLibraries> |
@@ -545,7 +565,7 @@ | |||
545 | <Link> | 565 | <Link> |
546 | <GenerateDebugInformation>true</GenerateDebugInformation> | 566 | <GenerateDebugInformation>true</GenerateDebugInformation> |
547 | <SubSystem>Console</SubSystem> | 567 | <SubSystem>Console</SubSystem> |
548 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 568 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
549 | <AdditionalDependencies>lua52.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 569 | <AdditionalDependencies>lua52.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
550 | <IgnoreSpecificDefaultLibraries> | 570 | <IgnoreSpecificDefaultLibraries> |
551 | </IgnoreSpecificDefaultLibraries> | 571 | </IgnoreSpecificDefaultLibraries> |
@@ -563,7 +583,7 @@ | |||
563 | <Link> | 583 | <Link> |
564 | <GenerateDebugInformation>true</GenerateDebugInformation> | 584 | <GenerateDebugInformation>true</GenerateDebugInformation> |
565 | <SubSystem>Console</SubSystem> | 585 | <SubSystem>Console</SubSystem> |
566 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua52\bin\$(Platform)\Release</AdditionalLibraryDirectories> | 586 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
567 | <AdditionalDependencies>lua52.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 587 | <AdditionalDependencies>lua52.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
568 | <IgnoreSpecificDefaultLibraries> | 588 | <IgnoreSpecificDefaultLibraries> |
569 | </IgnoreSpecificDefaultLibraries> | 589 | </IgnoreSpecificDefaultLibraries> |
@@ -626,7 +646,7 @@ | |||
626 | <Link> | 646 | <Link> |
627 | <GenerateDebugInformation>true</GenerateDebugInformation> | 647 | <GenerateDebugInformation>true</GenerateDebugInformation> |
628 | <SubSystem>Console</SubSystem> | 648 | <SubSystem>Console</SubSystem> |
629 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Debug</AdditionalLibraryDirectories> | 649 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
630 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 650 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
631 | <IgnoreSpecificDefaultLibraries> | 651 | <IgnoreSpecificDefaultLibraries> |
632 | </IgnoreSpecificDefaultLibraries> | 652 | </IgnoreSpecificDefaultLibraries> |
@@ -644,7 +664,7 @@ | |||
644 | <Link> | 664 | <Link> |
645 | <GenerateDebugInformation>true</GenerateDebugInformation> | 665 | <GenerateDebugInformation>true</GenerateDebugInformation> |
646 | <SubSystem>Console</SubSystem> | 666 | <SubSystem>Console</SubSystem> |
647 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua51\bin\$(Platform)\Release</AdditionalLibraryDirectories> | 667 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
648 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 668 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
649 | <IgnoreSpecificDefaultLibraries> | 669 | <IgnoreSpecificDefaultLibraries> |
650 | </IgnoreSpecificDefaultLibraries> | 670 | </IgnoreSpecificDefaultLibraries> |
@@ -692,7 +712,7 @@ | |||
692 | </IgnoreSpecificDefaultLibraries> | 712 | </IgnoreSpecificDefaultLibraries> |
693 | </Link> | 713 | </Link> |
694 | </ItemDefinitionGroup> | 714 | </ItemDefinitionGroup> |
695 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> | 715 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|x64'"> |
696 | <ClCompile> | 716 | <ClCompile> |
697 | <PrecompiledHeader>Use</PrecompiledHeader> | 717 | <PrecompiledHeader>Use</PrecompiledHeader> |
698 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 718 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -707,13 +727,13 @@ | |||
707 | <Link> | 727 | <Link> |
708 | <GenerateDebugInformation>true</GenerateDebugInformation> | 728 | <GenerateDebugInformation>true</GenerateDebugInformation> |
709 | <SubSystem>Console</SubSystem> | 729 | <SubSystem>Console</SubSystem> |
710 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\LuaJIT\bin\$(Platform)</AdditionalLibraryDirectories> | 730 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
711 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 731 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
712 | <IgnoreSpecificDefaultLibraries> | 732 | <IgnoreSpecificDefaultLibraries> |
713 | </IgnoreSpecificDefaultLibraries> | 733 | </IgnoreSpecificDefaultLibraries> |
714 | </Link> | 734 | </Link> |
715 | </ItemDefinitionGroup> | 735 | </ItemDefinitionGroup> |
716 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> | 736 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'"> |
717 | <ClCompile> | 737 | <ClCompile> |
718 | <PrecompiledHeader>Use</PrecompiledHeader> | 738 | <PrecompiledHeader>Use</PrecompiledHeader> |
719 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 739 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -723,18 +743,18 @@ | |||
723 | <WarningLevel>Level3</WarningLevel> | 743 | <WarningLevel>Level3</WarningLevel> |
724 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\MoonJIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> | 744 | <AdditionalIncludeDirectories>$(SolutionDir)..\..\..\MoonJIT\src;$(SolutionDir)..</AdditionalIncludeDirectories> |
725 | <LanguageStandard>stdcpp20</LanguageStandard> | 745 | <LanguageStandard>stdcpp20</LanguageStandard> |
726 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | 746 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
727 | </ClCompile> | 747 | </ClCompile> |
728 | <Link> | 748 | <Link> |
729 | <GenerateDebugInformation>true</GenerateDebugInformation> | 749 | <GenerateDebugInformation>true</GenerateDebugInformation> |
730 | <SubSystem>Console</SubSystem> | 750 | <SubSystem>Console</SubSystem> |
731 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\MoonJIT\bin\$(Platform)</AdditionalLibraryDirectories> | 751 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
732 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 752 | <AdditionalDependencies>lua51.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
733 | <IgnoreSpecificDefaultLibraries> | 753 | <IgnoreSpecificDefaultLibraries> |
734 | </IgnoreSpecificDefaultLibraries> | 754 | </IgnoreSpecificDefaultLibraries> |
735 | </Link> | 755 | </Link> |
736 | </ItemDefinitionGroup> | 756 | </ItemDefinitionGroup> |
737 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'"> | 757 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Prospero'"> |
738 | <ClCompile> | 758 | <ClCompile> |
739 | <PrecompiledHeader>Use</PrecompiledHeader> | 759 | <PrecompiledHeader>Use</PrecompiledHeader> |
740 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 760 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -755,7 +775,7 @@ | |||
755 | </IgnoreSpecificDefaultLibraries> | 775 | </IgnoreSpecificDefaultLibraries> |
756 | </Link> | 776 | </Link> |
757 | </ItemDefinitionGroup> | 777 | </ItemDefinitionGroup> |
758 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'"> | 778 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Prospero'"> |
759 | <ClCompile> | 779 | <ClCompile> |
760 | <PrecompiledHeader>Use</PrecompiledHeader> | 780 | <PrecompiledHeader>Use</PrecompiledHeader> |
761 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> | 781 | <PrecompiledHeaderFile>_pch.hpp</PrecompiledHeaderFile> |
@@ -792,7 +812,7 @@ | |||
792 | <OptimizeReferences>true</OptimizeReferences> | 812 | <OptimizeReferences>true</OptimizeReferences> |
793 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 813 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
794 | <AdditionalDependencies>lua54.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 814 | <AdditionalDependencies>lua54.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
795 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release</AdditionalLibraryDirectories> | 815 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
796 | </Link> | 816 | </Link> |
797 | </ItemDefinitionGroup> | 817 | </ItemDefinitionGroup> |
798 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> | 818 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> |
@@ -809,7 +829,7 @@ | |||
809 | <SubSystem>Console</SubSystem> | 829 | <SubSystem>Console</SubSystem> |
810 | <OptimizeReferences>true</OptimizeReferences> | 830 | <OptimizeReferences>true</OptimizeReferences> |
811 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | 831 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
812 | <AdditionalLibraryDirectories>$(SolutionDir)..\..\..\Lua54\bin\$(Platform)\Release</AdditionalLibraryDirectories> | 832 | <AdditionalLibraryDirectories>$(SolutionDir)_LuaVersions\$(PlatformName)\$(ConfigurationName)</AdditionalLibraryDirectories> |
813 | <AdditionalDependencies>lua54.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> | 833 | <AdditionalDependencies>lua54.lib;$(CoreLibraryDependencies);%(AdditionalDependencies)</AdditionalDependencies> |
814 | </Link> | 834 | </Link> |
815 | </ItemDefinitionGroup> | 835 | </ItemDefinitionGroup> |
@@ -846,8 +866,8 @@ | |||
846 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'">NotUsing</PrecompiledHeader> | 866 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'">NotUsing</PrecompiledHeader> |
847 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">NotUsing</PrecompiledHeader> | 867 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">NotUsing</PrecompiledHeader> |
848 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">NotUsing</PrecompiledHeader> | 868 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">NotUsing</PrecompiledHeader> |
849 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'">NotUsing</PrecompiledHeader> | 869 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Win32'">NotUsing</PrecompiledHeader> |
850 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">NotUsing</PrecompiledHeader> | 870 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'">NotUsing</PrecompiledHeader> |
851 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">NotUsing</PrecompiledHeader> | 871 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">NotUsing</PrecompiledHeader> |
852 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">NotUsing</PrecompiledHeader> | 872 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">NotUsing</PrecompiledHeader> |
853 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">NotUsing</PrecompiledHeader> | 873 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">NotUsing</PrecompiledHeader> |
@@ -861,10 +881,10 @@ | |||
861 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">NotUsing</PrecompiledHeader> | 881 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">NotUsing</PrecompiledHeader> |
862 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">NotUsing</PrecompiledHeader> | 882 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">NotUsing</PrecompiledHeader> |
863 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">NotUsing</PrecompiledHeader> | 883 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">NotUsing</PrecompiledHeader> |
864 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'">NotUsing</PrecompiledHeader> | 884 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|x64'">NotUsing</PrecompiledHeader> |
865 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">NotUsing</PrecompiledHeader> | 885 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'">NotUsing</PrecompiledHeader> |
866 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'">NotUsing</PrecompiledHeader> | 886 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Prospero'">NotUsing</PrecompiledHeader> |
867 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">NotUsing</PrecompiledHeader> | 887 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Prospero'">NotUsing</PrecompiledHeader> |
868 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">NotUsing</PrecompiledHeader> | 888 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">NotUsing</PrecompiledHeader> |
869 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">NotUsing</PrecompiledHeader> | 889 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">NotUsing</PrecompiledHeader> |
870 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'">NotUsing</PrecompiledHeader> | 890 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'">NotUsing</PrecompiledHeader> |
@@ -879,8 +899,8 @@ | |||
879 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'">NotUsing</PrecompiledHeader> | 899 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'">NotUsing</PrecompiledHeader> |
880 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">NotUsing</PrecompiledHeader> | 900 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">NotUsing</PrecompiledHeader> |
881 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">NotUsing</PrecompiledHeader> | 901 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">NotUsing</PrecompiledHeader> |
882 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'">NotUsing</PrecompiledHeader> | 902 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Win32'">NotUsing</PrecompiledHeader> |
883 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">NotUsing</PrecompiledHeader> | 903 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'">NotUsing</PrecompiledHeader> |
884 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">NotUsing</PrecompiledHeader> | 904 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">NotUsing</PrecompiledHeader> |
885 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">NotUsing</PrecompiledHeader> | 905 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'">NotUsing</PrecompiledHeader> |
886 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">NotUsing</PrecompiledHeader> | 906 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">NotUsing</PrecompiledHeader> |
@@ -894,10 +914,10 @@ | |||
894 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">NotUsing</PrecompiledHeader> | 914 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">NotUsing</PrecompiledHeader> |
895 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">NotUsing</PrecompiledHeader> | 915 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">NotUsing</PrecompiledHeader> |
896 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">NotUsing</PrecompiledHeader> | 916 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">NotUsing</PrecompiledHeader> |
897 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'">NotUsing</PrecompiledHeader> | 917 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|x64'">NotUsing</PrecompiledHeader> |
898 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">NotUsing</PrecompiledHeader> | 918 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'">NotUsing</PrecompiledHeader> |
899 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'">NotUsing</PrecompiledHeader> | 919 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Prospero'">NotUsing</PrecompiledHeader> |
900 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">NotUsing</PrecompiledHeader> | 920 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Prospero'">NotUsing</PrecompiledHeader> |
901 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">NotUsing</PrecompiledHeader> | 921 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">NotUsing</PrecompiledHeader> |
902 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">NotUsing</PrecompiledHeader> | 922 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">NotUsing</PrecompiledHeader> |
903 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'">NotUsing</PrecompiledHeader> | 923 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'">NotUsing</PrecompiledHeader> |
@@ -920,8 +940,8 @@ | |||
920 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">Create</PrecompiledHeader> | 940 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'">Create</PrecompiledHeader> |
921 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">Create</PrecompiledHeader> | 941 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'">Create</PrecompiledHeader> |
922 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">Create</PrecompiledHeader> | 942 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'">Create</PrecompiledHeader> |
923 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'">Create</PrecompiledHeader> | 943 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Win32'">Create</PrecompiledHeader> |
924 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'">Create</PrecompiledHeader> | 944 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Win32'">Create</PrecompiledHeader> |
925 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">Create</PrecompiledHeader> | 945 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'">Create</PrecompiledHeader> |
926 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'">Create</PrecompiledHeader> | 946 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'">Create</PrecompiledHeader> |
927 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'">Create</PrecompiledHeader> | 947 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'">Create</PrecompiledHeader> |
@@ -937,16 +957,16 @@ | |||
937 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">Create</PrecompiledHeader> | 957 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'">Create</PrecompiledHeader> |
938 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">Create</PrecompiledHeader> | 958 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'">Create</PrecompiledHeader> |
939 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">Create</PrecompiledHeader> | 959 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'">Create</PrecompiledHeader> |
940 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'">Create</PrecompiledHeader> | 960 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|x64'">Create</PrecompiledHeader> |
941 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'">Create</PrecompiledHeader> | 961 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|x64'">Create</PrecompiledHeader> |
942 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'">Create</PrecompiledHeader> | 962 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release LuaJIT|Prospero'">Create</PrecompiledHeader> |
943 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'">Create</PrecompiledHeader> | 963 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release MoonJIT|Prospero'">Create</PrecompiledHeader> |
944 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">Create</PrecompiledHeader> | 964 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'">Create</PrecompiledHeader> |
945 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">Create</PrecompiledHeader> | 965 | <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'">Create</PrecompiledHeader> |
946 | </ClCompile> | 966 | </ClCompile> |
947 | </ItemGroup> | 967 | </ItemGroup> |
948 | <ItemGroup> | 968 | <ItemGroup> |
949 | <None Include="Catch2.runsettings" /> | 969 | <None Include="..\.runsettings" /> |
950 | <None Include="UnitTests.makefile" /> | 970 | <None Include="UnitTests.makefile" /> |
951 | <None Include="scripts\coro\basics.lua" /> | 971 | <None Include="scripts\coro\basics.lua" /> |
952 | <None Include="scripts\coro\error_handling.lua" /> | 972 | <None Include="scripts\coro\error_handling.lua" /> |
diff --git a/unit_tests/UnitTests.vcxproj.filters b/unit_tests/UnitTests.vcxproj.filters index eb02d19..3b45009 100644 --- a/unit_tests/UnitTests.vcxproj.filters +++ b/unit_tests/UnitTests.vcxproj.filters | |||
@@ -107,11 +107,11 @@ | |||
107 | <None Include="scripts\linda\send_registered_userdata.lua"> | 107 | <None Include="scripts\linda\send_registered_userdata.lua"> |
108 | <Filter>Scripts\linda</Filter> | 108 | <Filter>Scripts\linda</Filter> |
109 | </None> | 109 | </None> |
110 | <None Include="Catch2.runsettings"> | ||
111 | <Filter>Catch2</Filter> | ||
112 | </None> | ||
113 | <None Include="UnitTests.makefile"> | 110 | <None Include="UnitTests.makefile"> |
114 | <Filter>Make</Filter> | 111 | <Filter>Make</Filter> |
115 | </None> | 112 | </None> |
113 | <None Include="..\.runsettings"> | ||
114 | <Filter>Catch2</Filter> | ||
115 | </None> | ||
116 | </ItemGroup> | 116 | </ItemGroup> |
117 | </Project> \ No newline at end of file | 117 | </Project> \ No newline at end of file |
diff --git a/unit_tests/UnitTests.vcxproj.user b/unit_tests/UnitTests.vcxproj.user deleted file mode 100644 index d3fc335..0000000 --- a/unit_tests/UnitTests.vcxproj.user +++ /dev/null | |||
@@ -1,143 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|x64'"> | ||
4 | <LocalDebuggerCommandArguments /> | ||
5 | <RemoteDebuggerCommandArguments /> | ||
6 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
7 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
8 | </PropertyGroup> | ||
9 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Prospero'"> | ||
10 | <LocalDebuggerCommandArguments /> | ||
11 | <RemoteDebuggerCommandArguments /> | ||
12 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
13 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
14 | </PropertyGroup> | ||
15 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Win32'"> | ||
16 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
17 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
18 | </PropertyGroup> | ||
19 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Win32'"> | ||
20 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
21 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
22 | </PropertyGroup> | ||
23 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Win32'"> | ||
24 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
25 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
26 | </PropertyGroup> | ||
27 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Win32'"> | ||
28 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
29 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
30 | </PropertyGroup> | ||
31 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Win32'"> | ||
32 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
33 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
34 | </PropertyGroup> | ||
35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Win32'"> | ||
36 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
37 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
38 | </PropertyGroup> | ||
39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Win32'"> | ||
40 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
41 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
42 | </PropertyGroup> | ||
43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Win32'"> | ||
44 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
45 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
46 | </PropertyGroup> | ||
47 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.4|Win32'"> | ||
48 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
49 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
50 | </PropertyGroup> | ||
51 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Win32'"> | ||
52 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
53 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
54 | </PropertyGroup> | ||
55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|x64'"> | ||
56 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
57 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
58 | <LocalDebuggerCommandArguments /> | ||
59 | <RemoteDebuggerCommandArguments /> | ||
60 | </PropertyGroup> | ||
61 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|x64'"> | ||
62 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
63 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
64 | <LocalDebuggerCommandArguments /> | ||
65 | <RemoteDebuggerCommandArguments /> | ||
66 | </PropertyGroup> | ||
67 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.1|Prospero'"> | ||
68 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
69 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
70 | <LocalDebuggerCommandArguments /> | ||
71 | <RemoteDebuggerCommandArguments /> | ||
72 | </PropertyGroup> | ||
73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.1|Prospero'"> | ||
74 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
75 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
76 | <LocalDebuggerCommandArguments /> | ||
77 | <RemoteDebuggerCommandArguments /> | ||
78 | </PropertyGroup> | ||
79 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|x64'"> | ||
80 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
81 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
82 | <LocalDebuggerCommandArguments /> | ||
83 | <RemoteDebuggerCommandArguments /> | ||
84 | </PropertyGroup> | ||
85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|x64'"> | ||
86 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
87 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
88 | <LocalDebuggerCommandArguments /> | ||
89 | <RemoteDebuggerCommandArguments /> | ||
90 | </PropertyGroup> | ||
91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug LuaJIT|Prospero'"> | ||
92 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
93 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
94 | <LocalDebuggerCommandArguments /> | ||
95 | <RemoteDebuggerCommandArguments /> | ||
96 | </PropertyGroup> | ||
97 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug MoonJIT|Prospero'"> | ||
98 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
99 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
100 | <LocalDebuggerCommandArguments /> | ||
101 | <RemoteDebuggerCommandArguments /> | ||
102 | </PropertyGroup> | ||
103 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|x64'"> | ||
104 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
105 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
106 | </PropertyGroup> | ||
107 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|x64'"> | ||
108 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
109 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
110 | </PropertyGroup> | ||
111 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.2|Prospero'"> | ||
112 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
113 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
114 | </PropertyGroup> | ||
115 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.2|Prospero'"> | ||
116 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
117 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
118 | </PropertyGroup> | ||
119 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|x64'"> | ||
120 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
121 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
122 | </PropertyGroup> | ||
123 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|x64'"> | ||
124 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
125 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
126 | </PropertyGroup> | ||
127 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug 5.3|Prospero'"> | ||
128 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
129 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
130 | </PropertyGroup> | ||
131 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.3|Prospero'"> | ||
132 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
133 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
134 | </PropertyGroup> | ||
135 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|x64'"> | ||
136 | <LocalDebuggerWorkingDirectory>$(SolutionDir)</LocalDebuggerWorkingDirectory> | ||
137 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
138 | </PropertyGroup> | ||
139 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release 5.4|Prospero'"> | ||
140 | <LocalDebuggerWorkingDirectory>$(SolutionDir)Lanes</LocalDebuggerWorkingDirectory> | ||
141 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> | ||
142 | </PropertyGroup> | ||
143 | </Project> \ No newline at end of file | ||