-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxUnitMessages.sln
53 lines (53 loc) · 3.04 KB
/
xUnitMessages.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
53
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XunitAssertMessages", "xUnitMessages\XunitAssertMessages.csproj", "{FA5E940D-5AA6-4874-9BA6-D13C6D1A8C07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xUnitMessages.Generation", "xUnitMessages.Generation\xUnitMessages.Generation.csproj", "{6F5B75F7-98E4-4890-BD2E-7AFC3D83B824}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xUnitMessages.Tests", "xUnitMessages.Tests\xUnitMessages.Tests.csproj", "{43AEFC0E-39C7-4604-9729-20DC3925F97A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "xUnitMessages.Example", "xUnitMessages.Example\xUnitMessages.Example.csproj", "{971F70FB-8FE0-4532-8F1B-AC0C0C7444C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{B23FD402-EC31-4800-89F7-AE25C1DB2BCB}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.github\workflows\deploy.yml = .github\workflows\deploy.yml
Directory.Build.props = Directory.Build.props
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FA5E940D-5AA6-4874-9BA6-D13C6D1A8C07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA5E940D-5AA6-4874-9BA6-D13C6D1A8C07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA5E940D-5AA6-4874-9BA6-D13C6D1A8C07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA5E940D-5AA6-4874-9BA6-D13C6D1A8C07}.Release|Any CPU.Build.0 = Release|Any CPU
{6F5B75F7-98E4-4890-BD2E-7AFC3D83B824}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F5B75F7-98E4-4890-BD2E-7AFC3D83B824}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F5B75F7-98E4-4890-BD2E-7AFC3D83B824}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F5B75F7-98E4-4890-BD2E-7AFC3D83B824}.Release|Any CPU.Build.0 = Release|Any CPU
{43AEFC0E-39C7-4604-9729-20DC3925F97A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43AEFC0E-39C7-4604-9729-20DC3925F97A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43AEFC0E-39C7-4604-9729-20DC3925F97A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43AEFC0E-39C7-4604-9729-20DC3925F97A}.Release|Any CPU.Build.0 = Release|Any CPU
{971F70FB-8FE0-4532-8F1B-AC0C0C7444C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{971F70FB-8FE0-4532-8F1B-AC0C0C7444C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{971F70FB-8FE0-4532-8F1B-AC0C0C7444C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{971F70FB-8FE0-4532-8F1B-AC0C0C7444C9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C1352CC1-D690-46FF-8D0E-0DFAA3DC45DD}
EndGlobalSection
EndGlobal