-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsyncScheduler.sln
43 lines (43 loc) · 2.55 KB
/
AsyncScheduler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30711.63
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncScheduler", "AsyncScheduler\AsyncScheduler.csproj", "{2AF1A1DE-AD00-4485-A110-8FAA466A33CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleExample", "ConsoleExample\ConsoleExample.csproj", "{2FC9B0F0-54D0-49CE-B62A-F7A1146D368F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AsyncSchedulerTest", "AsyncSchedulerTest\AsyncSchedulerTest.csproj", "{763B315E-677B-4C5F-91A4-A3435A45908A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlazorAppExample", "BlazorAppExample\BlazorAppExample.csproj", "{E0E27479-F283-4012-84FD-909AA735096B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2AF1A1DE-AD00-4485-A110-8FAA466A33CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2AF1A1DE-AD00-4485-A110-8FAA466A33CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2AF1A1DE-AD00-4485-A110-8FAA466A33CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2AF1A1DE-AD00-4485-A110-8FAA466A33CA}.Release|Any CPU.Build.0 = Release|Any CPU
{2FC9B0F0-54D0-49CE-B62A-F7A1146D368F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FC9B0F0-54D0-49CE-B62A-F7A1146D368F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FC9B0F0-54D0-49CE-B62A-F7A1146D368F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FC9B0F0-54D0-49CE-B62A-F7A1146D368F}.Release|Any CPU.Build.0 = Release|Any CPU
{763B315E-677B-4C5F-91A4-A3435A45908A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{763B315E-677B-4C5F-91A4-A3435A45908A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{763B315E-677B-4C5F-91A4-A3435A45908A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{763B315E-677B-4C5F-91A4-A3435A45908A}.Release|Any CPU.Build.0 = Release|Any CPU
{E0E27479-F283-4012-84FD-909AA735096B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E0E27479-F283-4012-84FD-909AA735096B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E0E27479-F283-4012-84FD-909AA735096B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0E27479-F283-4012-84FD-909AA735096B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54180FBF-2417-48CD-8D66-3554FB13ADD5}
EndGlobalSection
EndGlobal