-
Notifications
You must be signed in to change notification settings - Fork 0
/
LogicTagHelpers.sln
47 lines (47 loc) · 2.55 KB
/
LogicTagHelpers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogicTagHelpers", "LogicTagHelpers\LogicTagHelpers.csproj", "{D853F062-7102-4514-8AAD-A423A630C3E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogicTagHelpers.Demo", "LogicTagHelpers.Demo\LogicTagHelpers.Demo.csproj", "{DE040CBB-9E3D-4D21-AD94-1C0262B5B513}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogicTagHelpers.Tests", "LogicTagHelpers.Tests\LogicTagHelpers.Tests.csproj", "{85652AC9-C0E4-4E21-87A7-BF6BE8D93E14}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C75224D3-C733-4CB8-A7C6-446EFF3196A6}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\build-test-publish.yml = .github\workflows\build-test-publish.yml
.github\workflows\build-test.yml = .github\workflows\build-test.yml
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D853F062-7102-4514-8AAD-A423A630C3E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D853F062-7102-4514-8AAD-A423A630C3E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D853F062-7102-4514-8AAD-A423A630C3E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D853F062-7102-4514-8AAD-A423A630C3E2}.Release|Any CPU.Build.0 = Release|Any CPU
{DE040CBB-9E3D-4D21-AD94-1C0262B5B513}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE040CBB-9E3D-4D21-AD94-1C0262B5B513}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE040CBB-9E3D-4D21-AD94-1C0262B5B513}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE040CBB-9E3D-4D21-AD94-1C0262B5B513}.Release|Any CPU.Build.0 = Release|Any CPU
{85652AC9-C0E4-4E21-87A7-BF6BE8D93E14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{85652AC9-C0E4-4E21-87A7-BF6BE8D93E14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{85652AC9-C0E4-4E21-87A7-BF6BE8D93E14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{85652AC9-C0E4-4E21-87A7-BF6BE8D93E14}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {55617C1B-055E-4F71-805C-99B5FE16348A}
EndGlobalSection
EndGlobal