-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWireFrame.sln
More file actions
54 lines (54 loc) · 2.86 KB
/
WireFrame.sln
File metadata and controls
54 lines (54 loc) · 2.86 KB
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
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36119.2
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WireFrame.UI", "src\WireFrame.UI\WireFrame.UI.csproj", "{819093AF-0D8D-482D-A254-13C14E8FCA36}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{FDDD0600-507F-42F1-940B-9BB67B8564AC}"
ProjectSection(SolutionItems) = preProject
.github\workflows\publish.yml = .github\workflows\publish.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WireFrame.Examples", "src\WireFrame.Examples\WireFrame.Examples.csproj", "{7265C3FD-5E10-31F8-60F0-FD73DD41638C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WireFrame.UI.Icons", "src\WireFrame.UI.Icons\WireFrame.UI.Icons.csproj", "{60806F46-34BD-48AD-940C-F0DE234123AC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{C6BB40A3-C411-4E2D-84A9-DF99D9A3E8E1}"
ProjectSection(SolutionItems) = preProject
docs\Docs.md = docs\Docs.md
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{819093AF-0D8D-482D-A254-13C14E8FCA36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{819093AF-0D8D-482D-A254-13C14E8FCA36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{819093AF-0D8D-482D-A254-13C14E8FCA36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{819093AF-0D8D-482D-A254-13C14E8FCA36}.Release|Any CPU.Build.0 = Release|Any CPU
{7265C3FD-5E10-31F8-60F0-FD73DD41638C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7265C3FD-5E10-31F8-60F0-FD73DD41638C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7265C3FD-5E10-31F8-60F0-FD73DD41638C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7265C3FD-5E10-31F8-60F0-FD73DD41638C}.Release|Any CPU.Build.0 = Release|Any CPU
{60806F46-34BD-48AD-940C-F0DE234123AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60806F46-34BD-48AD-940C-F0DE234123AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60806F46-34BD-48AD-940C-F0DE234123AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60806F46-34BD-48AD-940C-F0DE234123AC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FDDD0600-507F-42F1-940B-9BB67B8564AC} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {49AFA43B-7B25-49FD-874D-BB15340E4ED6}
EndGlobalSection
EndGlobal