forked from Ali-YousefiTelori/BinaryGo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BinaryGo.sln
64 lines (64 loc) · 4.06 KB
/
BinaryGo.sln
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Engine", "Engine", "{DDB4CF29-7569-482F-B8FD-5752D43BF102}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Unit Tests", "Unit Tests", "{0E807251-2D94-46D8-8929-74B1FEE833A5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Benchmark", "Benchmark", "{33862E79-8D54-4A00-AD5A-A162B0DEEBAA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryGo", "Engine\BinaryGo\BinaryGo.csproj", "{5A357600-FAF3-40FE-AD59-5196E471041B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryGoConsoleTest", "Performance\BinaryGoConsoleTest\BinaryGoConsoleTest.csproj", "{FD0A70E3-031D-416B-B793-EA46F8545DE7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryGoCoreConsoleTest", "Performance\BinaryGoCoreConsoleTest\BinaryGoCoreConsoleTest.csproj", "{1E36604E-8C39-4547-A8C4-14E971054B9B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryGoPerformance", "Performance\BinaryGoPerformance\BinaryGoPerformance.csproj", "{1D4D6631-A362-4832-95DC-7AECE426A91C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BinaryGoTest", "Unit Tests\BinaryGoTest\BinaryGoTest.csproj", "{121C2A35-DA27-4336-83B8-14327F542C39}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Components", "Components", "{51673EFD-5B88-4120-A35A-62A320FD6004}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A357600-FAF3-40FE-AD59-5196E471041B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A357600-FAF3-40FE-AD59-5196E471041B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A357600-FAF3-40FE-AD59-5196E471041B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A357600-FAF3-40FE-AD59-5196E471041B}.Release|Any CPU.Build.0 = Release|Any CPU
{FD0A70E3-031D-416B-B793-EA46F8545DE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD0A70E3-031D-416B-B793-EA46F8545DE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD0A70E3-031D-416B-B793-EA46F8545DE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD0A70E3-031D-416B-B793-EA46F8545DE7}.Release|Any CPU.Build.0 = Release|Any CPU
{1E36604E-8C39-4547-A8C4-14E971054B9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1E36604E-8C39-4547-A8C4-14E971054B9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1E36604E-8C39-4547-A8C4-14E971054B9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1E36604E-8C39-4547-A8C4-14E971054B9B}.Release|Any CPU.Build.0 = Release|Any CPU
{1D4D6631-A362-4832-95DC-7AECE426A91C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D4D6631-A362-4832-95DC-7AECE426A91C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D4D6631-A362-4832-95DC-7AECE426A91C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D4D6631-A362-4832-95DC-7AECE426A91C}.Release|Any CPU.Build.0 = Release|Any CPU
{121C2A35-DA27-4336-83B8-14327F542C39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{121C2A35-DA27-4336-83B8-14327F542C39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{121C2A35-DA27-4336-83B8-14327F542C39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{121C2A35-DA27-4336-83B8-14327F542C39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5A357600-FAF3-40FE-AD59-5196E471041B} = {DDB4CF29-7569-482F-B8FD-5752D43BF102}
{FD0A70E3-031D-416B-B793-EA46F8545DE7} = {33862E79-8D54-4A00-AD5A-A162B0DEEBAA}
{1E36604E-8C39-4547-A8C4-14E971054B9B} = {33862E79-8D54-4A00-AD5A-A162B0DEEBAA}
{1D4D6631-A362-4832-95DC-7AECE426A91C} = {33862E79-8D54-4A00-AD5A-A162B0DEEBAA}
{121C2A35-DA27-4336-83B8-14327F542C39} = {0E807251-2D94-46D8-8929-74B1FEE833A5}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {16D2C529-E5EC-4A0A-912D-1F3DC4CD0541}
EndGlobalSection
EndGlobal