-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathxstream.sln
More file actions
37 lines (37 loc) · 2.06 KB
/
Copy pathxstream.sln
File metadata and controls
37 lines (37 loc) · 2.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xstream", "xstream\Xstream.csproj", "{9C9EACB1-B898-4B9B-9FE6-787FE404A48C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XboxWebApi", "xbox-webapi-csharp\XboxWebApi\XboxWebApi.csproj", "{E76B8817-7BFF-4A19-9AD6-8038DC550488}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SmartGlass", "xbox-smartglass-csharp\SmartGlass\SmartGlass.csproj", "{D50DD3B9-4314-41FC-823B-1AC0E39D54C0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9C9EACB1-B898-4B9B-9FE6-787FE404A48C}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{9C9EACB1-B898-4B9B-9FE6-787FE404A48C}.Debug|Any CPU.Build.0 = Release|Any CPU
{9C9EACB1-B898-4B9B-9FE6-787FE404A48C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C9EACB1-B898-4B9B-9FE6-787FE404A48C}.Release|Any CPU.Build.0 = Release|Any CPU
{E76B8817-7BFF-4A19-9AD6-8038DC550488}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{E76B8817-7BFF-4A19-9AD6-8038DC550488}.Debug|Any CPU.Build.0 = Release|Any CPU
{E76B8817-7BFF-4A19-9AD6-8038DC550488}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E76B8817-7BFF-4A19-9AD6-8038DC550488}.Release|Any CPU.Build.0 = Release|Any CPU
{D50DD3B9-4314-41FC-823B-1AC0E39D54C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D50DD3B9-4314-41FC-823B-1AC0E39D54C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D50DD3B9-4314-41FC-823B-1AC0E39D54C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D50DD3B9-4314-41FC-823B-1AC0E39D54C0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2F30549-030E-46CC-8690-94E8D9722A7D}
EndGlobalSection
EndGlobal