-
Notifications
You must be signed in to change notification settings - Fork 25
/
OriginSteamOverlayLauncher.sln
40 lines (40 loc) · 2.23 KB
/
OriginSteamOverlayLauncher.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OriginSteamOverlayLauncher", "OriginSteamOverlayLauncher\OriginSteamOverlayLauncher.csproj", "{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OSOL-UnitTests", "OSOL-UnitTests\OSOL-UnitTests.csproj", "{0A3F18D4-87C2-4973-A69C-D8B6DC6B6B64}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}.Debug|x64.ActiveCfg = Debug|Any CPU
{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}.Debug|x64.Build.0 = Debug|Any CPU
{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}.Release|Any CPU.Build.0 = Release|Any CPU
{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}.Release|x64.ActiveCfg = Release|Any CPU
{F62E9DCD-7B8B-4FB5-B912-0C36F5C0FE4C}.Release|x64.Build.0 = Release|Any CPU
{0A3F18D4-87C2-4973-A69C-D8B6DC6B6B64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0A3F18D4-87C2-4973-A69C-D8B6DC6B6B64}.Debug|x64.ActiveCfg = Debug|Any CPU
{0A3F18D4-87C2-4973-A69C-D8B6DC6B6B64}.Debug|x64.Build.0 = Debug|Any CPU
{0A3F18D4-87C2-4973-A69C-D8B6DC6B6B64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0A3F18D4-87C2-4973-A69C-D8B6DC6B6B64}.Release|Any CPU.Build.0 = Release|Any CPU
{0A3F18D4-87C2-4973-A69C-D8B6DC6B6B64}.Release|x64.ActiveCfg = Release|Any CPU
{0A3F18D4-87C2-4973-A69C-D8B6DC6B6B64}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C129665C-98A6-48FF-9EBC-FB38C9BA490D}
EndGlobalSection
EndGlobal