-
Notifications
You must be signed in to change notification settings - Fork 1
/
ImgTagFanOut.sln
40 lines (40 loc) · 1.77 KB
/
ImgTagFanOut.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34112.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ImgTagFanOut", "ImgTagFanOut\ImgTagFanOut.csproj", "{40D5BCC5-650E-4859-882C-20F8F24D891A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Other", "Other", "{666977CA-2730-41F7-AD53-B91BA279BD9B}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
setupScript.iss = setupScript.iss
.github\workflows\build.yml = .github\workflows\build.yml
.github\dependabot.yml = .github\dependabot.yml
_config.yml = _config.yml
global.json = global.json
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{40D5BCC5-650E-4859-882C-20F8F24D891A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{40D5BCC5-650E-4859-882C-20F8F24D891A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{40D5BCC5-650E-4859-882C-20F8F24D891A}.Debug|x86.ActiveCfg = Debug|Any CPU
{40D5BCC5-650E-4859-882C-20F8F24D891A}.Debug|x86.Build.0 = Debug|Any CPU
{40D5BCC5-650E-4859-882C-20F8F24D891A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{40D5BCC5-650E-4859-882C-20F8F24D891A}.Release|Any CPU.Build.0 = Release|Any CPU
{40D5BCC5-650E-4859-882C-20F8F24D891A}.Release|x86.ActiveCfg = Release|Any CPU
{40D5BCC5-650E-4859-882C-20F8F24D891A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal