-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathPlayStationSharp.sln
37 lines (37 loc) · 2.14 KB
/
PlayStationSharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27703.2026
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayStationSharp", "PlayStationSharp\PlayStationSharp.csproj", "{9AE81169-D241-4A98-90F6-EFEEF37E5201}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayStationSharp.IntegrationTests", "PlayStationSharp.IntegrationTests\PlayStationSharp.IntegrationTests.csproj", "{96394082-A189-4974-B955-E3CDD5E0B892}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayStationSharp.TestApp", "PlayStationSharp.TestApp\PlayStationSharp.TestApp.csproj", "{A546C307-F0F9-4F06-9D48-AAAF50825097}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AE81169-D241-4A98-90F6-EFEEF37E5201}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9AE81169-D241-4A98-90F6-EFEEF37E5201}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9AE81169-D241-4A98-90F6-EFEEF37E5201}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9AE81169-D241-4A98-90F6-EFEEF37E5201}.Release|Any CPU.Build.0 = Release|Any CPU
{96394082-A189-4974-B955-E3CDD5E0B892}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96394082-A189-4974-B955-E3CDD5E0B892}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96394082-A189-4974-B955-E3CDD5E0B892}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96394082-A189-4974-B955-E3CDD5E0B892}.Release|Any CPU.Build.0 = Release|Any CPU
{A546C307-F0F9-4F06-9D48-AAAF50825097}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A546C307-F0F9-4F06-9D48-AAAF50825097}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A546C307-F0F9-4F06-9D48-AAAF50825097}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A546C307-F0F9-4F06-9D48-AAAF50825097}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E2A34300-C763-415C-953C-440C3FA28326}
EndGlobalSection
EndGlobal