-
Notifications
You must be signed in to change notification settings - Fork 13
/
PlayCore.sln
39 lines (39 loc) · 2.28 KB
/
PlayCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayCore", "PlayCore\PlayCore.csproj", "{54497FE6-31F4-4051-846B-7ADFE4399C33}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayCoreUpdateTest.Android", "PlayCoreUpdateTest\PlayCoreUpdateTest.Android\PlayCoreUpdateTest.Android.csproj", "{CBD6FBDF-8604-4B96-95B5-5BEE04C7B72C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlayCoreUpdateTest", "PlayCoreUpdateTest\PlayCoreUpdateTest\PlayCoreUpdateTest.csproj", "{EC032212-8098-4BC1-ACAC-2425B0B67313}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{54497FE6-31F4-4051-846B-7ADFE4399C33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{54497FE6-31F4-4051-846B-7ADFE4399C33}.Debug|Any CPU.Build.0 = Debug|Any CPU
{54497FE6-31F4-4051-846B-7ADFE4399C33}.Release|Any CPU.ActiveCfg = Release|Any CPU
{54497FE6-31F4-4051-846B-7ADFE4399C33}.Release|Any CPU.Build.0 = Release|Any CPU
{CBD6FBDF-8604-4B96-95B5-5BEE04C7B72C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CBD6FBDF-8604-4B96-95B5-5BEE04C7B72C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CBD6FBDF-8604-4B96-95B5-5BEE04C7B72C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{CBD6FBDF-8604-4B96-95B5-5BEE04C7B72C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CBD6FBDF-8604-4B96-95B5-5BEE04C7B72C}.Release|Any CPU.Build.0 = Release|Any CPU
{CBD6FBDF-8604-4B96-95B5-5BEE04C7B72C}.Release|Any CPU.Deploy.0 = Release|Any CPU
{EC032212-8098-4BC1-ACAC-2425B0B67313}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC032212-8098-4BC1-ACAC-2425B0B67313}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC032212-8098-4BC1-ACAC-2425B0B67313}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC032212-8098-4BC1-ACAC-2425B0B67313}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {13813988-9623-41F0-AF2C-C5BBE561F0E9}
EndGlobalSection
EndGlobal