forked from Innofactor/Xrm.Json.Serialization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXrm.Json.Serialization.sln
31 lines (31 loc) · 1.7 KB
/
Xrm.Json.Serialization.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.329
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Innofactor.Xrm.Json.Serialization", "src\Innofactor.Xrm.Json.Serialization\Innofactor.Xrm.Json.Serialization.csproj", "{19D18E8D-E967-4CBE-8822-617BD1FEEAA4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Innofactor.Xrm.Json.Serialization.Tests", "src\Innofactor.Xrm.Json.Serialization.Tests\Innofactor.Xrm.Json.Serialization.Tests.csproj", "{FFC3DF0D-024D-4193-80EB-16755A283F8E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{19D18E8D-E967-4CBE-8822-617BD1FEEAA4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{19D18E8D-E967-4CBE-8822-617BD1FEEAA4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{19D18E8D-E967-4CBE-8822-617BD1FEEAA4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{19D18E8D-E967-4CBE-8822-617BD1FEEAA4}.Release|Any CPU.Build.0 = Release|Any CPU
{FFC3DF0D-024D-4193-80EB-16755A283F8E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFC3DF0D-024D-4193-80EB-16755A283F8E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFC3DF0D-024D-4193-80EB-16755A283F8E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFC3DF0D-024D-4193-80EB-16755A283F8E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2E3B2D97-5450-4063-BC9C-08046DE625A9}
EndGlobalSection
EndGlobal