-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathETag.sln
59 lines (59 loc) · 2.89 KB
/
ETag.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
58
59
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infocaster.Umbraco.ETag.Website", "test\Infocaster.Umbraco.ETag.Website\Infocaster.Umbraco.ETag.Website.csproj", "{4646B0CE-5077-4958-97E3-64E640885335}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9C55E35A-F159-4628-B69B-33AF5B56958A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6F53DA1C-4F02-429B-A205-33707656BDD2}"
ProjectSection(SolutionItems) = preProject
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Build.targets = src\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infocaster.Umbraco.ETag", "src\Infocaster.Umbraco.ETag\Infocaster.Umbraco.ETag.csproj", "{AD890835-59E6-469F-BD80-59EB24419F0B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CFAA1064-A115-42C6-866D-AF08CA1035C3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.runsettings = .runsettings
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
infocaster_nuget_pink.png = infocaster_nuget_pink.png
LICENSE = LICENSE
nuget.config = nuget.config
README-NUGET.md = README-NUGET.md
README.md = README.md
readme.txt = readme.txt
umbraco-marketplace.json = umbraco-marketplace.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4646B0CE-5077-4958-97E3-64E640885335}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4646B0CE-5077-4958-97E3-64E640885335}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4646B0CE-5077-4958-97E3-64E640885335}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4646B0CE-5077-4958-97E3-64E640885335}.Release|Any CPU.Build.0 = Release|Any CPU
{AD890835-59E6-469F-BD80-59EB24419F0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AD890835-59E6-469F-BD80-59EB24419F0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AD890835-59E6-469F-BD80-59EB24419F0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AD890835-59E6-469F-BD80-59EB24419F0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4646B0CE-5077-4958-97E3-64E640885335} = {9C55E35A-F159-4628-B69B-33AF5B56958A}
{AD890835-59E6-469F-BD80-59EB24419F0B} = {6F53DA1C-4F02-429B-A205-33707656BDD2}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0365786D-0ACB-42E5-B1F8-C021E386B7BD}
EndGlobalSection
EndGlobal