This repository was archived by the owner on Feb 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathuComponents.DataTypes.Converters.sln
More file actions
57 lines (57 loc) · 2.95 KB
/
uComponents.DataTypes.Converters.sln
File metadata and controls
57 lines (57 loc) · 2.95 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C0A8BDDE-A89F-4341-8912-A7C05E5CC25F}"
ProjectSection(SolutionItems) = preProject
MIT-LICENSE.txt = MIT-LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build Package", "Build Package", "{0F945291-F264-44AF-9C6A-B1BB0B9E785E}"
ProjectSection(SolutionItems) = preProject
Build\packages.build.cmd = Build\packages.build.cmd
Build\packages.build.xml = Build\packages.build.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External Assemblies", "External Assemblies", "{04F1C33F-EF3D-4F85-90B6-D258F06752D7}"
ProjectSection(SolutionItems) = preProject
Lib\cms.dll = Lib\cms.dll
Lib\interfaces.dll = Lib\interfaces.dll
Lib\TheFarm.Umbraco.EmbeddedContent.dll = Lib\TheFarm.Umbraco.EmbeddedContent.dll
Lib\uComponents.Core.dll = Lib\uComponents.Core.dll
Lib\uComponents.DataTypes.dll = Lib\uComponents.DataTypes.dll
Lib\Umbraco.Core.dll = Lib\Umbraco.Core.dll
Lib\umbraco.MacroEngines.dll = Lib\umbraco.MacroEngines.dll
Lib\Vega.USiteBuilder.dll = Lib\Vega.USiteBuilder.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "uComponents.DataTypes.Converters.uSiteBuilder", "Src\uComponents.DataTypes.Converters.uSiteBuilder\uComponents.DataTypes.Converters.uSiteBuilder.csproj", "{2FB22DE7-2A88-46B6-AB1C-00BBA9F03D7C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "uSiteBuilder", "uSiteBuilder", "{E88E402C-6264-4884-9C6E-8A4544CED956}"
ProjectSection(SolutionItems) = preProject
Build\uSiteBuilder\package.build.cmd = Build\uSiteBuilder\package.build.cmd
Build\uSiteBuilder\package.build.xml = Build\uSiteBuilder\package.build.xml
Build\uSiteBuilder\package.xml = Build\uSiteBuilder\package.xml
Build\uSiteBuilder\readme.txt = Build\uSiteBuilder\readme.txt
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2FB22DE7-2A88-46B6-AB1C-00BBA9F03D7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FB22DE7-2A88-46B6-AB1C-00BBA9F03D7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FB22DE7-2A88-46B6-AB1C-00BBA9F03D7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FB22DE7-2A88-46B6-AB1C-00BBA9F03D7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0F945291-F264-44AF-9C6A-B1BB0B9E785E} = {C0A8BDDE-A89F-4341-8912-A7C05E5CC25F}
{04F1C33F-EF3D-4F85-90B6-D258F06752D7} = {C0A8BDDE-A89F-4341-8912-A7C05E5CC25F}
{E88E402C-6264-4884-9C6E-8A4544CED956} = {0F945291-F264-44AF-9C6A-B1BB0B9E785E}
EndGlobalSection
EndGlobal