-
Notifications
You must be signed in to change notification settings - Fork 0
/
ClamScanVM.sln
46 lines (46 loc) · 2.69 KB
/
ClamScanVM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.33808.371
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ClamScanVM", "ClamScanVM\ClamScanVM.csproj", "{C127852D-A151-4E42-8232-43BF62BD2018}"
ProjectSection(ProjectDependencies) = postProject
{BE3F6261-9FFE-439A-BDF1-BFC223A522DF} = {BE3F6261-9FFE-439A-BDF1-BFC223A522DF}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NFSLibrary", "NFSLibrary\NFSLibrary.csproj", "{BE3F6261-9FFE-439A-BDF1-BFC223A522DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AntiMalwareScanInterface", "AntiMalwareScanInterface\AntiMalwareScanInterface.csproj", "{903189B0-AC30-4603-89F0-10B5F0FECD8D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SharedResources", "SharedResources\SharedResources.csproj", "{372341CF-C2C2-4E0A-A459-27BC1A2FFFBD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C127852D-A151-4E42-8232-43BF62BD2018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C127852D-A151-4E42-8232-43BF62BD2018}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C127852D-A151-4E42-8232-43BF62BD2018}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C127852D-A151-4E42-8232-43BF62BD2018}.Release|Any CPU.Build.0 = Release|Any CPU
{BE3F6261-9FFE-439A-BDF1-BFC223A522DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE3F6261-9FFE-439A-BDF1-BFC223A522DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE3F6261-9FFE-439A-BDF1-BFC223A522DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE3F6261-9FFE-439A-BDF1-BFC223A522DF}.Release|Any CPU.Build.0 = Release|Any CPU
{903189B0-AC30-4603-89F0-10B5F0FECD8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{903189B0-AC30-4603-89F0-10B5F0FECD8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{903189B0-AC30-4603-89F0-10B5F0FECD8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{903189B0-AC30-4603-89F0-10B5F0FECD8D}.Release|Any CPU.Build.0 = Release|Any CPU
{372341CF-C2C2-4E0A-A459-27BC1A2FFFBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{372341CF-C2C2-4E0A-A459-27BC1A2FFFBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{372341CF-C2C2-4E0A-A459-27BC1A2FFFBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{372341CF-C2C2-4E0A-A459-27BC1A2FFFBD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E5B09EB5-C4DE-4174-AD2A-22D6848DCC85}
EndGlobalSection
EndGlobal