Files
UnrealEngineUWP/Engine/Source/Programs/PixelStreaming/SessionMonitor/SessionMonitor.sln
Andriy Tylychko 9f65ad43a6 Merging //UE4/Private-3Lateral_Streaming to Main (//UE4/Main)
This mainly covers the new Pixel Streaming plugin version along with minor changes to other parts of the engine:
* removed multiple copies of FThread as it's now a part of Core
* changes to SlateUser required to fix user input in Pixel Streaming

This wasn't formally reviewed due to the size of Pixel Streaming changes, but was skimmed over by Zack Letters before integration

#rb zack.letters

[CL 9486237 by Andriy Tylychko in Main branch]
2019-10-09 08:21:27 -04:00

26 lines
1.0 KiB
Plaintext

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2042
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SessionMonitor", "SessionMonitor.vcxproj", "{F4074CA8-5741-4203-84C8-E8AE5C0FAC66}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F4074CA8-5741-4203-84C8-E8AE5C0FAC66}.Debug|x64.ActiveCfg = Debug|x64
{F4074CA8-5741-4203-84C8-E8AE5C0FAC66}.Debug|x64.Build.0 = Debug|x64
{F4074CA8-5741-4203-84C8-E8AE5C0FAC66}.Release|x64.ActiveCfg = Release|x64
{F4074CA8-5741-4203-84C8-E8AE5C0FAC66}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8AE50603-093F-448E-882F-F287840556DE}
EndGlobalSection
EndGlobal