-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathWordler.sln
63 lines (63 loc) · 4.13 KB
/
Wordler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wordler.Console", "Wordler.Console\Wordler.Console.csproj", "{45A2ADEF-7808-45AA-8909-72476EF90DE8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wordler.Core", "Wordler.Core\Wordler.Core.csproj", "{BA518213-B1E9-47CE-836C-D72C71C95C82}"
EndProject
Project("{54A90642-561A-4BB1-A94E-469ADEE60C69}") = "ReactProject", "ReactProject\ReactProject.esproj", "{CDC555F1-3F00-4B09-8526-7110EA655F0F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wordler.UnitTests", "Wordler.UnitTests\Wordler.UnitTests.csproj", "{40AAC8D1-3FEB-4570-A977-10413D5E9155}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wordler.Benchmarks", "Wordler.Benchmarks\Wordler.Benchmarks.csproj", "{D8E3BDAF-03B8-4AC7-AA15-B56C2CA72B5C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtherBenchmarks", "OtherBenchmarks\OtherBenchmarks.csproj", "{293F51A3-5CB8-4B05-B122-6C21DE0D0464}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OtherTests", "OtherTests\OtherTests.csproj", "{A4181DE3-8968-4743-8C4B-563F2E72ACBC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45A2ADEF-7808-45AA-8909-72476EF90DE8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45A2ADEF-7808-45AA-8909-72476EF90DE8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45A2ADEF-7808-45AA-8909-72476EF90DE8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45A2ADEF-7808-45AA-8909-72476EF90DE8}.Release|Any CPU.Build.0 = Release|Any CPU
{BA518213-B1E9-47CE-836C-D72C71C95C82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA518213-B1E9-47CE-836C-D72C71C95C82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA518213-B1E9-47CE-836C-D72C71C95C82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA518213-B1E9-47CE-836C-D72C71C95C82}.Release|Any CPU.Build.0 = Release|Any CPU
{CDC555F1-3F00-4B09-8526-7110EA655F0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDC555F1-3F00-4B09-8526-7110EA655F0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDC555F1-3F00-4B09-8526-7110EA655F0F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CDC555F1-3F00-4B09-8526-7110EA655F0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDC555F1-3F00-4B09-8526-7110EA655F0F}.Release|Any CPU.Build.0 = Release|Any CPU
{CDC555F1-3F00-4B09-8526-7110EA655F0F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{40AAC8D1-3FEB-4570-A977-10413D5E9155}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40AAC8D1-3FEB-4570-A977-10413D5E9155}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40AAC8D1-3FEB-4570-A977-10413D5E9155}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40AAC8D1-3FEB-4570-A977-10413D5E9155}.Release|Any CPU.Build.0 = Release|Any CPU
{D8E3BDAF-03B8-4AC7-AA15-B56C2CA72B5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D8E3BDAF-03B8-4AC7-AA15-B56C2CA72B5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D8E3BDAF-03B8-4AC7-AA15-B56C2CA72B5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D8E3BDAF-03B8-4AC7-AA15-B56C2CA72B5C}.Release|Any CPU.Build.0 = Release|Any CPU
{293F51A3-5CB8-4B05-B122-6C21DE0D0464}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{293F51A3-5CB8-4B05-B122-6C21DE0D0464}.Debug|Any CPU.Build.0 = Debug|Any CPU
{293F51A3-5CB8-4B05-B122-6C21DE0D0464}.Release|Any CPU.ActiveCfg = Release|Any CPU
{293F51A3-5CB8-4B05-B122-6C21DE0D0464}.Release|Any CPU.Build.0 = Release|Any CPU
{A4181DE3-8968-4743-8C4B-563F2E72ACBC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4181DE3-8968-4743-8C4B-563F2E72ACBC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4181DE3-8968-4743-8C4B-563F2E72ACBC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4181DE3-8968-4743-8C4B-563F2E72ACBC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F948E007-0276-4EA3-A6FA-38E79890CBB7}
EndGlobalSection
EndGlobal