-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCore.Threading.sln
More file actions
38 lines (38 loc) · 1.92 KB
/
Copy pathCore.Threading.sln
File metadata and controls
38 lines (38 loc) · 1.92 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.5.11709.299 stable
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Core.Threading", "Core.Threading\Core.Threading.csproj", "{A176C03D-7622-4574-8F1C-DE3E1016F4CF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core.Threading.Tests", "Core.Threading.Tests\Core.Threading.Tests.csproj", "{B11298D0-1C13-4D7F-8243-3816CDBF6BB9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9D0F9D92-F05E-4351-9196-ED803715B74B}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
version.json = version.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A176C03D-7622-4574-8F1C-DE3E1016F4CF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A176C03D-7622-4574-8F1C-DE3E1016F4CF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A176C03D-7622-4574-8F1C-DE3E1016F4CF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A176C03D-7622-4574-8F1C-DE3E1016F4CF}.Release|Any CPU.Build.0 = Release|Any CPU
{B11298D0-1C13-4D7F-8243-3816CDBF6BB9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B11298D0-1C13-4D7F-8243-3816CDBF6BB9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B11298D0-1C13-4D7F-8243-3816CDBF6BB9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B11298D0-1C13-4D7F-8243-3816CDBF6BB9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FE33231D-8782-47AA-89EE-FA4B85AC76EC}
EndGlobalSection
EndGlobal