-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathClamAV.Net.sln
45 lines (45 loc) · 2.26 KB
/
ClamAV.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30002.166
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClamAV.Net", "src\ClamAV.Net\ClamAV.Net.csproj", "{4E284927-EFC1-443E-BC27-D598404ACE71}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{20BC7063-5389-4D9E-B802-1C70D328A746}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{BA92774B-F01E-41E2-BF4F-60A70D676DDD}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
LICENSE = LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{A7E49863-162E-4A8F-BF0B-C99F2E074D53}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClamAV.Net.Tests", "tests\ClamAV.Net.Tests\ClamAV.Net.Tests.csproj", "{25A11D7F-083D-41FA-89BF-57717A0C6803}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E284927-EFC1-443E-BC27-D598404ACE71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E284927-EFC1-443E-BC27-D598404ACE71}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E284927-EFC1-443E-BC27-D598404ACE71}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E284927-EFC1-443E-BC27-D598404ACE71}.Release|Any CPU.Build.0 = Release|Any CPU
{25A11D7F-083D-41FA-89BF-57717A0C6803}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25A11D7F-083D-41FA-89BF-57717A0C6803}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25A11D7F-083D-41FA-89BF-57717A0C6803}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25A11D7F-083D-41FA-89BF-57717A0C6803}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E284927-EFC1-443E-BC27-D598404ACE71} = {20BC7063-5389-4D9E-B802-1C70D328A746}
{25A11D7F-083D-41FA-89BF-57717A0C6803} = {A7E49863-162E-4A8F-BF0B-C99F2E074D53}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BC5A9FC9-9C1B-443A-BF53-2508B38FF723}
EndGlobalSection
EndGlobal