-
Notifications
You must be signed in to change notification settings - Fork 1
/
Componentizer.sln
55 lines (55 loc) · 2.81 KB
/
Componentizer.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
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 25.0.1706.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Componentizer.MAUI", "Componentizer.MAUI\Componentizer.MAUI.csproj", "{F57488FF-2579-4788-A711-7F1861DE200C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SampleApp", "SampleApp\SampleApp.csproj", "{ABAB5224-DED7-4A3A-99FE-E2DC674B0D99}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "[ Solution Items ]", "[ Solution Items ]", "{66615791-0ADB-42E7-A578-7E25034F0082}"
ProjectSection(SolutionItems) = preProject
Componentizer.sln = Componentizer.sln
Directory.build.props = Directory.build.props
README.md = README.md
global.json = global.json
stylecop.json = stylecop.json
.editorconfig = .editorconfig
.gitignore = .gitignore
.gitattributes = .gitattributes
images\logo.png = images\logo.png
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "[ Actions ]", "[ Actions ]", "{6D96E036-36BA-4433-BA9B-96A7E6FDB9C3}"
ProjectSection(SolutionItems) = preProject
.github\workflows\nuget.yml = .github\workflows\nuget.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Componentizer.Core", "Componentizer.Core\Componentizer.Core.csproj", "{D828126A-7E3D-458A-B675-E82A2CEBB599}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F57488FF-2579-4788-A711-7F1861DE200C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F57488FF-2579-4788-A711-7F1861DE200C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F57488FF-2579-4788-A711-7F1861DE200C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F57488FF-2579-4788-A711-7F1861DE200C}.Release|Any CPU.Build.0 = Release|Any CPU
{ABAB5224-DED7-4A3A-99FE-E2DC674B0D99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABAB5224-DED7-4A3A-99FE-E2DC674B0D99}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABAB5224-DED7-4A3A-99FE-E2DC674B0D99}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABAB5224-DED7-4A3A-99FE-E2DC674B0D99}.Release|Any CPU.Build.0 = Release|Any CPU
{D828126A-7E3D-458A-B675-E82A2CEBB599}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D828126A-7E3D-458A-B675-E82A2CEBB599}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D828126A-7E3D-458A-B675-E82A2CEBB599}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D828126A-7E3D-458A-B675-E82A2CEBB599}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {00107508-8086-4AD6-8897-D18352E96BFD}
EndGlobalSection
EndGlobal