-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
X.Spectator.sln
executable file
·48 lines (48 loc) · 2.72 KB
/
X.Spectator.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29102.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "X.Spectator", "src\X.Spectator\X.Spectator.csproj", "{77C51FB0-02E5-46BB-AE11-9F6405DCA896}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B5C2EB14-B4D6-4BDE-9614-A09ADB736051}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{9F2A1E34-2284-495C-978E-230365142D45}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "X.Spectator.Tests", "tests\X.Spectator.Tests\X.Spectator.Tests.csproj", "{89F01D56-30CF-40F8-A4FB-C843D5AF8876}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "examples", "examples", "{6C8BF4AC-A18B-4858-B1D6-B041EF0EE605}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Example.App", "examples\Example.App\Example.App.csproj", "{2540B17B-A65C-403D-87AE-BDF3CA958B36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{77C51FB0-02E5-46BB-AE11-9F6405DCA896}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77C51FB0-02E5-46BB-AE11-9F6405DCA896}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77C51FB0-02E5-46BB-AE11-9F6405DCA896}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77C51FB0-02E5-46BB-AE11-9F6405DCA896}.Release|Any CPU.Build.0 = Release|Any CPU
{89F01D56-30CF-40F8-A4FB-C843D5AF8876}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{89F01D56-30CF-40F8-A4FB-C843D5AF8876}.Debug|Any CPU.Build.0 = Debug|Any CPU
{89F01D56-30CF-40F8-A4FB-C843D5AF8876}.Release|Any CPU.ActiveCfg = Release|Any CPU
{89F01D56-30CF-40F8-A4FB-C843D5AF8876}.Release|Any CPU.Build.0 = Release|Any CPU
{2540B17B-A65C-403D-87AE-BDF3CA958B36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2540B17B-A65C-403D-87AE-BDF3CA958B36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2540B17B-A65C-403D-87AE-BDF3CA958B36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2540B17B-A65C-403D-87AE-BDF3CA958B36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{77C51FB0-02E5-46BB-AE11-9F6405DCA896} = {B5C2EB14-B4D6-4BDE-9614-A09ADB736051}
{89F01D56-30CF-40F8-A4FB-C843D5AF8876} = {9F2A1E34-2284-495C-978E-230365142D45}
{2540B17B-A65C-403D-87AE-BDF3CA958B36} = {6C8BF4AC-A18B-4858-B1D6-B041EF0EE605}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {729E3673-182C-4198-8DE6-53ACB1A288E5}
EndGlobalSection
EndGlobal