-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVertizens.TypeMapper.sln
More file actions
45 lines (45 loc) · 2.33 KB
/
Vertizens.TypeMapper.sln
File metadata and controls
45 lines (45 loc) · 2.33 KB
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 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Vertizens.TypeMapper", "src\Vertizens.TypeMapper\Vertizens.TypeMapper.csproj", "{D4BE80DC-13D5-4E20-85BE-4B896BCC48EE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{38CEFA83-A730-4526-87CD-1E0A68BB9830}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6514DA9D-3833-4C3F-8CFC-AB93E76F43DB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Vertizens.TypeMapper.Tests", "tests\Vertizens.TypeMapper.Tests\Vertizens.TypeMapper.Tests.csproj", "{78AE100A-9AC4-4C3F-936C-010FAF76AC0C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A33AD1C7-E1B0-403F-8C50-4D0E4D02A29C}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
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
{D4BE80DC-13D5-4E20-85BE-4B896BCC48EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D4BE80DC-13D5-4E20-85BE-4B896BCC48EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4BE80DC-13D5-4E20-85BE-4B896BCC48EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4BE80DC-13D5-4E20-85BE-4B896BCC48EE}.Release|Any CPU.Build.0 = Release|Any CPU
{78AE100A-9AC4-4C3F-936C-010FAF76AC0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78AE100A-9AC4-4C3F-936C-010FAF76AC0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78AE100A-9AC4-4C3F-936C-010FAF76AC0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78AE100A-9AC4-4C3F-936C-010FAF76AC0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D4BE80DC-13D5-4E20-85BE-4B896BCC48EE} = {38CEFA83-A730-4526-87CD-1E0A68BB9830}
{78AE100A-9AC4-4C3F-936C-010FAF76AC0C} = {6514DA9D-3833-4C3F-8CFC-AB93E76F43DB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {54A23FE1-3048-4926-9804-D6D9231BBA34}
EndGlobalSection
EndGlobal