-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAutomapper2.sln
37 lines (37 loc) · 2.09 KB
/
Automapper2.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.4.33213.308
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automapper2.Server", "Automapper2\Server\Automapper2.Server.csproj", "{70B04D56-CCA7-479E-8A56-0A1FA6F5114D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automapper2.Client", "Automapper2\Client\Automapper2.Client.csproj", "{A3313B56-8915-4BB7-8C18-AB2599DA7691}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Automapper2.Shared", "Automapper2\Shared\Automapper2.Shared.csproj", "{0AD140B2-03B0-4804-AC9C-5498C7881D52}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{70B04D56-CCA7-479E-8A56-0A1FA6F5114D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{70B04D56-CCA7-479E-8A56-0A1FA6F5114D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{70B04D56-CCA7-479E-8A56-0A1FA6F5114D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{70B04D56-CCA7-479E-8A56-0A1FA6F5114D}.Release|Any CPU.Build.0 = Release|Any CPU
{A3313B56-8915-4BB7-8C18-AB2599DA7691}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A3313B56-8915-4BB7-8C18-AB2599DA7691}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A3313B56-8915-4BB7-8C18-AB2599DA7691}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A3313B56-8915-4BB7-8C18-AB2599DA7691}.Release|Any CPU.Build.0 = Release|Any CPU
{0AD140B2-03B0-4804-AC9C-5498C7881D52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0AD140B2-03B0-4804-AC9C-5498C7881D52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0AD140B2-03B0-4804-AC9C-5498C7881D52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0AD140B2-03B0-4804-AC9C-5498C7881D52}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8E18E18F-4565-4671-9D23-74D8137A7C1B}
EndGlobalSection
EndGlobal