forked from cdwcgt/GTA5onlineTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGTA5OnlineTools.sln
37 lines (37 loc) · 1.97 KB
/
GTA5OnlineTools.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.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GTA5OnlineTools", "GTA5OnlineTools\GTA5OnlineTools.csproj", "{F5674AAC-7688-49C9-A040-9332344B6D6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GTA5OnlineTools.UI", "GTA5OnlineTools.UI\GTA5OnlineTools.UI.csproj", "{C91AC3ED-7804-4E71-9553-BA40F9FCFB95}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GTA5OnlineTools.GA", "GTA5OnlineTools.GA\GTA5OnlineTools.GA.csproj", "{60F0B258-2EB3-4F4D-BB0B-0F31437D08C2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5674AAC-7688-49C9-A040-9332344B6D6F}.Debug|x64.ActiveCfg = Debug|x64
{F5674AAC-7688-49C9-A040-9332344B6D6F}.Debug|x64.Build.0 = Debug|x64
{F5674AAC-7688-49C9-A040-9332344B6D6F}.Release|x64.ActiveCfg = Release|x64
{F5674AAC-7688-49C9-A040-9332344B6D6F}.Release|x64.Build.0 = Release|x64
{C91AC3ED-7804-4E71-9553-BA40F9FCFB95}.Debug|x64.ActiveCfg = Debug|x64
{C91AC3ED-7804-4E71-9553-BA40F9FCFB95}.Debug|x64.Build.0 = Debug|x64
{C91AC3ED-7804-4E71-9553-BA40F9FCFB95}.Release|x64.ActiveCfg = Release|x64
{C91AC3ED-7804-4E71-9553-BA40F9FCFB95}.Release|x64.Build.0 = Release|x64
{60F0B258-2EB3-4F4D-BB0B-0F31437D08C2}.Debug|x64.ActiveCfg = Debug|x64
{60F0B258-2EB3-4F4D-BB0B-0F31437D08C2}.Debug|x64.Build.0 = Debug|x64
{60F0B258-2EB3-4F4D-BB0B-0F31437D08C2}.Release|x64.ActiveCfg = Release|x64
{60F0B258-2EB3-4F4D-BB0B-0F31437D08C2}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {75DC1F31-0B24-4280-BE84-305DD4F6658E}
EndGlobalSection
EndGlobal