-
Notifications
You must be signed in to change notification settings - Fork 0
/
IntelliTect.TestTools.Selenate.sln
52 lines (52 loc) · 2.89 KB
/
IntelliTect.TestTools.Selenate.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31815.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntelliTect.TestTools.Selenate", "IntelliTect.TestTools.Selenate\IntelliTect.TestTools.Selenate.csproj", "{5BE4AA45-102E-4212-AB9B-BED5B47AB685}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntelliTect.TestTools.Selenate.Tests", "IntelliTect.TestTools.Selenate.Tests\IntelliTect.TestTools.Selenate.Tests.csproj", "{43945E21-816A-496E-BB83-BD38811CC949}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{BDBFEAA3-FBC6-48C1-8988-9D6F64875831}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IntelliTect.TestTools.Selenate.Examples", "Examples\IntelliTect.TestTools.Selenate.Examples\IntelliTect.TestTools.Selenate.Examples.csproj", "{6F64DE3F-6220-4302-BA3D-25D1C783B673}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3E09C5DD-F7B4-4542-AC13-0EE22DCC230C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
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
{5BE4AA45-102E-4212-AB9B-BED5B47AB685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BE4AA45-102E-4212-AB9B-BED5B47AB685}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BE4AA45-102E-4212-AB9B-BED5B47AB685}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BE4AA45-102E-4212-AB9B-BED5B47AB685}.Release|Any CPU.Build.0 = Release|Any CPU
{43945E21-816A-496E-BB83-BD38811CC949}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{43945E21-816A-496E-BB83-BD38811CC949}.Debug|Any CPU.Build.0 = Debug|Any CPU
{43945E21-816A-496E-BB83-BD38811CC949}.Release|Any CPU.ActiveCfg = Release|Any CPU
{43945E21-816A-496E-BB83-BD38811CC949}.Release|Any CPU.Build.0 = Release|Any CPU
{6F64DE3F-6220-4302-BA3D-25D1C783B673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F64DE3F-6220-4302-BA3D-25D1C783B673}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F64DE3F-6220-4302-BA3D-25D1C783B673}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F64DE3F-6220-4302-BA3D-25D1C783B673}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6F64DE3F-6220-4302-BA3D-25D1C783B673} = {BDBFEAA3-FBC6-48C1-8988-9D6F64875831}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {06F0B25C-E18B-44E5-9FD1-CD362B8626FF}
EndGlobalSection
EndGlobal