-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAdvanced.CMS.TimeProperty.sln
51 lines (51 loc) · 2.34 KB
/
Advanced.CMS.TimeProperty.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alloy.Sample", "src\Alloy.Sample\Alloy.Sample.csproj", "{12F4D91E-D45A-4DD3-9DF0-E8483A24AA74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Advanced.CMS.TimeProperty", "src\Advanced.CMS.TimeProperty\Advanced.CMS.TimeProperty.csproj", "{3AAC63BC-8916-4F19-9611-2463CF3C7DB3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{A1272902-1CD0-4507-9714-CB3AE96E78FD}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
LICENSE = LICENSE
pack.cmd = pack.cmd
pack.ps1 = build\pack.ps1
README.md = README.md
setup.cmd = setup.cmd
build\common.props = build\common.props
build\version.props = build\version.props
build\dependencies.props = build\dependencies.props
build\nuspec.props = build\nuspec.props
.github\workflows\time-property-dotnet-core.yml = .github\workflows\time-property-dotnet-core.yml
NuGet.config = NuGet.config
global.json = global.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{12F4D91E-D45A-4DD3-9DF0-E8483A24AA74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12F4D91E-D45A-4DD3-9DF0-E8483A24AA74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12F4D91E-D45A-4DD3-9DF0-E8483A24AA74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12F4D91E-D45A-4DD3-9DF0-E8483A24AA74}.Release|Any CPU.Build.0 = Release|Any CPU
{3AAC63BC-8916-4F19-9611-2463CF3C7DB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AAC63BC-8916-4F19-9611-2463CF3C7DB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AAC63BC-8916-4F19-9611-2463CF3C7DB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AAC63BC-8916-4F19-9611-2463CF3C7DB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BE6975A1-0DED-4587-99EA-E67D4417C90E}
EndGlobalSection
EndGlobal