-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJobSystemTest.sln
More file actions
43 lines (43 loc) · 2.51 KB
/
JobSystemTest.sln
File metadata and controls
43 lines (43 loc) · 2.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.35027.167
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JobSystemTest", "JobSystemTest\JobSystemTest.csproj", "{F2E88E71-DE2C-4E39-A284-D1D5BE98FC58}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{C865E9DE-15AD-433A-87B1-F86792C4BE6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NativeArrayTest", "NativeArrayTest\NativeArrayTest.csproj", "{D7D50116-6B08-48DF-A5EA-EFD13E98D1F7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ArrayTests", "ArrayTests\ArrayTests.csproj", "{879A4BD0-DC51-4437-972B-0FD3BB7D034A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2E88E71-DE2C-4E39-A284-D1D5BE98FC58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2E88E71-DE2C-4E39-A284-D1D5BE98FC58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2E88E71-DE2C-4E39-A284-D1D5BE98FC58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2E88E71-DE2C-4E39-A284-D1D5BE98FC58}.Release|Any CPU.Build.0 = Release|Any CPU
{C865E9DE-15AD-433A-87B1-F86792C4BE6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C865E9DE-15AD-433A-87B1-F86792C4BE6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C865E9DE-15AD-433A-87B1-F86792C4BE6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C865E9DE-15AD-433A-87B1-F86792C4BE6F}.Release|Any CPU.Build.0 = Release|Any CPU
{D7D50116-6B08-48DF-A5EA-EFD13E98D1F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7D50116-6B08-48DF-A5EA-EFD13E98D1F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7D50116-6B08-48DF-A5EA-EFD13E98D1F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7D50116-6B08-48DF-A5EA-EFD13E98D1F7}.Release|Any CPU.Build.0 = Release|Any CPU
{879A4BD0-DC51-4437-972B-0FD3BB7D034A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{879A4BD0-DC51-4437-972B-0FD3BB7D034A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{879A4BD0-DC51-4437-972B-0FD3BB7D034A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{879A4BD0-DC51-4437-972B-0FD3BB7D034A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8635B593-49DA-45F0-A595-A5006D6896C8}
EndGlobalSection
EndGlobal