-
Notifications
You must be signed in to change notification settings - Fork 0
/
cx.Utilities.sln
37 lines (37 loc) · 2.06 KB
/
cx.Utilities.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cx.Utilities", "cx.Utilities\cx.Utilities.csproj", "{6753E3D1-D014-49C8-8624-B37E7B216159}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cx.Mvc.Utilities", "cx.Mvc.Utilities\cx.Mvc.Utilities.csproj", "{3823CD05-97D2-4CB3-9A39-FDF0803D5DDE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cx.Utilities.Core", "cx.Utilities.Core\cx.Utilities.Core.csproj", "{A0256579-4631-49F4-911F-62BB3C4A2C74}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6753E3D1-D014-49C8-8624-B37E7B216159}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6753E3D1-D014-49C8-8624-B37E7B216159}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6753E3D1-D014-49C8-8624-B37E7B216159}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6753E3D1-D014-49C8-8624-B37E7B216159}.Release|Any CPU.Build.0 = Release|Any CPU
{3823CD05-97D2-4CB3-9A39-FDF0803D5DDE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3823CD05-97D2-4CB3-9A39-FDF0803D5DDE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3823CD05-97D2-4CB3-9A39-FDF0803D5DDE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3823CD05-97D2-4CB3-9A39-FDF0803D5DDE}.Release|Any CPU.Build.0 = Release|Any CPU
{A0256579-4631-49F4-911F-62BB3C4A2C74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0256579-4631-49F4-911F-62BB3C4A2C74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0256579-4631-49F4-911F-62BB3C4A2C74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0256579-4631-49F4-911F-62BB3C4A2C74}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F4BC2279-B840-4604-B650-7836ADDCE7C9}
EndGlobalSection
EndGlobal