forked from HeathHopkins/AkavacheLite
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathXrm.Persistent.Collections.sln
31 lines (31 loc) · 1.72 KB
/
Xrm.Persistent.Collections.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.27130.2010
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Innofactor.Xrm.Persistent.Collections", "Innofactor.Xrm.Persistent.Collections\Innofactor.Xrm.Persistent.Collections.csproj", "{E7314541-3D26-4C7B-AA5A-50C8E5635A25}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Innofactor.Xrm.Persistent.Collections.Tests", "Innofactor.Xrm.Persistent.Collections.Tests\Innofactor.Xrm.Persistent.Collections.Tests.csproj", "{9A55B207-FF9A-479B-9A63-1B03531A5AA3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7314541-3D26-4C7B-AA5A-50C8E5635A25}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7314541-3D26-4C7B-AA5A-50C8E5635A25}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7314541-3D26-4C7B-AA5A-50C8E5635A25}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7314541-3D26-4C7B-AA5A-50C8E5635A25}.Release|Any CPU.Build.0 = Release|Any CPU
{9A55B207-FF9A-479B-9A63-1B03531A5AA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9A55B207-FF9A-479B-9A63-1B03531A5AA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9A55B207-FF9A-479B-9A63-1B03531A5AA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9A55B207-FF9A-479B-9A63-1B03531A5AA3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DC3DF4B1-AA32-4A94-A736-84DD6BABA957}
EndGlobalSection
EndGlobal