-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
HeroiconsTagHelper.sln
57 lines (57 loc) · 3.02 KB
/
HeroiconsTagHelper.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31825.309
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeroiconsTagHelper", "src\HeroiconsTagHelper.csproj", "{FBD1EFF0-360A-4D88-AA08-525FDA4DF972}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{23F1CB61-0E53-4E6C-A71F-592441EDBAD2}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE = LICENSE
obsolete_icons.txt = obsolete_icons.txt
package.json = package.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HeroiconsTagHelperTests", "test\HeroiconsTagHelperTests.csproj", "{E8846EB7-AAD0-440F-8077-D097436AB53E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "sample\Sample.csproj", "{11897DA3-A787-4D94-81B2-224EEF36E0CB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IconSourceGenerator", "generator\IconSourceGenerator.csproj", "{B993F048-E11B-41F3-8AC5-B7F712F10B32}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FBD1EFF0-360A-4D88-AA08-525FDA4DF972}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBD1EFF0-360A-4D88-AA08-525FDA4DF972}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBD1EFF0-360A-4D88-AA08-525FDA4DF972}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBD1EFF0-360A-4D88-AA08-525FDA4DF972}.Release|Any CPU.Build.0 = Release|Any CPU
{E8846EB7-AAD0-440F-8077-D097436AB53E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8846EB7-AAD0-440F-8077-D097436AB53E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8846EB7-AAD0-440F-8077-D097436AB53E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8846EB7-AAD0-440F-8077-D097436AB53E}.Release|Any CPU.Build.0 = Release|Any CPU
{11897DA3-A787-4D94-81B2-224EEF36E0CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11897DA3-A787-4D94-81B2-224EEF36E0CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11897DA3-A787-4D94-81B2-224EEF36E0CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11897DA3-A787-4D94-81B2-224EEF36E0CB}.Release|Any CPU.Build.0 = Release|Any CPU
{B993F048-E11B-41F3-8AC5-B7F712F10B32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B993F048-E11B-41F3-8AC5-B7F712F10B32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B993F048-E11B-41F3-8AC5-B7F712F10B32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B993F048-E11B-41F3-8AC5-B7F712F10B32}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E554F9FA-ADBD-4565-BAE1-B56DB92FED89}
EndGlobalSection
EndGlobal