-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDotNetTestGenerationTools.sln
More file actions
48 lines (48 loc) · 2.31 KB
/
DotNetTestGenerationTools.sln
File metadata and controls
48 lines (48 loc) · 2.31 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
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36121.58
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "DotNetTestGenerator", "UnitTestGen\DotNetTestGenerator.vbproj", "{C8DBB491-9393-4322-A324-E8B12235B164}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GitHub", "GitHub", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Info", "Info", "{A83B6719-E05A-44AD-A67E-F2AC49583B36}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Git", "Git", "{BEF18182-34AC-4CEA-AB73-DA0C5BD2F31E}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDotNetTestGeneratorCS", "TestDotNetTestGeneratorCS\TestDotNetTestGeneratorCS.csproj", "{F18B99DD-96A3-3E8A-63D3-F7BBEE0BF1BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C8DBB491-9393-4322-A324-E8B12235B164}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8DBB491-9393-4322-A324-E8B12235B164}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8DBB491-9393-4322-A324-E8B12235B164}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8DBB491-9393-4322-A324-E8B12235B164}.Release|Any CPU.Build.0 = Release|Any CPU
{F18B99DD-96A3-3E8A-63D3-F7BBEE0BF1BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F18B99DD-96A3-3E8A-63D3-F7BBEE0BF1BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F18B99DD-96A3-3E8A-63D3-F7BBEE0BF1BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F18B99DD-96A3-3E8A-63D3-F7BBEE0BF1BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DD5C8F64-8989-4DFB-8B20-C5DACD232C5B}
EndGlobalSection
EndGlobal