This repository was archived by the owner on Apr 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClrCoder.sln
More file actions
49 lines (49 loc) · 2.99 KB
/
Copy pathClrCoder.sln
File metadata and controls
49 lines (49 loc) · 2.99 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 10
VisualStudioVersion = 10.0.40219.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClrCoder", "src\ClrCoder\ClrCoder.csproj", "{A8A490AF-9B05-4137-A985-3D6EB8DF836F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClrCoder.AspNetCore", "src\ClrCoder.AspNetCore\ClrCoder.AspNetCore.csproj", "{EBE99741-A4D6-400A-8D36-13CF141BE550}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClrCoder.Testing", "src\ClrCoder.Testing\ClrCoder.Testing.csproj", "{EBD17201-CA98-4898-AEFA-DECD194CDD2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClrCoder.Tests", "src\ClrCoder.Tests\ClrCoder.Tests.csproj", "{8A7DC4A1-A14F-4A07-83E6-651961F041F0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClrCoder.Threading.AsyncDisposable", "src\ClrCoder.Threading.AsyncDisposable\ClrCoder.Threading.AsyncDisposable.csproj", "{6AB7131D-6F35-45B8-9C55-F6A370EF9DA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A8A490AF-9B05-4137-A985-3D6EB8DF836F}.Debug|x64.ActiveCfg = Debug|Any CPU
{A8A490AF-9B05-4137-A985-3D6EB8DF836F}.Debug|x64.Build.0 = Debug|Any CPU
{A8A490AF-9B05-4137-A985-3D6EB8DF836F}.Release|x64.ActiveCfg = Release|Any CPU
{A8A490AF-9B05-4137-A985-3D6EB8DF836F}.Release|x64.Build.0 = Release|Any CPU
{EBE99741-A4D6-400A-8D36-13CF141BE550}.Debug|x64.ActiveCfg = Debug|Any CPU
{EBE99741-A4D6-400A-8D36-13CF141BE550}.Debug|x64.Build.0 = Debug|Any CPU
{EBE99741-A4D6-400A-8D36-13CF141BE550}.Release|x64.ActiveCfg = Release|Any CPU
{EBE99741-A4D6-400A-8D36-13CF141BE550}.Release|x64.Build.0 = Release|Any CPU
{EBD17201-CA98-4898-AEFA-DECD194CDD2A}.Debug|x64.ActiveCfg = Debug|Any CPU
{EBD17201-CA98-4898-AEFA-DECD194CDD2A}.Debug|x64.Build.0 = Debug|Any CPU
{EBD17201-CA98-4898-AEFA-DECD194CDD2A}.Release|x64.ActiveCfg = Release|Any CPU
{EBD17201-CA98-4898-AEFA-DECD194CDD2A}.Release|x64.Build.0 = Release|Any CPU
{8A7DC4A1-A14F-4A07-83E6-651961F041F0}.Debug|x64.ActiveCfg = Debug|Any CPU
{8A7DC4A1-A14F-4A07-83E6-651961F041F0}.Debug|x64.Build.0 = Debug|Any CPU
{8A7DC4A1-A14F-4A07-83E6-651961F041F0}.Release|x64.ActiveCfg = Release|Any CPU
{8A7DC4A1-A14F-4A07-83E6-651961F041F0}.Release|x64.Build.0 = Release|Any CPU
{6AB7131D-6F35-45B8-9C55-F6A370EF9DA3}.Debug|x64.ActiveCfg = Debug|Any CPU
{6AB7131D-6F35-45B8-9C55-F6A370EF9DA3}.Debug|x64.Build.0 = Debug|Any CPU
{6AB7131D-6F35-45B8-9C55-F6A370EF9DA3}.Release|x64.ActiveCfg = Release|Any CPU
{6AB7131D-6F35-45B8-9C55-F6A370EF9DA3}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {659A5AC2-DB2E-4A01-ACC2-607C100E6D93}
EndGlobalSection
EndGlobal