-
Notifications
You must be signed in to change notification settings - Fork 0
/
GoDaddy.sln
35 lines (35 loc) · 1.5 KB
/
GoDaddy.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GoDaddy", "GoDaddy\GoDaddy.csproj", "{29E36505-9A60-4C16-89A9-4F23E4D3E3DE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5D9941D2-A44F-4593-A33E-F5E0C861CAEB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
GoDaddy.sln.licenseheader = GoDaddy.sln.licenseheader
integration-manifest.json = integration-manifest.json
README.md = README.md
readme_source.md = readme_source.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29E36505-9A60-4C16-89A9-4F23E4D3E3DE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E36505-9A60-4C16-89A9-4F23E4D3E3DE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E36505-9A60-4C16-89A9-4F23E4D3E3DE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E36505-9A60-4C16-89A9-4F23E4D3E3DE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9AC9360B-C689-4E04-85B2-0C1A463B14C5}
EndGlobalSection
EndGlobal