-
Notifications
You must be signed in to change notification settings - Fork 0
/
Advanced.CMS.Forms.sln
41 lines (41 loc) · 1.58 KB
/
Advanced.CMS.Forms.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29009.5
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Alloy.Sample", "src\Alloy.Sample\Alloy.Sample.csproj", "{FD080F15-C756-4AEB-9DD7-BE7BF974AD1B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{F6DCC1EE-6ED5-4D6C-ACF1-6FBE5CD728F3}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
build.cmd = build.cmd
iisexpress.cmd = iisexpress.cmd
LICENSE = LICENSE
pack.cmd = pack.cmd
pack.ps1 = pack.ps1
README.md = README.md
setup.cmd = setup.cmd
site.cmd = site.cmd
version.cs = version.cs
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FD080F15-C756-4AEB-9DD7-BE7BF974AD1B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD080F15-C756-4AEB-9DD7-BE7BF974AD1B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD080F15-C756-4AEB-9DD7-BE7BF974AD1B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD080F15-C756-4AEB-9DD7-BE7BF974AD1B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {859301FA-180D-4634-B2C3-7AA37570AA6F}
EndGlobalSection
EndGlobal