forked from nanoframework/Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Reflection.sln
46 lines (46 loc) · 2.63 KB
/
Reflection.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Desktop", "Desktop", "{561ACC51-D6D4-41D8-AE0D-B6CE6472750C}"
ProjectSection(SolutionItems) = preProject
README.Desktop.md = README.Desktop.md
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CustomAttributes.Shared", "CustomAttributes.Shared\CustomAttributes.Shared.shproj", "{BD1DA1CA-02CD-490F-B15E-85C7F89581FF}"
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "CustomAttributes", "CustomAttributes\CustomAttributes.nfproj", "{3DE7F97C-6FC9-4312-8D84-0D616AB1605B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomAttributes.Desktop", "CustomAttributes.Desktop\CustomAttributes.Desktop.csproj", "{EA795157-247F-4D2E-8E06-DC7F7C69C02E}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
CustomAttributes.Shared\CustomAttributes.Shared.projitems*{bd1da1ca-02cd-490f-b15e-85c7f89581ff}*SharedItemsImports = 13
CustomAttributes.Shared\CustomAttributes.Shared.projitems*{ea795157-247f-4d2e-8e06-dc7f7c69c02e}*SharedItemsImports = 4
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3DE7F97C-6FC9-4312-8D84-0D616AB1605B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DE7F97C-6FC9-4312-8D84-0D616AB1605B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DE7F97C-6FC9-4312-8D84-0D616AB1605B}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{3DE7F97C-6FC9-4312-8D84-0D616AB1605B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DE7F97C-6FC9-4312-8D84-0D616AB1605B}.Release|Any CPU.Build.0 = Release|Any CPU
{3DE7F97C-6FC9-4312-8D84-0D616AB1605B}.Release|Any CPU.Deploy.0 = Release|Any CPU
{EA795157-247F-4D2E-8E06-DC7F7C69C02E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EA795157-247F-4D2E-8E06-DC7F7C69C02E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EA795157-247F-4D2E-8E06-DC7F7C69C02E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EA795157-247F-4D2E-8E06-DC7F7C69C02E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EA795157-247F-4D2E-8E06-DC7F7C69C02E} = {561ACC51-D6D4-41D8-AE0D-B6CE6472750C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B54D2DB0-B4B3-407F-BC9E-C49ADAFC52ED}
EndGlobalSection
EndGlobal