-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAptivestigate.sln
64 lines (64 loc) · 3.97 KB
/
Aptivestigate.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
53
54
55
56
57
58
59
60
61
62
63
64
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35506.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aptivestigate", "public\Aptivestigate\Aptivestigate.csproj", "{F7CEFB94-1CBB-4968-B9DB-499CCFCED4CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aptivestigate.Log4Net", "public\Aptivestigate.Log4Net\Aptivestigate.Log4Net.csproj", "{D6467706-D49B-4BB5-B67E-70278579EFBF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aptivestigate.Serilog", "public\Aptivestigate.Serilog\Aptivestigate.Serilog.csproj", "{B1CF075E-6A7B-4D9B-ACED-427B6935DC5D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aptivestigate.NLog", "public\Aptivestigate.NLog\Aptivestigate.NLog.csproj", "{C17EEF49-F3C3-48AD-A7BB-6D14A9B5F8FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Public", "Public", "{FB6A4D8D-4427-49E7-8930-B742261B2CBF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Private", "Private", "{3ADC90D5-DA7F-4947-976A-84F4979B6FB7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Assets", "Assets", "{21A474CC-D828-4FB4-AB7A-DBFEBC521EF4}"
ProjectSection(SolutionItems) = preProject
CHANGES = CHANGES
CHANGES.TITLE = CHANGES.TITLE
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aptivestigate.Demo", "private\Aptivestigate.Demo\Aptivestigate.Demo.csproj", "{914E3A7C-D59C-4D64-8DAA-58AEB203AB21}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F7CEFB94-1CBB-4968-B9DB-499CCFCED4CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7CEFB94-1CBB-4968-B9DB-499CCFCED4CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7CEFB94-1CBB-4968-B9DB-499CCFCED4CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7CEFB94-1CBB-4968-B9DB-499CCFCED4CD}.Release|Any CPU.Build.0 = Release|Any CPU
{D6467706-D49B-4BB5-B67E-70278579EFBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D6467706-D49B-4BB5-B67E-70278579EFBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D6467706-D49B-4BB5-B67E-70278579EFBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D6467706-D49B-4BB5-B67E-70278579EFBF}.Release|Any CPU.Build.0 = Release|Any CPU
{B1CF075E-6A7B-4D9B-ACED-427B6935DC5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1CF075E-6A7B-4D9B-ACED-427B6935DC5D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1CF075E-6A7B-4D9B-ACED-427B6935DC5D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1CF075E-6A7B-4D9B-ACED-427B6935DC5D}.Release|Any CPU.Build.0 = Release|Any CPU
{C17EEF49-F3C3-48AD-A7BB-6D14A9B5F8FF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C17EEF49-F3C3-48AD-A7BB-6D14A9B5F8FF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C17EEF49-F3C3-48AD-A7BB-6D14A9B5F8FF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C17EEF49-F3C3-48AD-A7BB-6D14A9B5F8FF}.Release|Any CPU.Build.0 = Release|Any CPU
{914E3A7C-D59C-4D64-8DAA-58AEB203AB21}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{914E3A7C-D59C-4D64-8DAA-58AEB203AB21}.Debug|Any CPU.Build.0 = Debug|Any CPU
{914E3A7C-D59C-4D64-8DAA-58AEB203AB21}.Release|Any CPU.ActiveCfg = Release|Any CPU
{914E3A7C-D59C-4D64-8DAA-58AEB203AB21}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F7CEFB94-1CBB-4968-B9DB-499CCFCED4CD} = {FB6A4D8D-4427-49E7-8930-B742261B2CBF}
{D6467706-D49B-4BB5-B67E-70278579EFBF} = {FB6A4D8D-4427-49E7-8930-B742261B2CBF}
{B1CF075E-6A7B-4D9B-ACED-427B6935DC5D} = {FB6A4D8D-4427-49E7-8930-B742261B2CBF}
{C17EEF49-F3C3-48AD-A7BB-6D14A9B5F8FF} = {FB6A4D8D-4427-49E7-8930-B742261B2CBF}
{914E3A7C-D59C-4D64-8DAA-58AEB203AB21} = {3ADC90D5-DA7F-4947-976A-84F4979B6FB7}
EndGlobalSection
EndGlobal