-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathExtendedThreading.sln
More file actions
45 lines (45 loc) · 2.36 KB
/
ExtendedThreading.sln
File metadata and controls
45 lines (45 loc) · 2.36 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ExtendedThreading", "src\ExtendedThreading\ExtendedThreading.csproj", "{84394417-21C9-4C81-B049-C7E75ACB60A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ExtendedThreading.UnitTests", "tests\ExtendedThreading.UnitTests\ExtendedThreading.UnitTests.csproj", "{63422754-EFA8-4EC7-91E7-024D63A7BD29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E1EC6A95-DC77-4F50-8E24-C01ADA8FB446}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{615B6C70-A67D-4901-B3F8-49205B2B61D9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{C28CF6C2-329B-4FF2-9A1C-FF73778BE7AB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{84394417-21C9-4C81-B049-C7E75ACB60A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84394417-21C9-4C81-B049-C7E75ACB60A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84394417-21C9-4C81-B049-C7E75ACB60A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84394417-21C9-4C81-B049-C7E75ACB60A0}.Release|Any CPU.Build.0 = Release|Any CPU
{63422754-EFA8-4EC7-91E7-024D63A7BD29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{63422754-EFA8-4EC7-91E7-024D63A7BD29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{63422754-EFA8-4EC7-91E7-024D63A7BD29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{63422754-EFA8-4EC7-91E7-024D63A7BD29}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {852B6D28-02DF-4141-B595-B5A41C97A18D}
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{84394417-21C9-4C81-B049-C7E75ACB60A0} = {615B6C70-A67D-4901-B3F8-49205B2B61D9}
{63422754-EFA8-4EC7-91E7-024D63A7BD29} = {C28CF6C2-329B-4FF2-9A1C-FF73778BE7AB}
EndGlobalSection
EndGlobal