|
| 1 | + |
1 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00
|
2 | 3 | # Visual Studio Version 17
|
3 |
| -VisualStudioVersion = 17.2.32210.308 |
4 |
| -MinimumVisualStudioVersion = 15.0.26124.0 |
5 |
| - |
6 |
| -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnoPongWars", "UnoPongWars\UnoPongWars.csproj", "{D2C54C34-B718-4089-A24E-71FD6F799204}" |
| 4 | +VisualStudioVersion = 17.9.34728.123 |
| 5 | +MinimumVisualStudioVersion = 10.0.40219.1 |
| 6 | +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnoPongWars", "UnoPongWars\UnoPongWars.csproj", "{049AF152-F2D6-4234-A047-4C5BE56633EA}" |
7 | 7 | EndProject
|
8 |
| - |
9 |
| -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BADA71DC-7FFD-4EDC-9F28-FB74AEADC713}" |
| 8 | +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6A44B210-8281-4A90-B194-7FFA494C4DFC}" |
10 | 9 | ProjectSection(SolutionItems) = preProject
|
11 | 10 | .gitignore = .gitignore
|
12 | 11 | Directory.Build.props = Directory.Build.props
|
13 | 12 | Directory.Build.targets = Directory.Build.targets
|
14 |
| - global.json = global.json |
15 | 13 | Directory.Packages.props = Directory.Packages.props
|
| 14 | + global.json = global.json |
16 | 15 | EndProjectSection
|
17 | 16 | EndProject
|
18 | 17 | Global
|
19 | 18 | GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
20 | 19 | Debug|Any CPU = Debug|Any CPU
|
21 |
| - Debug|ARM = Debug|ARM |
22 |
| - Debug|ARM64 = Debug|ARM64 |
23 |
| - Debug|iPhone = Debug|iPhone |
24 |
| - Debug|iPhoneSimulator = Debug|iPhoneSimulator |
25 |
| - Debug|x64 = Debug|x64 |
26 |
| - Debug|x86 = Debug|x86 |
27 | 20 | Release|Any CPU = Release|Any CPU
|
28 |
| - Release|ARM = Release|ARM |
29 |
| - Release|ARM64 = Release|ARM64 |
30 |
| - Release|iPhone = Release|iPhone |
31 |
| - Release|iPhoneSimulator = Release|iPhoneSimulator |
32 |
| - Release|x64 = Release|x64 |
33 |
| - Release|x86 = Release|x86 |
34 | 21 | EndGlobalSection
|
35 | 22 | GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
36 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
37 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|Any CPU.Build.0 = Debug|Any CPU |
38 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|Any CPU.Deploy.0 = Debug|Any CPU |
39 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|ARM.ActiveCfg = Debug|Any CPU |
40 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|ARM.Build.0 = Debug|Any CPU |
41 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|ARM.Deploy.0 = Debug|Any CPU |
42 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|ARM64.ActiveCfg = Debug|Any CPU |
43 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|ARM64.Build.0 = Debug|Any CPU |
44 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|ARM64.Deploy.0 = Debug|Any CPU |
45 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|iPhone.ActiveCfg = Debug|Any CPU |
46 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|iPhone.Build.0 = Debug|Any CPU |
47 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|iPhone.Deploy.0 = Debug|Any CPU |
48 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU |
49 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU |
50 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|iPhoneSimulator.Deploy.0 = Debug|Any CPU |
51 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|x64.ActiveCfg = Debug|Any CPU |
52 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|x64.Build.0 = Debug|Any CPU |
53 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|x64.Deploy.0 = Debug|Any CPU |
54 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|x86.ActiveCfg = Debug|Any CPU |
55 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|x86.Build.0 = Debug|Any CPU |
56 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Debug|x86.Deploy.0 = Debug|Any CPU |
57 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|Any CPU.ActiveCfg = Release|Any CPU |
58 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|Any CPU.Build.0 = Release|Any CPU |
59 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|Any CPU.Deploy.0 = Release|Any CPU |
60 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|ARM.ActiveCfg = Release|Any CPU |
61 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|ARM.Build.0 = Release|Any CPU |
62 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|ARM.Deploy.0 = Release|Any CPU |
63 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|ARM64.ActiveCfg = Release|Any CPU |
64 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|ARM64.Build.0 = Release|Any CPU |
65 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|ARM64.Deploy.0 = Release|Any CPU |
66 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|iPhone.ActiveCfg = Release|Any CPU |
67 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|iPhone.Build.0 = Release|Any CPU |
68 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|iPhone.Deploy.0 = Release|Any CPU |
69 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU |
70 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|iPhoneSimulator.Build.0 = Release|Any CPU |
71 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|iPhoneSimulator.Deploy.0 = Release|Any CPU |
72 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|x64.ActiveCfg = Release|Any CPU |
73 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|x64.Build.0 = Release|Any CPU |
74 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|x64.Deploy.0 = Release|Any CPU |
75 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|x86.ActiveCfg = Release|Any CPU |
76 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|x86.Build.0 = Release|Any CPU |
77 |
| - {D2C54C34-B718-4089-A24E-71FD6F799204}.Release|x86.Deploy.0 = Release|Any CPU |
| 23 | + {049AF152-F2D6-4234-A047-4C5BE56633EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
| 24 | + {049AF152-F2D6-4234-A047-4C5BE56633EA}.Debug|Any CPU.Build.0 = Debug|Any CPU |
| 25 | + {049AF152-F2D6-4234-A047-4C5BE56633EA}.Debug|Any CPU.Deploy.0 = Debug|Any CPU |
| 26 | + {049AF152-F2D6-4234-A047-4C5BE56633EA}.Release|Any CPU.ActiveCfg = Release|Any CPU |
| 27 | + {049AF152-F2D6-4234-A047-4C5BE56633EA}.Release|Any CPU.Build.0 = Release|Any CPU |
| 28 | + {049AF152-F2D6-4234-A047-4C5BE56633EA}.Release|Any CPU.Deploy.0 = Release|Any CPU |
78 | 29 | EndGlobalSection
|
79 | 30 | GlobalSection(SolutionProperties) = preSolution
|
80 | 31 | HideSolutionNode = FALSE
|
81 | 32 | EndGlobalSection
|
82 |
| - GlobalSection(NestedProjects) = preSolution |
83 |
| - EndGlobalSection |
84 | 33 | GlobalSection(ExtensibilityGlobals) = postSolution
|
85 |
| - SolutionGuid = {3550E5C7-6B43-4CA3-995E-C3A1D6CE3886} |
| 34 | + SolutionGuid = {44726950-17B7-490F-99B4-EDAFC3A80ECB} |
86 | 35 | EndGlobalSection
|
87 | 36 | EndGlobal
|
0 commit comments