-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPlayground.sln
49 lines (49 loc) · 2.83 KB
/
Playground.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{575F7237-C8A9-4F57-AD9E-8B89F1491CB1}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
NuGet.Config = NuGet.Config
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.core", "Playground.core\Playground.core.csproj", "{8ACCFE03-45D3-46FD-9864-B7FE7EAFB802}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.Core.Test", "Playground.Core.Test\Playground.Core.Test.csproj", "{B54427E8-22D6-4BBE-83EF-2AD009375571}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Playground.Client", "Playground.Client\Playground.Client.csproj", "{6404CC11-90B6-4E3E-ACE7-FDC81783B6FB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Playground.Benchmark", "Playground.Benchmark\Playground.Benchmark.csproj", "{50483CEF-45E5-42A2-A979-762BAB5492B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8ACCFE03-45D3-46FD-9864-B7FE7EAFB802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8ACCFE03-45D3-46FD-9864-B7FE7EAFB802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8ACCFE03-45D3-46FD-9864-B7FE7EAFB802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8ACCFE03-45D3-46FD-9864-B7FE7EAFB802}.Release|Any CPU.Build.0 = Release|Any CPU
{B54427E8-22D6-4BBE-83EF-2AD009375571}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B54427E8-22D6-4BBE-83EF-2AD009375571}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B54427E8-22D6-4BBE-83EF-2AD009375571}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B54427E8-22D6-4BBE-83EF-2AD009375571}.Release|Any CPU.Build.0 = Release|Any CPU
{6404CC11-90B6-4E3E-ACE7-FDC81783B6FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6404CC11-90B6-4E3E-ACE7-FDC81783B6FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6404CC11-90B6-4E3E-ACE7-FDC81783B6FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6404CC11-90B6-4E3E-ACE7-FDC81783B6FB}.Release|Any CPU.Build.0 = Release|Any CPU
{50483CEF-45E5-42A2-A979-762BAB5492B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50483CEF-45E5-42A2-A979-762BAB5492B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50483CEF-45E5-42A2-A979-762BAB5492B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50483CEF-45E5-42A2-A979-762BAB5492B0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {284C18CF-314D-498C-B8EA-5925F6A559D7}
EndGlobalSection
EndGlobal