-
Notifications
You must be signed in to change notification settings - Fork 1
/
osu.Framework.XR.sln
42 lines (42 loc) · 2.3 KB
/
osu.Framework.XR.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32210.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "osu.Framework.XR", "osu.Framework.XR\osu.Framework.XR.csproj", "{0E0D0C2E-AA73-4C6E-8F7E-629D08E2993C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "osu.Framework.XR.Tests", "osu.Framework.XR.Tests\osu.Framework.XR.Tests.csproj", "{2B778960-D33A-44F0-8347-461912ED9072}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6536075D-1EDA-4137-B3BB-28732473898D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Benchmarks", "Benchmarks\Benchmarks.csproj", "{B34B6423-25EB-47F2-B4F2-D85C0B60EDA1}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0E0D0C2E-AA73-4C6E-8F7E-629D08E2993C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E0D0C2E-AA73-4C6E-8F7E-629D08E2993C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E0D0C2E-AA73-4C6E-8F7E-629D08E2993C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E0D0C2E-AA73-4C6E-8F7E-629D08E2993C}.Release|Any CPU.Build.0 = Release|Any CPU
{2B778960-D33A-44F0-8347-461912ED9072}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B778960-D33A-44F0-8347-461912ED9072}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B778960-D33A-44F0-8347-461912ED9072}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B778960-D33A-44F0-8347-461912ED9072}.Release|Any CPU.Build.0 = Release|Any CPU
{B34B6423-25EB-47F2-B4F2-D85C0B60EDA1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B34B6423-25EB-47F2-B4F2-D85C0B60EDA1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B34B6423-25EB-47F2-B4F2-D85C0B60EDA1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B34B6423-25EB-47F2-B4F2-D85C0B60EDA1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2553B23D-A026-4FA5-801A-009B14E59583}
EndGlobalSection
EndGlobal