-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMapster.Fluent.sln
More file actions
39 lines (39 loc) · 2.06 KB
/
Mapster.Fluent.sln
File metadata and controls
39 lines (39 loc) · 2.06 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mapster.Fluent", "src\Mapster.Fluent\Mapster.Fluent.csproj", "{D9F510B3-5956-4959-BA0F-C48CFFF0A6F7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{0F2AD43D-1FE4-4E7D-A46B-0F6812C1F814}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Mapster.Fluent.Tests", "tests\Mapster.Fluent.Tests\Mapster.Fluent.Tests.csproj", "{10E19E63-E5CA-4382-AD2A-DD0B3FB1ECBF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D9F510B3-5956-4959-BA0F-C48CFFF0A6F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D9F510B3-5956-4959-BA0F-C48CFFF0A6F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D9F510B3-5956-4959-BA0F-C48CFFF0A6F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D9F510B3-5956-4959-BA0F-C48CFFF0A6F7}.Release|Any CPU.Build.0 = Release|Any CPU
{10E19E63-E5CA-4382-AD2A-DD0B3FB1ECBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10E19E63-E5CA-4382-AD2A-DD0B3FB1ECBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10E19E63-E5CA-4382-AD2A-DD0B3FB1ECBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10E19E63-E5CA-4382-AD2A-DD0B3FB1ECBF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D9F510B3-5956-4959-BA0F-C48CFFF0A6F7} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{10E19E63-E5CA-4382-AD2A-DD0B3FB1ECBF} = {0F2AD43D-1FE4-4E7D-A46B-0F6812C1F814}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A2C97874-B6FD-4095-B94E-D74F7DB65FC1}
EndGlobalSection
EndGlobal