-
Notifications
You must be signed in to change notification settings - Fork 5
/
MaterialDateTimePicker.sln
42 lines (42 loc) · 2.08 KB
/
MaterialDateTimePicker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2008
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Binding", "src\Binding\Binding.csproj", "{FAFA3B66-7CC8-41EC-9ECA-740DB6430123}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "!Solution Items", "!Solution Items", "{4983518E-3E30-4829-8765-43DC636DEE53}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE = LICENSE
nuspec\MaterialDateTimePicker.nuspec = nuspec\MaterialDateTimePicker.nuspec
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "src\SampleApp\SampleApp.csproj", "{E88FEC6E-9181-4981-96C7-46BCB3D568FE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FAFA3B66-7CC8-41EC-9ECA-740DB6430123}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{FAFA3B66-7CC8-41EC-9ECA-740DB6430123}.Debug|Any CPU.Build.0 = Release|Any CPU
{FAFA3B66-7CC8-41EC-9ECA-740DB6430123}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAFA3B66-7CC8-41EC-9ECA-740DB6430123}.Release|Any CPU.Build.0 = Release|Any CPU
{E88FEC6E-9181-4981-96C7-46BCB3D568FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E88FEC6E-9181-4981-96C7-46BCB3D568FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E88FEC6E-9181-4981-96C7-46BCB3D568FE}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{E88FEC6E-9181-4981-96C7-46BCB3D568FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E88FEC6E-9181-4981-96C7-46BCB3D568FE}.Release|Any CPU.Build.0 = Release|Any CPU
{E88FEC6E-9181-4981-96C7-46BCB3D568FE}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA2F5DE8-1683-45F9-B46F-F01021B38732}
EndGlobalSection
EndGlobal