forked from stokastic/CoopGrabber
-
Notifications
You must be signed in to change notification settings - Fork 10
/
DeluxeGrabber.sln
32 lines (32 loc) · 1.3 KB
/
DeluxeGrabber.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.88
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{EDB8B326-C681-41B3-ACA6-653A156FAD38}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DeluxeGrabber", "DeluxeGrabber\DeluxeGrabber.csproj", "{58E63D8A-EB9B-4488-A191-61F66229A5BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{58E63D8A-EB9B-4488-A191-61F66229A5BE}.Debug|x86.ActiveCfg = Debug|x86
{58E63D8A-EB9B-4488-A191-61F66229A5BE}.Debug|x86.Build.0 = Debug|x86
{58E63D8A-EB9B-4488-A191-61F66229A5BE}.Release|x86.ActiveCfg = Release|x86
{58E63D8A-EB9B-4488-A191-61F66229A5BE}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0F04ED51-6DEE-47CA-8EC5-91B33D88F6CA}
EndGlobalSection
EndGlobal