This repository was archived by the owner on May 25, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConsoleGame.sln
More file actions
43 lines (43 loc) · 2.52 KB
/
Copy pathConsoleGame.sln
File metadata and controls
43 lines (43 loc) · 2.52 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32126.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "唐老狮救公主", "唐老狮救公主\唐老狮救公主.csproj", "{CDA6996E-0284-41BE-810A-D307A14FE63A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "飞行棋", "飞行棋\飞行棋.csproj", "{5D050508-1B8E-4574-A07C-9A5894D598B8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "贪吃蛇", "贪吃蛇\贪吃蛇.csproj", "{F0E39992-6400-4F81-9FDB-E7BF20AEF525}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "俄罗斯方块", "俄罗斯方块\俄罗斯方块.csproj", "{6D825BAB-A9B4-4911-83E7-E3A50AB7B13C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CDA6996E-0284-41BE-810A-D307A14FE63A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CDA6996E-0284-41BE-810A-D307A14FE63A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CDA6996E-0284-41BE-810A-D307A14FE63A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CDA6996E-0284-41BE-810A-D307A14FE63A}.Release|Any CPU.Build.0 = Release|Any CPU
{5D050508-1B8E-4574-A07C-9A5894D598B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D050508-1B8E-4574-A07C-9A5894D598B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D050508-1B8E-4574-A07C-9A5894D598B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D050508-1B8E-4574-A07C-9A5894D598B8}.Release|Any CPU.Build.0 = Release|Any CPU
{F0E39992-6400-4F81-9FDB-E7BF20AEF525}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F0E39992-6400-4F81-9FDB-E7BF20AEF525}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F0E39992-6400-4F81-9FDB-E7BF20AEF525}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F0E39992-6400-4F81-9FDB-E7BF20AEF525}.Release|Any CPU.Build.0 = Release|Any CPU
{6D825BAB-A9B4-4911-83E7-E3A50AB7B13C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D825BAB-A9B4-4911-83E7-E3A50AB7B13C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D825BAB-A9B4-4911-83E7-E3A50AB7B13C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D825BAB-A9B4-4911-83E7-E3A50AB7B13C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9182D98-DBDD-4671-A768-249DFDF0A3C7}
EndGlobalSection
EndGlobal