-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxUnitOTel.sln
More file actions
40 lines (40 loc) · 1.95 KB
/
Copy pathxUnitOTel.sln
File metadata and controls
40 lines (40 loc) · 1.95 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xUnitOTel", "src\xUnitOTel\xUnitOTel.csproj", "{B13019F2-99BF-EA40-D0A4-4EBCB9986EDB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xUnitOTel.Tests", "tests\xUnitOTel.Tests\xUnitOTel.Tests.csproj", "{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D4E5F6A7-B8C9-0123-DEF0-456789012345}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
CONTRIBUTING.md = CONTRIBUTING.md
Directory.Packages.props = Directory.Packages.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B13019F2-99BF-EA40-D0A4-4EBCB9986EDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B13019F2-99BF-EA40-D0A4-4EBCB9986EDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B13019F2-99BF-EA40-D0A4-4EBCB9986EDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B13019F2-99BF-EA40-D0A4-4EBCB9986EDB}.Release|Any CPU.Build.0 = Release|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A1B2C3D4-E5F6-7890-ABCD-EF1234567890}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06B1B038-7CEB-49C5-A4FD-B5DB751B0998}
EndGlobalSection
EndGlobal