-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStarcounter.Xunit.Runner.sln
More file actions
48 lines (48 loc) · 2.67 KB
/
Starcounter.Xunit.Runner.sln
File metadata and controls
48 lines (48 loc) · 2.67 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
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26430.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StarcounterXunitRunner", "StarcounterXunitRunner\StarcounterXunitRunner.csproj", "{9B325554-DD43-49D4-829E-B6BCB100D910}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScApp", "Demo\ScApp\ScApp.csproj", "{FBE97189-58C0-4A76-95A3-7702A448D324}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScTestApp", "Demo\ScTestApp\ScTestApp.csproj", "{9E83D4B5-2A37-47B8-BE74-2C51425BA3C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Demo", "Demo", "{A444F2F1-3C18-498A-AE4A-C46E7ABD3151}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9B325554-DD43-49D4-829E-B6BCB100D910}.Debug|Any CPU.ActiveCfg = Debug|x64
{9B325554-DD43-49D4-829E-B6BCB100D910}.Debug|x64.ActiveCfg = Debug|x64
{9B325554-DD43-49D4-829E-B6BCB100D910}.Debug|x64.Build.0 = Debug|x64
{9B325554-DD43-49D4-829E-B6BCB100D910}.Release|Any CPU.ActiveCfg = Release|x64
{9B325554-DD43-49D4-829E-B6BCB100D910}.Release|x64.ActiveCfg = Release|x64
{9B325554-DD43-49D4-829E-B6BCB100D910}.Release|x64.Build.0 = Release|x64
{FBE97189-58C0-4A76-95A3-7702A448D324}.Debug|Any CPU.ActiveCfg = Debug|x64
{FBE97189-58C0-4A76-95A3-7702A448D324}.Debug|x64.ActiveCfg = Debug|x64
{FBE97189-58C0-4A76-95A3-7702A448D324}.Debug|x64.Build.0 = Debug|x64
{FBE97189-58C0-4A76-95A3-7702A448D324}.Release|Any CPU.ActiveCfg = Release|x64
{FBE97189-58C0-4A76-95A3-7702A448D324}.Release|x64.ActiveCfg = Release|x64
{FBE97189-58C0-4A76-95A3-7702A448D324}.Release|x64.Build.0 = Release|x64
{9E83D4B5-2A37-47B8-BE74-2C51425BA3C2}.Debug|Any CPU.ActiveCfg = Debug|x64
{9E83D4B5-2A37-47B8-BE74-2C51425BA3C2}.Debug|x64.ActiveCfg = Debug|x64
{9E83D4B5-2A37-47B8-BE74-2C51425BA3C2}.Debug|x64.Build.0 = Debug|x64
{9E83D4B5-2A37-47B8-BE74-2C51425BA3C2}.Release|Any CPU.ActiveCfg = Release|x64
{9E83D4B5-2A37-47B8-BE74-2C51425BA3C2}.Release|x64.ActiveCfg = Release|x64
{9E83D4B5-2A37-47B8-BE74-2C51425BA3C2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FBE97189-58C0-4A76-95A3-7702A448D324} = {A444F2F1-3C18-498A-AE4A-C46E7ABD3151}
{9E83D4B5-2A37-47B8-BE74-2C51425BA3C2} = {A444F2F1-3C18-498A-AE4A-C46E7ABD3151}
EndGlobalSection
EndGlobal