-
Notifications
You must be signed in to change notification settings - Fork 0
/
PrefixClassName.MsTest.sln
44 lines (44 loc) · 2.09 KB
/
PrefixClassName.MsTest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PrefixClassName.MsTest", "Source\PrefixClassName.MsTest\PrefixClassName.MsTest.csproj", "{4AC12C8A-90D4-4CA2-8D54-6042E23D7036}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{250988C0-A586-4400-95C2-7C6E2DE6795F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Directory.Build.props = Directory.Build.props
LICENSE.md = LICENSE.md
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source", "Source", "{1395D5DB-4B20-44AA-A563-47A097F04C16}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Source Items", "Source Items", "{305B54B2-9FC3-46EC-A1CE-A948D208EEE5}"
ProjectSection(SolutionItems) = preProject
Source\Directory.Build.props = Source\Directory.Build.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AC12C8A-90D4-4CA2-8D54-6042E23D7036}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AC12C8A-90D4-4CA2-8D54-6042E23D7036}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AC12C8A-90D4-4CA2-8D54-6042E23D7036}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AC12C8A-90D4-4CA2-8D54-6042E23D7036}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4AC12C8A-90D4-4CA2-8D54-6042E23D7036} = {1395D5DB-4B20-44AA-A563-47A097F04C16}
{305B54B2-9FC3-46EC-A1CE-A948D208EEE5} = {1395D5DB-4B20-44AA-A563-47A097F04C16}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D2151B1-5569-4DC3-84FB-35F6FD3E1FEB}
EndGlobalSection
EndGlobal