forked from flutnet/flutnet-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
FlutnetUI.sln
48 lines (48 loc) · 2.82 KB
/
FlutnetUI.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
44
45
46
47
48
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29911.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flutnet.Cli.DTO", "src\Flutnet.Cli.DTO\Flutnet.Cli.DTO.csproj", "{20979569-7A91-49A7-AFF0-F7074975D794}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "HtmlRenderer.Core", "src\HtmlRenderer.Core\HtmlRenderer.Core.csproj", "{F6D39103-A46B-4B52-82F4-7333FCC12669}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlutnetUI.Ext", "src\FlutnetUI.Ext\FlutnetUI.Ext.csproj", "{4A6FDF83-363A-41C1-BF53-F17312BAA641}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FlutnetUI", "src\FlutnetUI\FlutnetUI.csproj", "{C3C86B07-D865-4F1D-9B64-411A951F3ADF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{AA31EE8D-257D-4CC9-A547-0B2C71E54375}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{20979569-7A91-49A7-AFF0-F7074975D794}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20979569-7A91-49A7-AFF0-F7074975D794}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20979569-7A91-49A7-AFF0-F7074975D794}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20979569-7A91-49A7-AFF0-F7074975D794}.Release|Any CPU.Build.0 = Release|Any CPU
{F6D39103-A46B-4B52-82F4-7333FCC12669}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6D39103-A46B-4B52-82F4-7333FCC12669}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6D39103-A46B-4B52-82F4-7333FCC12669}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6D39103-A46B-4B52-82F4-7333FCC12669}.Release|Any CPU.Build.0 = Release|Any CPU
{4A6FDF83-363A-41C1-BF53-F17312BAA641}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A6FDF83-363A-41C1-BF53-F17312BAA641}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A6FDF83-363A-41C1-BF53-F17312BAA641}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A6FDF83-363A-41C1-BF53-F17312BAA641}.Release|Any CPU.Build.0 = Release|Any CPU
{C3C86B07-D865-4F1D-9B64-411A951F3ADF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3C86B07-D865-4F1D-9B64-411A951F3ADF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3C86B07-D865-4F1D-9B64-411A951F3ADF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3C86B07-D865-4F1D-9B64-411A951F3ADF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4547DDFC-D9ED-4906-AB5B-15066A84F755}
EndGlobalSection
EndGlobal