-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path你说我猜.sln
36 lines (36 loc) · 1.76 KB
/
你说我猜.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Client", "Client\Client.vbproj", "{6F83BCB9-ECBA-47A3-A2DC-31922D876C51}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Server", "Server\Server.vbproj", "{7CA03EDC-5713-4717-A66C-17D6090FAEDB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FADC46EF-75AE-4B20-B357-BF98B9D1AF20}"
ProjectSection(SolutionItems) = preProject
指令表.txt = 指令表.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6F83BCB9-ECBA-47A3-A2DC-31922D876C51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6F83BCB9-ECBA-47A3-A2DC-31922D876C51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6F83BCB9-ECBA-47A3-A2DC-31922D876C51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6F83BCB9-ECBA-47A3-A2DC-31922D876C51}.Release|Any CPU.Build.0 = Release|Any CPU
{7CA03EDC-5713-4717-A66C-17D6090FAEDB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CA03EDC-5713-4717-A66C-17D6090FAEDB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CA03EDC-5713-4717-A66C-17D6090FAEDB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CA03EDC-5713-4717-A66C-17D6090FAEDB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CE37C933-A7D9-4A32-B52E-1CC2DBA51C74}
EndGlobalSection
EndGlobal