This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathacv2.sln
executable file
·38 lines (38 loc) · 2 KB
/
acv2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2041
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACv2_Client", "acv2\acv2.vcxproj", "{08AD4F09-B5D6-4E3F-88A6-1653EAF01CDB}"
ProjectSection(ProjectDependencies) = postProject
{9E73D900-9F62-4D7C-ADF7-E67FECDA8FAE} = {9E73D900-9F62-4D7C-ADF7-E67FECDA8FAE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ACv2_Server", "ACv2_Server\ACv2_Server.vcxproj", "{9E73D900-9F62-4D7C-ADF7-E67FECDA8FAE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "samp_launcher", "samp_launcher\samp_launcher.vcxproj", "{AB33A363-64E8-4F3B-87CE-6DD16639E25D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{08AD4F09-B5D6-4E3F-88A6-1653EAF01CDB}.Release|Win32.ActiveCfg = Release|Win32
{08AD4F09-B5D6-4E3F-88A6-1653EAF01CDB}.Release|Win32.Build.0 = Release|Win32
{08AD4F09-B5D6-4E3F-88A6-1653EAF01CDB}.Release|x64.ActiveCfg = Release|Win32
{9E73D900-9F62-4D7C-ADF7-E67FECDA8FAE}.Release|Win32.ActiveCfg = Release|Win32
{9E73D900-9F62-4D7C-ADF7-E67FECDA8FAE}.Release|Win32.Build.0 = Release|Win32
{9E73D900-9F62-4D7C-ADF7-E67FECDA8FAE}.Release|x64.ActiveCfg = Release|Win32
{AB33A363-64E8-4F3B-87CE-6DD16639E25D}.Release|Win32.ActiveCfg = Release|Win32
{AB33A363-64E8-4F3B-87CE-6DD16639E25D}.Release|Win32.Build.0 = Release|Win32
{AB33A363-64E8-4F3B-87CE-6DD16639E25D}.Release|x64.ActiveCfg = Release|x64
{AB33A363-64E8-4F3B-87CE-6DD16639E25D}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1122072B-563A-4C9C-8C48-33869F5F3C46}
EndGlobalSection
EndGlobal