-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFileHandbackPipe.sln
More file actions
60 lines (60 loc) · 3.53 KB
/
FileHandbackPipe.sln
File metadata and controls
60 lines (60 loc) · 3.53 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "FileHB.BlobProcessor", "FileHB.BlobProcessor\FileHB.BlobProcessor.ccproj", "{68D17D91-E499-4E12-B8DA-DBD138B481B5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BlobProcessor", "BlobProcessor\BlobProcessor.csproj", "{8B975D37-F1C0-4C9B-9851-C92304A2C7F5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{74436EF5-BC1E-4B20-AFA5-1B369F73C5ED}"
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}") = "AzureScripts", "AzureScripts", "{C44DC7B5-EFF4-487D-BB08-13CD753FBB78}"
ProjectSection(SolutionItems) = preProject
Antimalware_config.xml = Antimalware_config.xml
InitCloudservice.ps1 = InitCloudservice.ps1
InitStorage.ps1 = InitStorage.ps1
EndProjectSection
EndProject
Project("{CC5FD16D-436D-48AD-A40C-5A424C6E3E79}") = "FileHB.VirusScanner", "FileHB.VirusScanner\FileHB.VirusScanner.ccproj", "{6628F6AE-0B75-41F1-8236-4D91E95A87CD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirusScanner", "VirusScanner\VirusScanner.csproj", "{F23F0AF2-04E1-48A0-A18B-527774D9D74E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VirusScanning", "VirusScanning\VirusScanning.csproj", "{ECC097D3-4E93-4B63-A928-EFF7BC75B543}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{68D17D91-E499-4E12-B8DA-DBD138B481B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68D17D91-E499-4E12-B8DA-DBD138B481B5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68D17D91-E499-4E12-B8DA-DBD138B481B5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68D17D91-E499-4E12-B8DA-DBD138B481B5}.Release|Any CPU.Build.0 = Release|Any CPU
{8B975D37-F1C0-4C9B-9851-C92304A2C7F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8B975D37-F1C0-4C9B-9851-C92304A2C7F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8B975D37-F1C0-4C9B-9851-C92304A2C7F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8B975D37-F1C0-4C9B-9851-C92304A2C7F5}.Release|Any CPU.Build.0 = Release|Any CPU
{6628F6AE-0B75-41F1-8236-4D91E95A87CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6628F6AE-0B75-41F1-8236-4D91E95A87CD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6628F6AE-0B75-41F1-8236-4D91E95A87CD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6628F6AE-0B75-41F1-8236-4D91E95A87CD}.Release|Any CPU.Build.0 = Release|Any CPU
{F23F0AF2-04E1-48A0-A18B-527774D9D74E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F23F0AF2-04E1-48A0-A18B-527774D9D74E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F23F0AF2-04E1-48A0-A18B-527774D9D74E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F23F0AF2-04E1-48A0-A18B-527774D9D74E}.Release|Any CPU.Build.0 = Release|Any CPU
{ECC097D3-4E93-4B63-A928-EFF7BC75B543}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECC097D3-4E93-4B63-A928-EFF7BC75B543}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECC097D3-4E93-4B63-A928-EFF7BC75B543}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECC097D3-4E93-4B63-A928-EFF7BC75B543}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal