This repository was archived by the owner on Oct 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSnippetsAndExamples.sln
More file actions
37 lines (37 loc) · 2.08 KB
/
Copy pathSnippetsAndExamples.sln
File metadata and controls
37 lines (37 loc) · 2.08 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FluentApiWithPathing", "FluentApiWithPathing\FluentApiWithPathing.csproj", "{93F7CDDE-525A-4E96-AA8B-A76C5F650380}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CpuMultithreading", "CpuMultithreading\CpuMultithreading.csproj", "{79003BF7-FA01-4AF2-B50E-B411683904DA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClientTpsLimiter", "ClientTpsLimiter\ClientTpsLimiter.csproj", "{B8A5E5A4-2BAE-4876-B3D0-E187AC3BE9A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{93F7CDDE-525A-4E96-AA8B-A76C5F650380}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{93F7CDDE-525A-4E96-AA8B-A76C5F650380}.Debug|Any CPU.Build.0 = Debug|Any CPU
{93F7CDDE-525A-4E96-AA8B-A76C5F650380}.Release|Any CPU.ActiveCfg = Release|Any CPU
{93F7CDDE-525A-4E96-AA8B-A76C5F650380}.Release|Any CPU.Build.0 = Release|Any CPU
{79003BF7-FA01-4AF2-B50E-B411683904DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79003BF7-FA01-4AF2-B50E-B411683904DA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79003BF7-FA01-4AF2-B50E-B411683904DA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79003BF7-FA01-4AF2-B50E-B411683904DA}.Release|Any CPU.Build.0 = Release|Any CPU
{B8A5E5A4-2BAE-4876-B3D0-E187AC3BE9A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8A5E5A4-2BAE-4876-B3D0-E187AC3BE9A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8A5E5A4-2BAE-4876-B3D0-E187AC3BE9A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8A5E5A4-2BAE-4876-B3D0-E187AC3BE9A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0D982CC-3306-4F2D-B4D2-7A752ECD1BB2}
EndGlobalSection
EndGlobal