-
Notifications
You must be signed in to change notification settings - Fork 8
/
ClamAV.Managed.sln
90 lines (90 loc) · 5.46 KB
/
ClamAV.Managed.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamAV.Managed", "ClamAV.Managed\ClamAV.Managed.csproj", "{35282915-E7DC-4103-907E-2CE0A656F941}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamAV.Managed.Samples.Gui", "ClamAV.Managed.Samples.Gui\ClamAV.Managed.Samples.Gui.csproj", "{A115449F-E757-4AAB-90AA-3C72CE373CB5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamAV.Managed.Tests", "ClamAV.Managed.Tests\ClamAV.Managed.Tests.csproj", "{3F4B64D9-0B16-433F-B2A5-9E4EA6976F91}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{EEDA5BB1-C893-40B3-81B8-EC129E5DA5AB}"
ProjectSection(SolutionItems) = preProject
.nuget\NuGet.Config = .nuget\NuGet.Config
.nuget\NuGet.exe = .nuget\NuGet.exe
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{DF153D1B-B4B2-4F63-8E9F-9C36E1A9ECF9}"
ProjectSection(SolutionItems) = preProject
ChangeLog.md = ChangeLog.md
GPLv2.txt = GPLv2.txt
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamAV.Managed.PowerShell", "ClamAV.Managed.PowerShell\ClamAV.Managed.PowerShell.csproj", "{C1F8AE4A-FDA7-4751-A716-E359702B78E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamAV.Managed.Async", "ClamAV.Managed.Async\ClamAV.Managed.Async.csproj", "{C57118AF-07C0-4064-B5FF-69A7DE79E1E2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ClamAV.Managed.Samples.AsyncGui", "ClamAV.Managed.Samples.AsyncGui\ClamAV.Managed.Samples.AsyncGui.csproj", "{E05DB2B7-0795-4E1B-BDAE-8FCF8426B755}"
ProjectSection(ProjectDependencies) = postProject
{35282915-E7DC-4103-907E-2CE0A656F941} = {35282915-E7DC-4103-907E-2CE0A656F941}
{C57118AF-07C0-4064-B5FF-69A7DE79E1E2} = {C57118AF-07C0-4064-B5FF-69A7DE79E1E2}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Libraries", "Libraries", "{0940F4F7-D981-4709-9FB3-4E4ADE37AFF2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{AE6CD371-6CAD-4863-8E7A-3E833C7A69A8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{F6A5DFCC-1453-4A87-AFBA-C1ECCFB48694}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{9A91593B-0722-4E9B-9B06-8438DB6C4BE6}"
ProjectSection(SolutionItems) = preProject
build.bat = build.bat
build.fsx = build.fsx
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{35282915-E7DC-4103-907E-2CE0A656F941}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{35282915-E7DC-4103-907E-2CE0A656F941}.Debug|Any CPU.Build.0 = Debug|Any CPU
{35282915-E7DC-4103-907E-2CE0A656F941}.Release|Any CPU.ActiveCfg = Release|Any CPU
{35282915-E7DC-4103-907E-2CE0A656F941}.Release|Any CPU.Build.0 = Release|Any CPU
{A115449F-E757-4AAB-90AA-3C72CE373CB5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A115449F-E757-4AAB-90AA-3C72CE373CB5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A115449F-E757-4AAB-90AA-3C72CE373CB5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A115449F-E757-4AAB-90AA-3C72CE373CB5}.Release|Any CPU.Build.0 = Release|Any CPU
{3F4B64D9-0B16-433F-B2A5-9E4EA6976F91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3F4B64D9-0B16-433F-B2A5-9E4EA6976F91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3F4B64D9-0B16-433F-B2A5-9E4EA6976F91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3F4B64D9-0B16-433F-B2A5-9E4EA6976F91}.Release|Any CPU.Build.0 = Release|Any CPU
{C1F8AE4A-FDA7-4751-A716-E359702B78E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C1F8AE4A-FDA7-4751-A716-E359702B78E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C1F8AE4A-FDA7-4751-A716-E359702B78E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C1F8AE4A-FDA7-4751-A716-E359702B78E7}.Release|Any CPU.Build.0 = Release|Any CPU
{C57118AF-07C0-4064-B5FF-69A7DE79E1E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C57118AF-07C0-4064-B5FF-69A7DE79E1E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C57118AF-07C0-4064-B5FF-69A7DE79E1E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C57118AF-07C0-4064-B5FF-69A7DE79E1E2}.Release|Any CPU.Build.0 = Release|Any CPU
{E05DB2B7-0795-4E1B-BDAE-8FCF8426B755}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E05DB2B7-0795-4E1B-BDAE-8FCF8426B755}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E05DB2B7-0795-4E1B-BDAE-8FCF8426B755}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E05DB2B7-0795-4E1B-BDAE-8FCF8426B755}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{35282915-E7DC-4103-907E-2CE0A656F941} = {0940F4F7-D981-4709-9FB3-4E4ADE37AFF2}
{A115449F-E757-4AAB-90AA-3C72CE373CB5} = {AE6CD371-6CAD-4863-8E7A-3E833C7A69A8}
{3F4B64D9-0B16-433F-B2A5-9E4EA6976F91} = {F6A5DFCC-1453-4A87-AFBA-C1ECCFB48694}
{C1F8AE4A-FDA7-4751-A716-E359702B78E7} = {0940F4F7-D981-4709-9FB3-4E4ADE37AFF2}
{C57118AF-07C0-4064-B5FF-69A7DE79E1E2} = {0940F4F7-D981-4709-9FB3-4E4ADE37AFF2}
{E05DB2B7-0795-4E1B-BDAE-8FCF8426B755} = {AE6CD371-6CAD-4863-8E7A-3E833C7A69A8}
EndGlobalSection
EndGlobal