-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCatchCoroutineError.sln
More file actions
49 lines (49 loc) · 3.02 KB
/
CatchCoroutineError.sln
File metadata and controls
49 lines (49 loc) · 3.02 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
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.9.34701.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CatchCoroutineError", "CatchCoroutineError\CatchCoroutineError.csproj", "{ED189499-4EFD-4FE1-B5D5-CAED4CBA2FCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CheckDebugVersion", "CheckDebugVersion\CheckDebugVersion.csproj", "{5A859B0C-C2C2-4F61-BF83-6482482023EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ForgetButReset", "ForgetButReset\ForgetButReset.csproj", "{1F317F05-7506-4587-985C-FB5725D3F604}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "OptiPrimitves", "OptiPrimitves\OptiPrimitves.csproj", "{B8BA1B28-9D3C-40F6-A79B-C6AF2A8087A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LogSomeStuff", "LogSomeStuff\LogSomeStuff.csproj", "{EDD3955F-016F-4244-9C33-723650E490BA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{ED189499-4EFD-4FE1-B5D5-CAED4CBA2FCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ED189499-4EFD-4FE1-B5D5-CAED4CBA2FCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ED189499-4EFD-4FE1-B5D5-CAED4CBA2FCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ED189499-4EFD-4FE1-B5D5-CAED4CBA2FCE}.Release|Any CPU.Build.0 = Release|Any CPU
{5A859B0C-C2C2-4F61-BF83-6482482023EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A859B0C-C2C2-4F61-BF83-6482482023EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A859B0C-C2C2-4F61-BF83-6482482023EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A859B0C-C2C2-4F61-BF83-6482482023EE}.Release|Any CPU.Build.0 = Release|Any CPU
{1F317F05-7506-4587-985C-FB5725D3F604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1F317F05-7506-4587-985C-FB5725D3F604}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1F317F05-7506-4587-985C-FB5725D3F604}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1F317F05-7506-4587-985C-FB5725D3F604}.Release|Any CPU.Build.0 = Release|Any CPU
{B8BA1B28-9D3C-40F6-A79B-C6AF2A8087A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8BA1B28-9D3C-40F6-A79B-C6AF2A8087A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8BA1B28-9D3C-40F6-A79B-C6AF2A8087A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8BA1B28-9D3C-40F6-A79B-C6AF2A8087A7}.Release|Any CPU.Build.0 = Release|Any CPU
{EDD3955F-016F-4244-9C33-723650E490BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDD3955F-016F-4244-9C33-723650E490BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDD3955F-016F-4244-9C33-723650E490BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDD3955F-016F-4244-9C33-723650E490BA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A438C0DA-7263-44AB-B209-DEF42BF5ACD5}
EndGlobalSection
EndGlobal