-
Notifications
You must be signed in to change notification settings - Fork 0
/
TypeProvider.sln
37 lines (37 loc) · 2.05 KB
/
TypeProvider.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeProvider", "TypeProvider\TypeProvider.csproj", "{2817B228-5F7F-43C0-BD06-6349139EBB47}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TypeProvider.Attributes", "TypeProvider.Attributes\TypeProvider.Attributes.csproj", "{8EC7576D-05D9-4476-97B4-7924E698D4AB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Example", "Example\Example.csproj", "{148F8F6A-4E78-459C-824A-8B8E27FF81EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2817B228-5F7F-43C0-BD06-6349139EBB47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2817B228-5F7F-43C0-BD06-6349139EBB47}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2817B228-5F7F-43C0-BD06-6349139EBB47}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2817B228-5F7F-43C0-BD06-6349139EBB47}.Release|Any CPU.Build.0 = Release|Any CPU
{8EC7576D-05D9-4476-97B4-7924E698D4AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8EC7576D-05D9-4476-97B4-7924E698D4AB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8EC7576D-05D9-4476-97B4-7924E698D4AB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8EC7576D-05D9-4476-97B4-7924E698D4AB}.Release|Any CPU.Build.0 = Release|Any CPU
{148F8F6A-4E78-459C-824A-8B8E27FF81EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{148F8F6A-4E78-459C-824A-8B8E27FF81EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{148F8F6A-4E78-459C-824A-8B8E27FF81EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{148F8F6A-4E78-459C-824A-8B8E27FF81EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8FD87532-7764-4DA9-B5BF-7034E16CB3A4}
EndGlobalSection
EndGlobal