forked from schneidenbach/AutoMapper.Attributes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AutoMapper.Attributes.sln
52 lines (52 loc) · 3.65 KB
/
AutoMapper.Attributes.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
46
47
48
49
50
51
52
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoMapper.Attributes.V5", "AutoMapper.Attributes.V5\AutoMapper.Attributes.V5.csproj", "{6A6191B1-FEA5-4A40-A01A-6497EB452D92}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoMapper.Attributes.V5.Tests", "AutoMapper.Attributes.V5.Tests\AutoMapper.Attributes.V5.Tests.csproj", "{88549130-4D76-46EC-B951-10C0E29AA3B9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoMapper.Attributes.V5.TestAssembly", "AutoMapper.Attributes.V5.TestAssembly\AutoMapper.Attributes.V5.TestAssembly.csproj", "{7C9DABA1-2B33-42E9-9A2C-102DA12E7E09}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoMapper.Attributes.V4", "AutoMapper.Attributes.V4\AutoMapper.Attributes.V4.csproj", "{A6F71CAB-79CF-4A13-95D5-499ECC89C986}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoMapper.Attributes.V4.Tests", "AutoMapper.Attributes.V4.Tests\AutoMapper.Attributes.V4.Tests.csproj", "{B64D9F5E-798E-40D0-903A-922D0D1D0480}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoMapper.Attributes.V4.TestAssembly", "AutoMapper.Attributes.V4.Tests.TestAssembly\AutoMapper.Attributes.V4.TestAssembly.csproj", "{2807F09B-76C0-4C60-A13C-81ADED284CF2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6A6191B1-FEA5-4A40-A01A-6497EB452D92}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A6191B1-FEA5-4A40-A01A-6497EB452D92}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A6191B1-FEA5-4A40-A01A-6497EB452D92}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A6191B1-FEA5-4A40-A01A-6497EB452D92}.Release|Any CPU.Build.0 = Release|Any CPU
{88549130-4D76-46EC-B951-10C0E29AA3B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88549130-4D76-46EC-B951-10C0E29AA3B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88549130-4D76-46EC-B951-10C0E29AA3B9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88549130-4D76-46EC-B951-10C0E29AA3B9}.Release|Any CPU.Build.0 = Release|Any CPU
{7C9DABA1-2B33-42E9-9A2C-102DA12E7E09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C9DABA1-2B33-42E9-9A2C-102DA12E7E09}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C9DABA1-2B33-42E9-9A2C-102DA12E7E09}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C9DABA1-2B33-42E9-9A2C-102DA12E7E09}.Release|Any CPU.Build.0 = Release|Any CPU
{A6F71CAB-79CF-4A13-95D5-499ECC89C986}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A6F71CAB-79CF-4A13-95D5-499ECC89C986}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A6F71CAB-79CF-4A13-95D5-499ECC89C986}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A6F71CAB-79CF-4A13-95D5-499ECC89C986}.Release|Any CPU.Build.0 = Release|Any CPU
{B64D9F5E-798E-40D0-903A-922D0D1D0480}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B64D9F5E-798E-40D0-903A-922D0D1D0480}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B64D9F5E-798E-40D0-903A-922D0D1D0480}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B64D9F5E-798E-40D0-903A-922D0D1D0480}.Release|Any CPU.Build.0 = Release|Any CPU
{2807F09B-76C0-4C60-A13C-81ADED284CF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2807F09B-76C0-4C60-A13C-81ADED284CF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2807F09B-76C0-4C60-A13C-81ADED284CF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2807F09B-76C0-4C60-A13C-81ADED284CF2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal