forked from mr-ransel/Playnite-OculusLibrary
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathOculusLibrary.sln
43 lines (43 loc) · 2.11 KB
/
OculusLibrary.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OculusLibrary", "OculusLibrary\OculusLibrary.csproj", "{499D6789-DA1D-44B8-9CF3-7EC07666FD6A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OculusLibrary.Tests", "OculusLibrary.Tests\OculusLibrary.Tests.csproj", "{0017FA7B-C646-4E68-BD18-9026C4C2B9E2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{86EE50C4-652A-4179-A016-765DCB643568}"
ProjectSection(SolutionItems) = preProject
.github\workflows\release.yml = .github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Git", "Git", "{D145B60A-0A36-4FE1-BDBC-0A5C4FB88422}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
OculusLibraryInstaller.yaml = OculusLibraryInstaller.yaml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{499D6789-DA1D-44B8-9CF3-7EC07666FD6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{499D6789-DA1D-44B8-9CF3-7EC07666FD6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{499D6789-DA1D-44B8-9CF3-7EC07666FD6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{499D6789-DA1D-44B8-9CF3-7EC07666FD6A}.Release|Any CPU.Build.0 = Release|Any CPU
{0017FA7B-C646-4E68-BD18-9026C4C2B9E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0017FA7B-C646-4E68-BD18-9026C4C2B9E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0017FA7B-C646-4E68-BD18-9026C4C2B9E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0017FA7B-C646-4E68-BD18-9026C4C2B9E2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9C7B275C-A470-4FBB-A1B7-A7534E407031}
EndGlobalSection
EndGlobal