-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObjectMap.sln
More file actions
43 lines (43 loc) · 2.09 KB
/
ObjectMap.sln
File metadata and controls
43 lines (43 loc) · 2.09 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.31101.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectMap", "ObjectMap\ObjectMap.csproj", "{5A3DCD24-75AA-4572-8546-F7E093773EEC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ObjectMap.Tests", "ObjectMap.Tests\ObjectMap.Tests.csproj", "{240F188B-E717-4519-875E-98471D23BE10}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B865DCF6-8360-409B-954B-D5DF4B7B79A1}"
ProjectSection(SolutionItems) = preProject
Performance1.psess = Performance1.psess
Performance2.psess = Performance2.psess
TestSettings.testsettings = TestSettings.testsettings
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DABC24B6-B8F0-4CC8-A6E3-1C7C6A0FBA44}"
ProjectSection(SolutionItems) = preProject
.nuget\packages.config = .nuget\packages.config
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5A3DCD24-75AA-4572-8546-F7E093773EEC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A3DCD24-75AA-4572-8546-F7E093773EEC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A3DCD24-75AA-4572-8546-F7E093773EEC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A3DCD24-75AA-4572-8546-F7E093773EEC}.Release|Any CPU.Build.0 = Release|Any CPU
{240F188B-E717-4519-875E-98471D23BE10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{240F188B-E717-4519-875E-98471D23BE10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{240F188B-E717-4519-875E-98471D23BE10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{240F188B-E717-4519-875E-98471D23BE10}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal