This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Limitless.Unattended.sln
69 lines (69 loc) · 3.67 KB
/
Limitless.Unattended.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unattended", "Unattended\Unattended.csproj", "{7BD444E8-9302-4C1C-84BB-32EF85D98CC4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F21487D-FA42-43B1-ABA5-13479951AD12}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.travis.yml = .travis.yml
appveyor.yml = appveyor.yml
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unattended.Test", "Unattended.Test\Unattended.Test.csproj", "{03E3B74E-86BB-478B-B0A7-B77A98D62E2C}"
ProjectSection(ProjectDependencies) = postProject
{711397AF-40FA-45BB-8521-2AD6EA3F7C57} = {711397AF-40FA-45BB-8521-2AD6EA3F7C57}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "scripts", "scripts", "{3F09F4AF-76C0-4EE4-9099-5F7E70A91EEA}"
ProjectSection(SolutionItems) = preProject
scripts\RunTests.bat = scripts\RunTests.bat
scripts\RunTestsWithCoverage.bat = scripts\RunTestsWithCoverage.bat
scripts\RunTestsWithCoverageLocal.bat = scripts\RunTestsWithCoverageLocal.bat
scripts\SubmitCoverage.bat = scripts\SubmitCoverage.bat
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "protocol", "protocol", "{8D3475FB-4423-4E27-A745-121D9223C00E}"
ProjectSection(SolutionItems) = preProject
protocol\Protocol.md = protocol\Protocol.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample-files", "sample-files", "{D72C692A-EB7D-423D-931A-9B00DF5990E0}"
ProjectSection(SolutionItems) = preProject
sample-files\sample.uum = sample-files\sample.uum
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApplication", "SampleApplication\SampleApplication.csproj", "{711397AF-40FA-45BB-8521-2AD6EA3F7C57}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7BD444E8-9302-4C1C-84BB-32EF85D98CC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7BD444E8-9302-4C1C-84BB-32EF85D98CC4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7BD444E8-9302-4C1C-84BB-32EF85D98CC4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7BD444E8-9302-4C1C-84BB-32EF85D98CC4}.Release|Any CPU.Build.0 = Release|Any CPU
{03E3B74E-86BB-478B-B0A7-B77A98D62E2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03E3B74E-86BB-478B-B0A7-B77A98D62E2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03E3B74E-86BB-478B-B0A7-B77A98D62E2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03E3B74E-86BB-478B-B0A7-B77A98D62E2C}.Release|Any CPU.Build.0 = Release|Any CPU
{711397AF-40FA-45BB-8521-2AD6EA3F7C57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{711397AF-40FA-45BB-8521-2AD6EA3F7C57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{711397AF-40FA-45BB-8521-2AD6EA3F7C57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{711397AF-40FA-45BB-8521-2AD6EA3F7C57}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{3F09F4AF-76C0-4EE4-9099-5F7E70A91EEA} = {3F21487D-FA42-43B1-ABA5-13479951AD12}
{8D3475FB-4423-4E27-A745-121D9223C00E} = {3F21487D-FA42-43B1-ABA5-13479951AD12}
{D72C692A-EB7D-423D-931A-9B00DF5990E0} = {3F21487D-FA42-43B1-ABA5-13479951AD12}
EndGlobalSection
EndGlobal