@@ -51,6 +51,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "datalog", "src\datalog\data
51
51
EndProject
52
52
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "datalog.test" , "test\datalog.test\datalog.test.csproj" , "{49B1AC50-4FD0-4524-85BA-FC26AD1EEBBA}"
53
53
EndProject
54
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "hal.test" , "test\hal.test\hal.test.csproj" , "{88C326DC-0E40-40B9-86B5-95157FF37D95}"
55
+ EndProject
54
56
Global
55
57
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
56
58
Debug| Any CPU = Debug| Any CPU
@@ -301,6 +303,18 @@ Global
301
303
{49B1AC50-4FD0-4524-85BA-FC26AD1EEBBA} .Release| x64 .Build .0 = Release| Any CPU
302
304
{49B1AC50-4FD0-4524-85BA-FC26AD1EEBBA} .Release| x86 .ActiveCfg = Release| Any CPU
303
305
{49B1AC50-4FD0-4524-85BA-FC26AD1EEBBA} .Release| x86 .Build .0 = Release| Any CPU
306
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
307
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Debug| Any CPU .Build .0 = Debug| Any CPU
308
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Debug| x64 .ActiveCfg = Debug| Any CPU
309
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Debug| x64 .Build .0 = Debug| Any CPU
310
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Debug| x86 .ActiveCfg = Debug| Any CPU
311
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Debug| x86 .Build .0 = Debug| Any CPU
312
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Release| Any CPU .ActiveCfg = Release| Any CPU
313
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Release| Any CPU .Build .0 = Release| Any CPU
314
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Release| x64 .ActiveCfg = Release| Any CPU
315
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Release| x64 .Build .0 = Release| Any CPU
316
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Release| x86 .ActiveCfg = Release| Any CPU
317
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} .Release| x86 .Build .0 = Release| Any CPU
304
318
EndGlobalSection
305
319
GlobalSection (SolutionProperties ) = preSolution
306
320
HideSolutionNode = FALSE
@@ -325,5 +339,6 @@ Global
325
339
{B09918CC-E71F-4E49-AA20-81559D3583B2} = {DB664556-4BF0-4874-8CB6-DC24E60A67AF}
326
340
{92BE0A00-437A-43BF-9793-2995FDB3DC23} = {DB664556-4BF0-4874-8CB6-DC24E60A67AF}
327
341
{49B1AC50-4FD0-4524-85BA-FC26AD1EEBBA} = {AD95ECD8-E708-4FB4-9B7E-A8A8EF3FCB3E}
342
+ {88C326DC-0E40-40B9-86B5-95157FF37D95} = {AD95ECD8-E708-4FB4-9B7E-A8A8EF3FCB3E}
328
343
EndGlobalSection
329
344
EndGlobal
0 commit comments