-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pong.sln
51 lines (51 loc) · 2.87 KB
/
Pong.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
41
42
43
44
45
46
47
48
49
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "Pong", "Pong\Pong.shproj", "{A0CDBD0E-3A41-42B7-9425-A838BC2C7383}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windows", "Platforms\Windows\Windows.csproj", "{47488194-8639-4ACF-B95B-F0D1496C86AE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Android", "Platforms\Android\Android.csproj", "{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
Pong\Pong.projitems*{47488194-8639-4acf-b95b-f0d1496c86ae}*SharedItemsImports = 4
Pong\Pong.projitems*{6a27d0e9-eb3e-4964-adf8-3dc3d74d3a4f}*SharedItemsImports = 4
Pong\Pong.projitems*{a0cdbd0e-3a41-42b7-9425-a838bc2c7383}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{47488194-8639-4ACF-B95B-F0D1496C86AE}.Debug|Any CPU.ActiveCfg = Debug|x86
{47488194-8639-4ACF-B95B-F0D1496C86AE}.Debug|Any CPU.Build.0 = Debug|x86
{47488194-8639-4ACF-B95B-F0D1496C86AE}.Debug|x86.ActiveCfg = Debug|x86
{47488194-8639-4ACF-B95B-F0D1496C86AE}.Debug|x86.Build.0 = Debug|x86
{47488194-8639-4ACF-B95B-F0D1496C86AE}.Release|Any CPU.ActiveCfg = Release|x86
{47488194-8639-4ACF-B95B-F0D1496C86AE}.Release|x86.ActiveCfg = Release|x86
{47488194-8639-4ACF-B95B-F0D1496C86AE}.Release|x86.Build.0 = Release|x86
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Debug|x86.ActiveCfg = Debug|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Debug|x86.Build.0 = Debug|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Debug|x86.Deploy.0 = Debug|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Release|Any CPU.Build.0 = Release|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Release|Any CPU.Deploy.0 = Release|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Release|x86.ActiveCfg = Release|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Release|x86.Build.0 = Release|Any CPU
{6A27D0E9-EB3E-4964-ADF8-3DC3D74D3A4F}.Release|x86.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3B5BF2AD-8511-48FD-ABA9-5C413D84574E}
EndGlobalSection
EndGlobal