-
Notifications
You must be signed in to change notification settings - Fork 10
/
BlazorSortableJS.sln
43 lines (43 loc) · 2.6 KB
/
BlazorSortableJS.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 17
VisualStudioVersion = 17.6.33513.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSortableJS.Demo", "BlazorSortableJS.Demo\BlazorSortableJS.Demo.csproj", "{8B68FE92-34BA-4A37-B7F4-887156F6C995}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSortableJS", "BlazorSortableJS\BlazorSortableJS.csproj", "{669321D7-F88F-479A-A9D3-68C0144981F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSortableJS.Docs", "BlazorSortableJS.Docs\BlazorSortableJS.Docs.csproj", "{39B09C26-A1EC-4542-82D4-4D21831BE856}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorSortableJS.WASM", "BlazorSortableJS.WASM\BlazorSortableJS.WASM.csproj", "{79B32E3C-8C86-4A89-B5FC-C1EC7D735C1D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8B68FE92-34BA-4A37-B7F4-887156F6C995}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B68FE92-34BA-4A37-B7F4-887156F6C995}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B68FE92-34BA-4A37-B7F4-887156F6C995}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B68FE92-34BA-4A37-B7F4-887156F6C995}.Release|Any CPU.Build.0 = Release|Any CPU
{669321D7-F88F-479A-A9D3-68C0144981F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{669321D7-F88F-479A-A9D3-68C0144981F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{669321D7-F88F-479A-A9D3-68C0144981F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{669321D7-F88F-479A-A9D3-68C0144981F6}.Release|Any CPU.Build.0 = Release|Any CPU
{39B09C26-A1EC-4542-82D4-4D21831BE856}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{39B09C26-A1EC-4542-82D4-4D21831BE856}.Debug|Any CPU.Build.0 = Debug|Any CPU
{39B09C26-A1EC-4542-82D4-4D21831BE856}.Release|Any CPU.ActiveCfg = Release|Any CPU
{39B09C26-A1EC-4542-82D4-4D21831BE856}.Release|Any CPU.Build.0 = Release|Any CPU
{79B32E3C-8C86-4A89-B5FC-C1EC7D735C1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79B32E3C-8C86-4A89-B5FC-C1EC7D735C1D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79B32E3C-8C86-4A89-B5FC-C1EC7D735C1D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{79B32E3C-8C86-4A89-B5FC-C1EC7D735C1D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43D7CAC6-C669-49DD-8B4F-FDD0436E80F7}
EndGlobalSection
EndGlobal