-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathEntityViews.sln
50 lines (50 loc) · 2.81 KB
/
EntityViews.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34511.84
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EntityViews.SourceGenerators", "src\EntityViews.SourceGenerators\EntityViews.SourceGenerators.csproj", "{67B24982-BB74-4C89-92FA-67D7CEBCD2E7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{22CCF5E5-FCED-4188-877D-CB6C65203B85}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F1C9D7CF-A8B0-45B6-85D4-E7D6B441D05E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Models", "samples\Models\Models.csproj", "{5FDB9515-7A26-4C6F-9CD4-F3D98BAF1FD6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MauiApp1", "samples\MauiApp1\MauiApp1.csproj", "{77C0522B-B02B-49D4-9F10-D0F5C4553845}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{67B24982-BB74-4C89-92FA-67D7CEBCD2E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B24982-BB74-4C89-92FA-67D7CEBCD2E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67B24982-BB74-4C89-92FA-67D7CEBCD2E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B24982-BB74-4C89-92FA-67D7CEBCD2E7}.Release|Any CPU.Build.0 = Release|Any CPU
{5FDB9515-7A26-4C6F-9CD4-F3D98BAF1FD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FDB9515-7A26-4C6F-9CD4-F3D98BAF1FD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FDB9515-7A26-4C6F-9CD4-F3D98BAF1FD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FDB9515-7A26-4C6F-9CD4-F3D98BAF1FD6}.Release|Any CPU.Build.0 = Release|Any CPU
{77C0522B-B02B-49D4-9F10-D0F5C4553845}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{77C0522B-B02B-49D4-9F10-D0F5C4553845}.Debug|Any CPU.Build.0 = Debug|Any CPU
{77C0522B-B02B-49D4-9F10-D0F5C4553845}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{77C0522B-B02B-49D4-9F10-D0F5C4553845}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77C0522B-B02B-49D4-9F10-D0F5C4553845}.Release|Any CPU.Build.0 = Release|Any CPU
{77C0522B-B02B-49D4-9F10-D0F5C4553845}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{5FDB9515-7A26-4C6F-9CD4-F3D98BAF1FD6} = {22CCF5E5-FCED-4188-877D-CB6C65203B85}
{77C0522B-B02B-49D4-9F10-D0F5C4553845} = {22CCF5E5-FCED-4188-877D-CB6C65203B85}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A8671049-7D2A-4C0B-B85A-F83A185BC176}
EndGlobalSection
EndGlobal