-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAurochses.Data.AutoMapper.sln
39 lines (39 loc) · 2.11 KB
/
Aurochses.Data.AutoMapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28010.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{941793B5-F14B-4893-A6B9-A3EA7CAC0380}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{DE8F2A5C-8A38-45DF-85BA-83B1B0B47C52}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurochses.Data.AutoMapper", "src\Aurochses.Data.AutoMapper\Aurochses.Data.AutoMapper.csproj", "{1FE2126E-F2B9-4109-898A-209FA35F56C0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aurochses.Data.AutoMapper.Tests", "test\Aurochses.Data.AutoMapper.Tests\Aurochses.Data.AutoMapper.Tests.csproj", "{180D7335-2A6C-431F-8ED5-EEAF043FF522}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FE2126E-F2B9-4109-898A-209FA35F56C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FE2126E-F2B9-4109-898A-209FA35F56C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FE2126E-F2B9-4109-898A-209FA35F56C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FE2126E-F2B9-4109-898A-209FA35F56C0}.Release|Any CPU.Build.0 = Release|Any CPU
{180D7335-2A6C-431F-8ED5-EEAF043FF522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{180D7335-2A6C-431F-8ED5-EEAF043FF522}.Debug|Any CPU.Build.0 = Debug|Any CPU
{180D7335-2A6C-431F-8ED5-EEAF043FF522}.Release|Any CPU.ActiveCfg = Release|Any CPU
{180D7335-2A6C-431F-8ED5-EEAF043FF522}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1FE2126E-F2B9-4109-898A-209FA35F56C0} = {941793B5-F14B-4893-A6B9-A3EA7CAC0380}
{180D7335-2A6C-431F-8ED5-EEAF043FF522} = {DE8F2A5C-8A38-45DF-85BA-83B1B0B47C52}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8EDB9D4D-3A7D-4FED-B63C-2CA7D284B0A7}
EndGlobalSection
EndGlobal