-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathKing.Mapper.sln
22 lines (22 loc) · 1.15 KB
/
King.Mapper.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BE3F126-67E2-43B7-82E8-A373E72EC547}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "King.Mapper", "King.Mapper\King.Mapper.csproj", "{E0A5E188-9089-47D3-96D2-97550CFC61C6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "King.Mapper.Tests", "King.Mapper.Tests\King.Mapper.Tests.csproj", "{DCB20CA0-C6E6-4A6F-ADE4-651B358B3BAC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E0A5E188-9089-47D3-96D2-97550CFC61C6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E0A5E188-9089-47D3-96D2-97550CFC61C6}.Release|Any CPU.Build.0 = Release|Any CPU
{DCB20CA0-C6E6-4A6F-ADE4-651B358B3BAC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DCB20CA0-C6E6-4A6F-ADE4-651B358B3BAC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal