-
Notifications
You must be signed in to change notification settings - Fork 28
/
PS4RemotePlayInterceptor.sln
34 lines (34 loc) · 2.09 KB
/
PS4RemotePlayInterceptor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25123.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PS4RemotePlayInterceptor", "PS4RemotePlayInterceptor\PS4RemotePlayInterceptor.csproj", "{7EA5CD79-4454-4BE5-BB06-FA4C8122808A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PS4RemotePlayInterceptorDemo", "PS4RemotePlayInterceptorDemo\PS4RemotePlayInterceptorDemo.csproj", "{FF9E5EAE-C9CE-46C6-AE72-5C087074BC56}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PS4RemotePlayInterceptorConsoleDemo", "PS4RemotePlayInterceptorConsoleDemo\PS4RemotePlayInterceptorConsoleDemo.csproj", "{BD8B6E3A-F4FC-46A2-9206-42D2C2EF7C01}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7EA5CD79-4454-4BE5-BB06-FA4C8122808A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7EA5CD79-4454-4BE5-BB06-FA4C8122808A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7EA5CD79-4454-4BE5-BB06-FA4C8122808A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7EA5CD79-4454-4BE5-BB06-FA4C8122808A}.Release|Any CPU.Build.0 = Release|Any CPU
{FF9E5EAE-C9CE-46C6-AE72-5C087074BC56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FF9E5EAE-C9CE-46C6-AE72-5C087074BC56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FF9E5EAE-C9CE-46C6-AE72-5C087074BC56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FF9E5EAE-C9CE-46C6-AE72-5C087074BC56}.Release|Any CPU.Build.0 = Release|Any CPU
{BD8B6E3A-F4FC-46A2-9206-42D2C2EF7C01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD8B6E3A-F4FC-46A2-9206-42D2C2EF7C01}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD8B6E3A-F4FC-46A2-9206-42D2C2EF7C01}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD8B6E3A-F4FC-46A2-9206-42D2C2EF7C01}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal