-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathBlazor.FileSystem.sln
37 lines (37 loc) · 2.35 KB
/
Blazor.FileSystem.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.FileSystem", "src\KristofferStrube.Blazor.FileSystem\KristofferStrube.Blazor.FileSystem.csproj", "{0FB54CE2-FF43-4DED-89E4-3D720C1073E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.FileSystem.WasmExample", "samples\KristofferStrube.Blazor.FileSystem.WasmExample\KristofferStrube.Blazor.FileSystem.WasmExample.csproj", "{BE27A4A4-BFBB-4CA1-8610-7D9EE89FDF97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.FileSystem.WasmExample.Benchmarks", "samples\KristofferStrube.Blazor.FileSystem.WasmExample.Benchmarks\KristofferStrube.Blazor.FileSystem.WasmExample.Benchmarks.csproj", "{3F999E53-0683-4E00-B0A6-5DA81C356987}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0FB54CE2-FF43-4DED-89E4-3D720C1073E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0FB54CE2-FF43-4DED-89E4-3D720C1073E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0FB54CE2-FF43-4DED-89E4-3D720C1073E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0FB54CE2-FF43-4DED-89E4-3D720C1073E9}.Release|Any CPU.Build.0 = Release|Any CPU
{BE27A4A4-BFBB-4CA1-8610-7D9EE89FDF97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE27A4A4-BFBB-4CA1-8610-7D9EE89FDF97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE27A4A4-BFBB-4CA1-8610-7D9EE89FDF97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE27A4A4-BFBB-4CA1-8610-7D9EE89FDF97}.Release|Any CPU.Build.0 = Release|Any CPU
{3F999E53-0683-4E00-B0A6-5DA81C356987}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F999E53-0683-4E00-B0A6-5DA81C356987}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F999E53-0683-4E00-B0A6-5DA81C356987}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F999E53-0683-4E00-B0A6-5DA81C356987}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {31FE56B4-5C4F-4FAE-9CFC-CE343847423C}
EndGlobalSection
EndGlobal