-
Notifications
You must be signed in to change notification settings - Fork 0
/
Remindz.sln
39 lines (39 loc) · 1.96 KB
/
Remindz.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Remindz", "Remindz\Remindz.csproj", "{8C1019AD-E5BB-4DCE-B77B-E3A1295516B1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PublishScripts", "PublishScripts", "{D646A7F6-C1C6-4D1D-B1A1-FBB0E44F841D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{132C88EE-B408-4E91-8943-9FAD01CA4674}"
ProjectSection(SolutionItems) = preProject
PublishScripts\Scripts\Deploy-AzureResourceGroup.ps1 = PublishScripts\Scripts\Deploy-AzureResourceGroup.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Templates", "Templates", "{529365F7-CE85-488C-8D3D-CA08B17C266F}"
ProjectSection(SolutionItems) = preProject
PublishScripts\Templates\Remindz.json = PublishScripts\Templates\Remindz.json
PublishScripts\Templates\Remindz.param.dev.json = PublishScripts\Templates\Remindz.param.dev.json
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C1019AD-E5BB-4DCE-B77B-E3A1295516B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C1019AD-E5BB-4DCE-B77B-E3A1295516B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C1019AD-E5BB-4DCE-B77B-E3A1295516B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C1019AD-E5BB-4DCE-B77B-E3A1295516B1}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{132C88EE-B408-4E91-8943-9FAD01CA4674} = {D646A7F6-C1C6-4D1D-B1A1-FBB0E44F841D}
{529365F7-CE85-488C-8D3D-CA08B17C266F} = {D646A7F6-C1C6-4D1D-B1A1-FBB0E44F841D}
EndGlobalSection
EndGlobal