-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGodelTech.Data.AutoMapper.sln
More file actions
46 lines (46 loc) · 2.77 KB
/
Copy pathGodelTech.Data.AutoMapper.sln
File metadata and controls
46 lines (46 loc) · 2.77 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
46
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
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("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GodelTech.Data.AutoMapper", "src\GodelTech.Data.AutoMapper\GodelTech.Data.AutoMapper.csproj", "{00000000-0000-0000-0000-000000000001}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GodelTech.Data.AutoMapper.Tests", "test\GodelTech.Data.AutoMapper.Tests\GodelTech.Data.AutoMapper.Tests.csproj", "{00000000-0000-0000-0000-000000000002}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GodelTech.Data.AutoMapper.IntegrationTests", "test\GodelTech.Data.AutoMapper.IntegrationTests\GodelTech.Data.AutoMapper.IntegrationTests.csproj", "{5976A043-B333-40EA-B864-7DE2ACE342DC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{00000000-0000-0000-0000-000000000001}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00000000-0000-0000-0000-000000000001}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00000000-0000-0000-0000-000000000001}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00000000-0000-0000-0000-000000000001}.Release|Any CPU.Build.0 = Release|Any CPU
{00000000-0000-0000-0000-000000000002}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00000000-0000-0000-0000-000000000002}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00000000-0000-0000-0000-000000000002}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00000000-0000-0000-0000-000000000002}.Release|Any CPU.Build.0 = Release|Any CPU
{5976A043-B333-40EA-B864-7DE2ACE342DC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5976A043-B333-40EA-B864-7DE2ACE342DC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5976A043-B333-40EA-B864-7DE2ACE342DC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5976A043-B333-40EA-B864-7DE2ACE342DC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{00000000-0000-0000-0000-000000000001} = {941793B5-F14B-4893-A6B9-A3EA7CAC0380}
{00000000-0000-0000-0000-000000000002} = {DE8F2A5C-8A38-45DF-85BA-83B1B0B47C52}
{5976A043-B333-40EA-B864-7DE2ACE342DC} = {DE8F2A5C-8A38-45DF-85BA-83B1B0B47C52}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8EDB9D4D-3A7D-4FED-B63C-2CA7D284B0A7}
EndGlobalSection
EndGlobal