-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEarlyXrm.QueryExpressionExtensions.sln
More file actions
50 lines (50 loc) · 3.18 KB
/
EarlyXrm.QueryExpressionExtensions.sln
File metadata and controls
50 lines (50 loc) · 3.18 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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EarlyXrm.QueryExpressionExtensions", "EarlyXrm.QueryExpressionExtensions\EarlyXrm.QueryExpressionExtensions.csproj", "{7125FCBE-41EB-43AB-98C7-B3D266521DBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EarlyXrm.QueryExpressionExtensions.UnitTests", "EarlyXrm.QueryExpressionExtensions.UnitTests\EarlyXrm.QueryExpressionExtensions.UnitTests.csproj", "{C5AC7F89-472E-4A40-A336-F2117B701229}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3565FC5F-5F79-40B7-82BC-1D4BB78C99DD}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
GitVersion.yml = GitVersion.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EarlyXrm.QueryExpressionExtensions.Linked", "EarlyXrm.QueryExpressionExtensions.Linked\EarlyXrm.QueryExpressionExtensions.Linked.csproj", "{C14EC0AC-CFB0-4C6E-A111-32DC334EAF4B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EarlyXrm.QueryExpressionExtensions.IntegrationTests", "EarlyXrm.QueryExpressionExtensions.IntegrationTests\EarlyXrm.QueryExpressionExtensions.IntegrationTests.csproj", "{C6A132DB-F186-4B0E-822F-EB66CE110315}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7125FCBE-41EB-43AB-98C7-B3D266521DBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7125FCBE-41EB-43AB-98C7-B3D266521DBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7125FCBE-41EB-43AB-98C7-B3D266521DBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7125FCBE-41EB-43AB-98C7-B3D266521DBD}.Release|Any CPU.Build.0 = Release|Any CPU
{C5AC7F89-472E-4A40-A336-F2117B701229}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5AC7F89-472E-4A40-A336-F2117B701229}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5AC7F89-472E-4A40-A336-F2117B701229}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5AC7F89-472E-4A40-A336-F2117B701229}.Release|Any CPU.Build.0 = Release|Any CPU
{C14EC0AC-CFB0-4C6E-A111-32DC334EAF4B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C14EC0AC-CFB0-4C6E-A111-32DC334EAF4B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C14EC0AC-CFB0-4C6E-A111-32DC334EAF4B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C14EC0AC-CFB0-4C6E-A111-32DC334EAF4B}.Release|Any CPU.Build.0 = Release|Any CPU
{C6A132DB-F186-4B0E-822F-EB66CE110315}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C6A132DB-F186-4B0E-822F-EB66CE110315}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C6A132DB-F186-4B0E-822F-EB66CE110315}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C6A132DB-F186-4B0E-822F-EB66CE110315}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6D879F10-0124-4CDA-A31E-6DABA7E51AD9}
EndGlobalSection
EndGlobal