-
Notifications
You must be signed in to change notification settings - Fork 6
/
Blazor.GraphEditor.sln
37 lines (37 loc) · 2.21 KB
/
Blazor.GraphEditor.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.GraphEditor", "src\KristofferStrube.Blazor.GraphEditor\KristofferStrube.Blazor.GraphEditor.csproj", "{FE7F39BD-0864-40A7-8472-7AA788233ED9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.GraphEditor.WasmExample", "samples\KristofferStrube.Blazor.GraphEditor.WasmExample\KristofferStrube.Blazor.GraphEditor.WasmExample.csproj", "{2825B392-30D9-40D3-9427-6483E5C56EF6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "benchmarks", "benchmarks\benchmarks.csproj", "{1306D248-9B11-48C3-AFB8-19B9B32978D8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FE7F39BD-0864-40A7-8472-7AA788233ED9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE7F39BD-0864-40A7-8472-7AA788233ED9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE7F39BD-0864-40A7-8472-7AA788233ED9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE7F39BD-0864-40A7-8472-7AA788233ED9}.Release|Any CPU.Build.0 = Release|Any CPU
{2825B392-30D9-40D3-9427-6483E5C56EF6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2825B392-30D9-40D3-9427-6483E5C56EF6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2825B392-30D9-40D3-9427-6483E5C56EF6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2825B392-30D9-40D3-9427-6483E5C56EF6}.Release|Any CPU.Build.0 = Release|Any CPU
{1306D248-9B11-48C3-AFB8-19B9B32978D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1306D248-9B11-48C3-AFB8-19B9B32978D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1306D248-9B11-48C3-AFB8-19B9B32978D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1306D248-9B11-48C3-AFB8-19B9B32978D8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0B07C01C-7211-4CF9-8C9A-277D144852F6}
EndGlobalSection
EndGlobal