This repository has been archived by the owner on Aug 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAtlas.Integration.Xbox.sln
39 lines (39 loc) · 2.09 KB
/
Atlas.Integration.Xbox.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{204FCF92-BF00-4E84-BEFD-2082992B2824}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{8312087B-04CE-4A30-B244-C53F8225207F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Atlas.Integration.Xbox", "src\Atlas.Integration.Xbox\Atlas.Integration.Xbox.csproj", "{91BDB8D0-68A2-4E82-A6C8-5188A0F217BB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atlas.Integration.Xbox.Test", "test\Atlas.Integration.Xbox.Test\Atlas.Integration.Xbox.Test.csproj", "{C4C508E8-A0F0-4154-91D0-86E61FC2CC07}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{91BDB8D0-68A2-4E82-A6C8-5188A0F217BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{91BDB8D0-68A2-4E82-A6C8-5188A0F217BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{91BDB8D0-68A2-4E82-A6C8-5188A0F217BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{91BDB8D0-68A2-4E82-A6C8-5188A0F217BB}.Release|Any CPU.Build.0 = Release|Any CPU
{C4C508E8-A0F0-4154-91D0-86E61FC2CC07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C4C508E8-A0F0-4154-91D0-86E61FC2CC07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C4C508E8-A0F0-4154-91D0-86E61FC2CC07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C4C508E8-A0F0-4154-91D0-86E61FC2CC07}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{91BDB8D0-68A2-4E82-A6C8-5188A0F217BB} = {204FCF92-BF00-4E84-BEFD-2082992B2824}
{C4C508E8-A0F0-4154-91D0-86E61FC2CC07} = {8312087B-04CE-4A30-B244-C53F8225207F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5BB6F3E5-CC61-4654-A912-115DE947C7BD}
EndGlobalSection
EndGlobal