-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CFLookup.sln
42 lines (42 loc) · 1.99 KB
/
CFLookup.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
39
40
41
42
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32104.313
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CFLookup", "CFLookup\CFLookup.csproj", "{234AF4A6-AF38-4514-8F86-410A0F546860}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A9FB5406-A4AC-431F-B9FB-08C1B8B9CAAD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
.github\workflows\CI.yml = .github\workflows\CI.yml
.github\FUNDING.yml = .github\FUNDING.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CFDiscordBot", "CFDiscordBot\CFDiscordBot.csproj", "{1565E57C-2043-4C9A-BD79-3855092DC239}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{234AF4A6-AF38-4514-8F86-410A0F546860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{234AF4A6-AF38-4514-8F86-410A0F546860}.Debug|Any CPU.Build.0 = Debug|Any CPU
{234AF4A6-AF38-4514-8F86-410A0F546860}.Release|Any CPU.ActiveCfg = Release|Any CPU
{234AF4A6-AF38-4514-8F86-410A0F546860}.Release|Any CPU.Build.0 = Release|Any CPU
{1565E57C-2043-4C9A-BD79-3855092DC239}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1565E57C-2043-4C9A-BD79-3855092DC239}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1565E57C-2043-4C9A-BD79-3855092DC239}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1565E57C-2043-4C9A-BD79-3855092DC239}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDFFAE88-0747-4875-8A3C-3D9A67E13C76}
EndGlobalSection
EndGlobal