forked from jdtcn/BlazorDateRangePicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BlazorDateRangePicker.sln
43 lines (43 loc) · 2.57 KB
/
BlazorDateRangePicker.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29123.89
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorDateRangePicker", "BlazorDateRangePicker\BlazorDateRangePicker.csproj", "{C463A3EB-E515-46C2-B520-18E964A69E32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.ClientSideApp", "Demo.ClientSideApp\Demo.ClientSideApp.csproj", "{901603F4-C51B-4B98-9E98-F85DAE6E8A2F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.ServerSideApp", "Demo.ServerSideApp\Demo.ServerSideApp.csproj", "{94594133-2735-40F5-B336-9019A60E873D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Demo.Shared", "Demo.Shared\Demo.Shared.csproj", "{C643FA35-336A-4620-9153-8D4A3DBFE92C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C463A3EB-E515-46C2-B520-18E964A69E32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C463A3EB-E515-46C2-B520-18E964A69E32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C463A3EB-E515-46C2-B520-18E964A69E32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C463A3EB-E515-46C2-B520-18E964A69E32}.Release|Any CPU.Build.0 = Release|Any CPU
{901603F4-C51B-4B98-9E98-F85DAE6E8A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{901603F4-C51B-4B98-9E98-F85DAE6E8A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{901603F4-C51B-4B98-9E98-F85DAE6E8A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{901603F4-C51B-4B98-9E98-F85DAE6E8A2F}.Release|Any CPU.Build.0 = Release|Any CPU
{94594133-2735-40F5-B336-9019A60E873D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94594133-2735-40F5-B336-9019A60E873D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94594133-2735-40F5-B336-9019A60E873D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94594133-2735-40F5-B336-9019A60E873D}.Release|Any CPU.Build.0 = Release|Any CPU
{C643FA35-336A-4620-9153-8D4A3DBFE92C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C643FA35-336A-4620-9153-8D4A3DBFE92C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C643FA35-336A-4620-9153-8D4A3DBFE92C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C643FA35-336A-4620-9153-8D4A3DBFE92C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D897D349-9D43-44E6-A9F8-8D10BBA2DBFD}
EndGlobalSection
EndGlobal