-
Notifications
You must be signed in to change notification settings - Fork 4
/
IcgSoftware.RecurrenceRuleToText.sln
55 lines (55 loc) · 3.52 KB
/
IcgSoftware.RecurrenceRuleToText.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7DC0B2B1-D936-4F06-98E9-86FB8AB4AF93}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IcgSoftware.RecurrenceRuleToText", "IcgSoftware.RecurrenceRuleToText\IcgSoftware.RecurrenceRuleToText.csproj", "{D3251755-AF52-4EC6-AA5A-2F2F92346D07}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IcgSoftware.RecurrenceRuleToText.UnitTest", "IcgSoftware.RecurrenceRuleToText.UnitTest\IcgSoftware.RecurrenceRuleToText.UnitTest.csproj", "{296145A7-60CE-46F7-98D8-5714F95DA753}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IcgSoftware.RecurrenceRuleToText.WebAppSample", "IcgSoftware.RecurrenceRuleToText.WebAppSample\IcgSoftware.RecurrenceRuleToText.WebAppSample.csproj", "{6C4A1806-BB5C-43BE-B804-846C83B03FDE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecurrenceRuleWebApp", "RecurrenceRuleWebApp\RecurrenceRuleWebApp.csproj", "{DBB82759-46FA-4DA9-A4DD-8C29D0F07714}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecurrenceRuleWebAppVue", "RecurrenceRuleWebAppVue\RecurrenceRuleWebAppVue.csproj", "{3C5A3BA9-8449-4A44-B94D-76D41EC71DC8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3251755-AF52-4EC6-AA5A-2F2F92346D07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3251755-AF52-4EC6-AA5A-2F2F92346D07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3251755-AF52-4EC6-AA5A-2F2F92346D07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3251755-AF52-4EC6-AA5A-2F2F92346D07}.Release|Any CPU.Build.0 = Release|Any CPU
{296145A7-60CE-46F7-98D8-5714F95DA753}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{296145A7-60CE-46F7-98D8-5714F95DA753}.Debug|Any CPU.Build.0 = Debug|Any CPU
{296145A7-60CE-46F7-98D8-5714F95DA753}.Release|Any CPU.ActiveCfg = Release|Any CPU
{296145A7-60CE-46F7-98D8-5714F95DA753}.Release|Any CPU.Build.0 = Release|Any CPU
{6C4A1806-BB5C-43BE-B804-846C83B03FDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C4A1806-BB5C-43BE-B804-846C83B03FDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C4A1806-BB5C-43BE-B804-846C83B03FDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C4A1806-BB5C-43BE-B804-846C83B03FDE}.Release|Any CPU.Build.0 = Release|Any CPU
{DBB82759-46FA-4DA9-A4DD-8C29D0F07714}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBB82759-46FA-4DA9-A4DD-8C29D0F07714}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBB82759-46FA-4DA9-A4DD-8C29D0F07714}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBB82759-46FA-4DA9-A4DD-8C29D0F07714}.Release|Any CPU.Build.0 = Release|Any CPU
{3C5A3BA9-8449-4A44-B94D-76D41EC71DC8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3C5A3BA9-8449-4A44-B94D-76D41EC71DC8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3C5A3BA9-8449-4A44-B94D-76D41EC71DC8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3C5A3BA9-8449-4A44-B94D-76D41EC71DC8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F9774FC-E908-47D2-B0B7-80AA687A4879}
EndGlobalSection
EndGlobal