forked from esskar/Serialize.Linq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Serialize.Linq.Core.sln
58 lines (58 loc) · 3.17 KB
/
Serialize.Linq.Core.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
53
54
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E603D0DB-EB3B-4189-ABEE-B8E08C24FFFE}"
ProjectSection(SolutionItems) = preProject
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serialize.Linq", "src\Serialize.Linq\Serialize.Linq.xproj", "{CE1620BD-A313-4223-B991-467DA346B2AA}"
EndProject
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Serialize.Linq.Tests", "src\Serialize.Linq.Tests\Serialize.Linq.Tests.xproj", "{45D205D1-2338-438A-A850-52A9677ECAAA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CE1620BD-A313-4223-B991-467DA346B2AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Debug|ARM.ActiveCfg = Debug|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Debug|ARM.Build.0 = Debug|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Debug|x86.ActiveCfg = Debug|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Debug|x86.Build.0 = Debug|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Release|Any CPU.Build.0 = Release|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Release|ARM.ActiveCfg = Release|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Release|ARM.Build.0 = Release|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Release|x86.ActiveCfg = Release|Any CPU
{CE1620BD-A313-4223-B991-467DA346B2AA}.Release|x86.Build.0 = Release|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Debug|ARM.ActiveCfg = Debug|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Debug|ARM.Build.0 = Debug|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Debug|x86.ActiveCfg = Debug|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Debug|x86.Build.0 = Debug|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Release|Any CPU.Build.0 = Release|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Release|ARM.ActiveCfg = Release|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Release|ARM.Build.0 = Release|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Release|x86.ActiveCfg = Release|Any CPU
{45D205D1-2338-438A-A850-52A9677ECAAA}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = Serialize.Linq.vsmdi
EndGlobalSection
EndGlobal