-
Notifications
You must be signed in to change notification settings - Fork 2
/
Infocaster.Umbraco.DateFolders.sln
49 lines (49 loc) · 2.47 KB
/
Infocaster.Umbraco.DateFolders.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infocaster.Umbraco.DateFolders", "src\Infocaster.Umbraco.DateFolders\Infocaster.Umbraco.DateFolders.csproj", "{B7ECD8B3-CAEC-4AC5-A0A1-54AAF1FC0E86}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA602ED2-7945-49BA-BE5C-A31C5BA6E4B0}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
docs\assets\infocaster_nuget_yellow.png = docs\assets\infocaster_nuget_yellow.png
LICENSE = LICENSE
nuget.config = nuget.config
README-NUGET.md = README-NUGET.md
README.md = README.md
ReadMe.txt = ReadMe.txt
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D4AB3C86-E8DF-48BE-83F4-AF68BA1E4505}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Infocaster.Umbraco.DateFolders.Website", "Infocaster.Umbraco.DateFolders.Website\Infocaster.Umbraco.DateFolders.Website.csproj", "{4F0E4D7B-4140-42E4-8058-9EF930E4503C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B7ECD8B3-CAEC-4AC5-A0A1-54AAF1FC0E86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7ECD8B3-CAEC-4AC5-A0A1-54AAF1FC0E86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7ECD8B3-CAEC-4AC5-A0A1-54AAF1FC0E86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7ECD8B3-CAEC-4AC5-A0A1-54AAF1FC0E86}.Release|Any CPU.Build.0 = Release|Any CPU
{4F0E4D7B-4140-42E4-8058-9EF930E4503C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F0E4D7B-4140-42E4-8058-9EF930E4503C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F0E4D7B-4140-42E4-8058-9EF930E4503C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F0E4D7B-4140-42E4-8058-9EF930E4503C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4F0E4D7B-4140-42E4-8058-9EF930E4503C} = {D4AB3C86-E8DF-48BE-83F4-AF68BA1E4505}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44BF2E9F-26DF-447A-8081-DFA7C6CE56FB}
EndGlobalSection
EndGlobal