-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXAFLogging.sln
52 lines (52 loc) · 3.29 KB
/
XAFLogging.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32922.545
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAFLogging.Module", "XAFLogging.Module\XAFLogging.Module.csproj", "{E34DF37E-0CD7-437B-B3D8-ED7673411A1F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAFLogging.Win", "XAFLogging.Win\XAFLogging.Win.csproj", "{DE833583-B5DD-42A2-B981-73C261C2BAFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XAFLogging.Blazor.Server", "XAFLogging.Blazor.Server\XAFLogging.Blazor.Server.csproj", "{C9D5FE42-E2B2-485D-8D88-0183F0D97909}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XAFLogging.Logging", "XAFLogging.Logging\XAFLogging.Logging.csproj", "{37646E6B-D599-47F5-B40E-CAD10947B23F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EasyTest|Any CPU = EasyTest|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E34DF37E-0CD7-437B-B3D8-ED7673411A1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E34DF37E-0CD7-437B-B3D8-ED7673411A1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E34DF37E-0CD7-437B-B3D8-ED7673411A1F}.EasyTest|Any CPU.ActiveCfg = EasyTest|Any CPU
{E34DF37E-0CD7-437B-B3D8-ED7673411A1F}.EasyTest|Any CPU.Build.0 = EasyTest|Any CPU
{E34DF37E-0CD7-437B-B3D8-ED7673411A1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E34DF37E-0CD7-437B-B3D8-ED7673411A1F}.Release|Any CPU.Build.0 = Release|Any CPU
{DE833583-B5DD-42A2-B981-73C261C2BAFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DE833583-B5DD-42A2-B981-73C261C2BAFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DE833583-B5DD-42A2-B981-73C261C2BAFB}.EasyTest|Any CPU.ActiveCfg = EasyTest|Any CPU
{DE833583-B5DD-42A2-B981-73C261C2BAFB}.EasyTest|Any CPU.Build.0 = EasyTest|Any CPU
{DE833583-B5DD-42A2-B981-73C261C2BAFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DE833583-B5DD-42A2-B981-73C261C2BAFB}.Release|Any CPU.Build.0 = Release|Any CPU
{C9D5FE42-E2B2-485D-8D88-0183F0D97909}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9D5FE42-E2B2-485D-8D88-0183F0D97909}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9D5FE42-E2B2-485D-8D88-0183F0D97909}.EasyTest|Any CPU.ActiveCfg = EasyTest|Any CPU
{C9D5FE42-E2B2-485D-8D88-0183F0D97909}.EasyTest|Any CPU.Build.0 = EasyTest|Any CPU
{C9D5FE42-E2B2-485D-8D88-0183F0D97909}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9D5FE42-E2B2-485D-8D88-0183F0D97909}.Release|Any CPU.Build.0 = Release|Any CPU
{37646E6B-D599-47F5-B40E-CAD10947B23F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37646E6B-D599-47F5-B40E-CAD10947B23F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37646E6B-D599-47F5-B40E-CAD10947B23F}.EasyTest|Any CPU.ActiveCfg = Debug|Any CPU
{37646E6B-D599-47F5-B40E-CAD10947B23F}.EasyTest|Any CPU.Build.0 = Debug|Any CPU
{37646E6B-D599-47F5-B40E-CAD10947B23F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37646E6B-D599-47F5-B40E-CAD10947B23F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CFD2616F-A3ED-449E-8EAC-698017049E6F}
EndGlobalSection
EndGlobal