-
Notifications
You must be signed in to change notification settings - Fork 1
/
TestGenerator.sln
47 lines (47 loc) · 2.24 KB
/
TestGenerator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGenerator", "TestGenerator\TestGenerator.csproj", "{38CDE51F-4A2C-4C5F-86DD-7B61668CF0C1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{16EDAC99-9E81-4C8D-AE33-FD9BD9AC778B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{5607EB82-337C-4284-B91C-54F2183A7DAF}"
ProjectSection(SolutionItems) = preProject
azure-pipelines.yml = azure-pipelines.yml
publish-vsix.ps1 = publish-vsix.ps1
publishmanifest.json = publishmanifest.json
update-version.ps1 = update-version.ps1
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestGenerator.Tests", "TestGenerator.Tests\TestGenerator.Tests.csproj", "{286DB9CA-CB61-49B9-BBCC-91F482BDFB72}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{38CDE51F-4A2C-4C5F-86DD-7B61668CF0C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38CDE51F-4A2C-4C5F-86DD-7B61668CF0C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38CDE51F-4A2C-4C5F-86DD-7B61668CF0C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38CDE51F-4A2C-4C5F-86DD-7B61668CF0C1}.Release|Any CPU.Build.0 = Release|Any CPU
{286DB9CA-CB61-49B9-BBCC-91F482BDFB72}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{286DB9CA-CB61-49B9-BBCC-91F482BDFB72}.Debug|Any CPU.Build.0 = Debug|Any CPU
{286DB9CA-CB61-49B9-BBCC-91F482BDFB72}.Release|Any CPU.ActiveCfg = Release|Any CPU
{286DB9CA-CB61-49B9-BBCC-91F482BDFB72}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5680BDF8-A355-4371-BEDF-DF32C1C6ABF5}
EndGlobalSection
EndGlobal