-
Notifications
You must be signed in to change notification settings - Fork 51
/
KristofferStrube.Blazor.SVGEditor.sln
43 lines (43 loc) · 2.87 KB
/
KristofferStrube.Blazor.SVGEditor.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.0.31410.414
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.SVGEditor.WasmExample", "samples\KristofferStrube.Blazor.SVGEditor.WasmExample\KristofferStrube.Blazor.SVGEditor.WasmExample.csproj", "{1CC1F8D5-3BFC-4DE4-9627-04344BC6584E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.SVGEditor", "src\KristofferStrube.Blazor.SVGEditor\KristofferStrube.Blazor.SVGEditor.csproj", "{2DED3DA7-FDDC-4AC1-B261-2D40AB761EA5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.SvgEditor.Test", "test\KristofferStrube.Blazor.SvgEditor.Test\KristofferStrube.Blazor.SvgEditor.Test.csproj", "{04F564CB-F947-4F0C-9DA6-B40D0BA55034}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KristofferStrube.Blazor.SVGEditor.ServerExample", "samples\KristofferStrube.Blazor.SVGEditor.ServerExample\KristofferStrube.Blazor.SVGEditor.ServerExample.csproj", "{BCF15445-851C-4029-BC4A-66B674D656A2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CC1F8D5-3BFC-4DE4-9627-04344BC6584E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CC1F8D5-3BFC-4DE4-9627-04344BC6584E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CC1F8D5-3BFC-4DE4-9627-04344BC6584E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CC1F8D5-3BFC-4DE4-9627-04344BC6584E}.Release|Any CPU.Build.0 = Release|Any CPU
{2DED3DA7-FDDC-4AC1-B261-2D40AB761EA5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DED3DA7-FDDC-4AC1-B261-2D40AB761EA5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DED3DA7-FDDC-4AC1-B261-2D40AB761EA5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DED3DA7-FDDC-4AC1-B261-2D40AB761EA5}.Release|Any CPU.Build.0 = Release|Any CPU
{04F564CB-F947-4F0C-9DA6-B40D0BA55034}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04F564CB-F947-4F0C-9DA6-B40D0BA55034}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04F564CB-F947-4F0C-9DA6-B40D0BA55034}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04F564CB-F947-4F0C-9DA6-B40D0BA55034}.Release|Any CPU.Build.0 = Release|Any CPU
{BCF15445-851C-4029-BC4A-66B674D656A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BCF15445-851C-4029-BC4A-66B674D656A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BCF15445-851C-4029-BC4A-66B674D656A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BCF15445-851C-4029-BC4A-66B674D656A2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D0EF2C1-29E8-4938-B838-90C2F39776AE}
EndGlobalSection
EndGlobal