-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathYoloDev.Expecto.TestSdk.sln
More file actions
38 lines (38 loc) · 1.97 KB
/
YoloDev.Expecto.TestSdk.sln
File metadata and controls
38 lines (38 loc) · 1.97 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35129.301
MinimumVisualStudioVersion = 15.0.26124.0
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FCE4C28E-CF2A-423F-9E7A-8A13DAACBF96}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "YoloDev.Expecto.TestSdk", "src\YoloDev.Expecto.TestSdk\YoloDev.Expecto.TestSdk.fsproj", "{06D3B976-762E-4645-B70E-C87B1EDE1CEE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Debug|x64.ActiveCfg = Debug|x64
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Debug|x64.Build.0 = Debug|x64
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Debug|x86.ActiveCfg = Debug|x86
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Debug|x86.Build.0 = Debug|x86
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Release|Any CPU.Build.0 = Release|Any CPU
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Release|x64.ActiveCfg = Release|x64
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Release|x64.Build.0 = Release|x64
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Release|x86.ActiveCfg = Release|x86
{06D3B976-762E-4645-B70E-C87B1EDE1CEE}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{06D3B976-762E-4645-B70E-C87B1EDE1CEE} = {FCE4C28E-CF2A-423F-9E7A-8A13DAACBF96}
EndGlobalSection
EndGlobal