-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakeTypesPublic.sln
45 lines (45 loc) · 2.39 KB
/
MakeTypesPublic.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30608.117
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeTypesPublic", "MakeTypesPublic\MakeTypesPublic.csproj", "{F1B6B24B-17E7-41BF-B344-4F4058A9391F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MakeTypesPublic.Tests", "MakeTypesPublic.Tests\MakeTypesPublic.Tests.csproj", "{518BDF51-4C44-4AF1-8F29-8E1104E66F4D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lib", "Lib\Lib.csproj", "{801C0C32-9FB8-4F0E-8C19-99431E8EA1CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8499492-FB13-4616-9714-74D73C42FB00}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
Icon.png = Icon.png
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
{F1B6B24B-17E7-41BF-B344-4F4058A9391F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1B6B24B-17E7-41BF-B344-4F4058A9391F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1B6B24B-17E7-41BF-B344-4F4058A9391F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1B6B24B-17E7-41BF-B344-4F4058A9391F}.Release|Any CPU.Build.0 = Release|Any CPU
{518BDF51-4C44-4AF1-8F29-8E1104E66F4D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{518BDF51-4C44-4AF1-8F29-8E1104E66F4D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{518BDF51-4C44-4AF1-8F29-8E1104E66F4D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{518BDF51-4C44-4AF1-8F29-8E1104E66F4D}.Release|Any CPU.Build.0 = Release|Any CPU
{801C0C32-9FB8-4F0E-8C19-99431E8EA1CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{801C0C32-9FB8-4F0E-8C19-99431E8EA1CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{801C0C32-9FB8-4F0E-8C19-99431E8EA1CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{801C0C32-9FB8-4F0E-8C19-99431E8EA1CB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {09268ED7-660E-487E-A8A1-BF798A9E3D22}
EndGlobalSection
EndGlobal