-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDriveClubFS.sln
More file actions
37 lines (37 loc) · 2.07 KB
/
DriveClubFS.sln
File metadata and controls
37 lines (37 loc) · 2.07 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32602.215
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DriveClubFS", "DriveClubFS\DriveClubFS.csproj", "{A077C6D8-484F-4525-B24B-C22FE6086B7A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DriveClubFS.Resources", "DriveClubFS.Resources\DriveClubFS.Resources.csproj", "{9B879681-E047-4E51-B176-DCAF3CEA42B3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DriveClubFS.Utils", "DriveClubFS.Utils\DriveClubFS.Utils.csproj", "{0E9F7EA8-9176-43E6-B290-8240FD48A9CD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A077C6D8-484F-4525-B24B-C22FE6086B7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A077C6D8-484F-4525-B24B-C22FE6086B7A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A077C6D8-484F-4525-B24B-C22FE6086B7A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A077C6D8-484F-4525-B24B-C22FE6086B7A}.Release|Any CPU.Build.0 = Release|Any CPU
{9B879681-E047-4E51-B176-DCAF3CEA42B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B879681-E047-4E51-B176-DCAF3CEA42B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B879681-E047-4E51-B176-DCAF3CEA42B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B879681-E047-4E51-B176-DCAF3CEA42B3}.Release|Any CPU.Build.0 = Release|Any CPU
{0E9F7EA8-9176-43E6-B290-8240FD48A9CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0E9F7EA8-9176-43E6-B290-8240FD48A9CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0E9F7EA8-9176-43E6-B290-8240FD48A9CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0E9F7EA8-9176-43E6-B290-8240FD48A9CD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5B6DBDD5-09A6-4303-906F-9FFB82AE6594}
EndGlobalSection
EndGlobal