-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSasw.TestSupport.sln
52 lines (52 loc) · 2.66 KB
/
Sasw.TestSupport.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
44
45
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28721.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{96AD0287-A756-491F-A0B6-319DEB651E22}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{25D312F7-DC1F-425E-A30E-9FD2E299B86C}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
dependencies.props = dependencies.props
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "template", "template", "{B7048ED0-6B29-4DE7-AD3A-2413D21820C3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "visualstudio", "visualstudio", "{5BE0473C-F043-4A95-97E8-748F41F76E9E}"
ProjectSection(SolutionItems) = preProject
template\visualstudio\Ctor unit tests.DotSettings = template\visualstudio\Ctor unit tests.DotSettings
template\visualstudio\Generic test class async.DotSettings = template\visualstudio\Generic test class async.DotSettings
template\visualstudio\Generic test class.DotSettings = template\visualstudio\Generic test class.DotSettings
template\visualstudio\ut_tm.DotSettings = template\visualstudio\ut_tm.DotSettings
template\visualstudio\ut_tm_async.DotSettings = template\visualstudio\ut_tm_async.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sasw.TestSupport", "src\Sasw.TestSupport\Sasw.TestSupport.csproj", "{C867C45D-ED77-46B4-9E37-4F5A3E7E3EE7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C867C45D-ED77-46B4-9E37-4F5A3E7E3EE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C867C45D-ED77-46B4-9E37-4F5A3E7E3EE7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C867C45D-ED77-46B4-9E37-4F5A3E7E3EE7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C867C45D-ED77-46B4-9E37-4F5A3E7E3EE7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5BE0473C-F043-4A95-97E8-748F41F76E9E} = {B7048ED0-6B29-4DE7-AD3A-2413D21820C3}
{C867C45D-ED77-46B4-9E37-4F5A3E7E3EE7} = {96AD0287-A756-491F-A0B6-319DEB651E22}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1AAE17EA-AF3F-454F-83A9-CB85C57BFADF}
EndGlobalSection
EndGlobal