-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHighLandirect.sln
More file actions
44 lines (44 loc) · 2.22 KB
/
HighLandirect.sln
File metadata and controls
44 lines (44 loc) · 2.22 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6E2A1FC8-F9B2-49AE-B6D7-0771D3F15368}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
HighLandirect.vsmdi = HighLandirect.vsmdi
LocalTestRun.testrunconfig = LocalTestRun.testrunconfig
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "HighlanDirect", "HighlanDirect", "{1617BA08-7FFF-4C8A-9C90-BC0EDB577FA3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HighLandirect", "HighLandirect\HighLandirect.csproj", "{0F051A17-542A-4981-8155-A99F547E4442}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HighLandirect.Test", "HighLandirect.Test\HighLandirect.Test.csproj", "{684434AD-70CA-4355-87B8-6B11E921D393}"
EndProject
Global
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = HighLandirect.vsmdi
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0F051A17-542A-4981-8155-A99F547E4442}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F051A17-542A-4981-8155-A99F547E4442}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F051A17-542A-4981-8155-A99F547E4442}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F051A17-542A-4981-8155-A99F547E4442}.Release|Any CPU.Build.0 = Release|Any CPU
{684434AD-70CA-4355-87B8-6B11E921D393}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{684434AD-70CA-4355-87B8-6B11E921D393}.Debug|Any CPU.Build.0 = Debug|Any CPU
{684434AD-70CA-4355-87B8-6B11E921D393}.Release|Any CPU.ActiveCfg = Release|Any CPU
{684434AD-70CA-4355-87B8-6B11E921D393}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F051A17-542A-4981-8155-A99F547E4442} = {1617BA08-7FFF-4C8A-9C90-BC0EDB577FA3}
{684434AD-70CA-4355-87B8-6B11E921D393} = {1617BA08-7FFF-4C8A-9C90-BC0EDB577FA3}
EndGlobalSection
EndGlobal