-
Notifications
You must be signed in to change notification settings - Fork 0
/
LogDeferred.sln
37 lines (37 loc) · 2.07 KB
/
LogDeferred.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.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogDeferred", "LogDeferred\LogDeferred.csproj", "{CCD3201F-C4CE-43A4-AFB2-58680B8C8822}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LogDeferred.WebApplicationBuilder", "LogDeferred.WebApplicationBuilder\LogDeferred.WebApplicationBuilder.csproj", "{67B91D6A-463A-4E99-8758-E80293346C77}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tests", "Tests\Tests.csproj", "{0C3FDF5C-9E74-4D77-8FA0-440BFF87AE9A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCD3201F-C4CE-43A4-AFB2-58680B8C8822}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCD3201F-C4CE-43A4-AFB2-58680B8C8822}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCD3201F-C4CE-43A4-AFB2-58680B8C8822}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCD3201F-C4CE-43A4-AFB2-58680B8C8822}.Release|Any CPU.Build.0 = Release|Any CPU
{67B91D6A-463A-4E99-8758-E80293346C77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{67B91D6A-463A-4E99-8758-E80293346C77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{67B91D6A-463A-4E99-8758-E80293346C77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{67B91D6A-463A-4E99-8758-E80293346C77}.Release|Any CPU.Build.0 = Release|Any CPU
{0C3FDF5C-9E74-4D77-8FA0-440BFF87AE9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C3FDF5C-9E74-4D77-8FA0-440BFF87AE9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C3FDF5C-9E74-4D77-8FA0-440BFF87AE9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C3FDF5C-9E74-4D77-8FA0-440BFF87AE9A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EADD39F1-D452-4E75-BB32-FCC13D4D514F}
EndGlobalSection
EndGlobal