-
Notifications
You must be signed in to change notification settings - Fork 0
/
hunter_gatherer_4.sln
37 lines (37 loc) · 1.71 KB
/
hunter_gatherer_4.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Server", "Server\Server\Server.vbproj", "{7A8DBA3C-762A-4F9F-A5D4-77F2E3705ACF}"
EndProject
Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Client", "Client\Client\Client.vbproj", "{9811C776-27B0-4857-9890-98847F86EEC0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{843D6608-47EF-4742-A821-E4BB44C2A712}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7A8DBA3C-762A-4F9F-A5D4-77F2E3705ACF}.Debug|x86.ActiveCfg = Debug|x86
{7A8DBA3C-762A-4F9F-A5D4-77F2E3705ACF}.Debug|x86.Build.0 = Debug|x86
{7A8DBA3C-762A-4F9F-A5D4-77F2E3705ACF}.Release|x86.ActiveCfg = Release|x86
{7A8DBA3C-762A-4F9F-A5D4-77F2E3705ACF}.Release|x86.Build.0 = Release|x86
{9811C776-27B0-4857-9890-98847F86EEC0}.Debug|x86.ActiveCfg = Debug|x86
{9811C776-27B0-4857-9890-98847F86EEC0}.Debug|x86.Build.0 = Debug|x86
{9811C776-27B0-4857-9890-98847F86EEC0}.Release|x86.ActiveCfg = Release|x86
{9811C776-27B0-4857-9890-98847F86EEC0}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B9E61FEB-932E-4F57-B662-05646E5D2D06}
EndGlobalSection
EndGlobal