-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThisClass.sln
49 lines (49 loc) · 2.9 KB
/
ThisClass.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31424.327
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ThisClass", "src\ThisClass\ThisClass.csproj", "{166024C9-0383-4D57-89F2-716F490564A2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{BB892CE9-F5B0-44E8-B76B-395C1F8E62BE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp", "samples\SampleApp\SampleApp.csproj", "{99F0CFE0-27CB-4290-A28E-F26A55D034D8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SampleApp.NLog", "samples\SampleApp.NLog\SampleApp.NLog.csproj", "{41A67F67-91C2-4F0A-A7F8-48DB335E9979}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NLog.Extensions.ThisClass", "src\NLog.Extensions.ThisClass\NLog.Extensions.ThisClass.csproj", "{027CAF7A-1312-44B8-A122-3AD80716C8C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{166024C9-0383-4D57-89F2-716F490564A2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{166024C9-0383-4D57-89F2-716F490564A2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{166024C9-0383-4D57-89F2-716F490564A2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{166024C9-0383-4D57-89F2-716F490564A2}.Release|Any CPU.Build.0 = Release|Any CPU
{99F0CFE0-27CB-4290-A28E-F26A55D034D8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{99F0CFE0-27CB-4290-A28E-F26A55D034D8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{99F0CFE0-27CB-4290-A28E-F26A55D034D8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{99F0CFE0-27CB-4290-A28E-F26A55D034D8}.Release|Any CPU.Build.0 = Release|Any CPU
{41A67F67-91C2-4F0A-A7F8-48DB335E9979}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{41A67F67-91C2-4F0A-A7F8-48DB335E9979}.Debug|Any CPU.Build.0 = Debug|Any CPU
{41A67F67-91C2-4F0A-A7F8-48DB335E9979}.Release|Any CPU.ActiveCfg = Release|Any CPU
{41A67F67-91C2-4F0A-A7F8-48DB335E9979}.Release|Any CPU.Build.0 = Release|Any CPU
{027CAF7A-1312-44B8-A122-3AD80716C8C3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{027CAF7A-1312-44B8-A122-3AD80716C8C3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{027CAF7A-1312-44B8-A122-3AD80716C8C3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{027CAF7A-1312-44B8-A122-3AD80716C8C3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{99F0CFE0-27CB-4290-A28E-F26A55D034D8} = {BB892CE9-F5B0-44E8-B76B-395C1F8E62BE}
{41A67F67-91C2-4F0A-A7F8-48DB335E9979} = {BB892CE9-F5B0-44E8-B76B-395C1F8E62BE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2670552D-60C2-46A8-96E8-1D131AA51F53}
EndGlobalSection
EndGlobal