forked from KristofferStrube/Blazor.FileSystemAccess
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Blazor.FileSystemAccess.sln
37 lines (37 loc) · 2.38 KB
/
Blazor.FileSystemAccess.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.1.32203.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.FileSystemAccess", "src\KristofferStrube.Blazor.FileSystemAccess\KristofferStrube.Blazor.FileSystemAccess.csproj", "{44123AB2-1373-49BA-A32B-E7060EDB02AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.FileSystemAccess.WasmExample", "samples\KristofferStrube.Blazor.FileSystemAccess.WasmExample\KristofferStrube.Blazor.FileSystemAccess.WasmExample.csproj", "{375E47B7-5847-4E4F-A3EA-A6064BA6C1F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.FileSystemAccess.ServerExample", "samples\KristofferStrube.Blazor.FileSystemAccess.ServerExample\KristofferStrube.Blazor.FileSystemAccess.ServerExample.csproj", "{3B9A0863-BDD1-4297-A01A-8772DF7B4FF4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{44123AB2-1373-49BA-A32B-E7060EDB02AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{44123AB2-1373-49BA-A32B-E7060EDB02AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{44123AB2-1373-49BA-A32B-E7060EDB02AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{44123AB2-1373-49BA-A32B-E7060EDB02AC}.Release|Any CPU.Build.0 = Release|Any CPU
{375E47B7-5847-4E4F-A3EA-A6064BA6C1F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{375E47B7-5847-4E4F-A3EA-A6064BA6C1F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{375E47B7-5847-4E4F-A3EA-A6064BA6C1F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{375E47B7-5847-4E4F-A3EA-A6064BA6C1F2}.Release|Any CPU.Build.0 = Release|Any CPU
{3B9A0863-BDD1-4297-A01A-8772DF7B4FF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3B9A0863-BDD1-4297-A01A-8772DF7B4FF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3B9A0863-BDD1-4297-A01A-8772DF7B4FF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3B9A0863-BDD1-4297-A01A-8772DF7B4FF4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B12BF4EC-27B0-4680-BD8D-EBBC8B4C6D12}
EndGlobalSection
EndGlobal