This repository has been archived by the owner on Apr 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SC-Buddy.sln
37 lines (37 loc) · 2.07 KB
/
SC-Buddy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31025.194
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SC-Buddy", "SC-Buddy\SC-Buddy.csproj", "{EBAE4806-F1DE-47E6-8A8A-5F103E990557}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SC-Buddy.Tests", "SC-Buddy.Tests\SC-Buddy.Tests.csproj", "{437C33D3-82CD-4F30-B10E-BA23F9AA3F4F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SC-Buddy.AutomationBench", "SC-Buddy.AutomationBench\SC-Buddy.AutomationBench.csproj", "{DCD3B90F-AB5B-4375-AE8C-8B23C278097A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EBAE4806-F1DE-47E6-8A8A-5F103E990557}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBAE4806-F1DE-47E6-8A8A-5F103E990557}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBAE4806-F1DE-47E6-8A8A-5F103E990557}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EBAE4806-F1DE-47E6-8A8A-5F103E990557}.Release|Any CPU.Build.0 = Release|Any CPU
{437C33D3-82CD-4F30-B10E-BA23F9AA3F4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{437C33D3-82CD-4F30-B10E-BA23F9AA3F4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{437C33D3-82CD-4F30-B10E-BA23F9AA3F4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{437C33D3-82CD-4F30-B10E-BA23F9AA3F4F}.Release|Any CPU.Build.0 = Release|Any CPU
{DCD3B90F-AB5B-4375-AE8C-8B23C278097A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DCD3B90F-AB5B-4375-AE8C-8B23C278097A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DCD3B90F-AB5B-4375-AE8C-8B23C278097A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCD3B90F-AB5B-4375-AE8C-8B23C278097A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6AE1C45-EC6C-47B6-9ACD-9EB6DC2DA894}
EndGlobalSection
EndGlobal