-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRestAV.sln
37 lines (37 loc) · 1.99 KB
/
RestAV.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RestAV", "RestAV\RestAV.csproj", "{D36E2145-C3E5-4B6E-8317-364D7053EE6F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nClam", "nClam\nClam.csproj", "{395B30A2-BB43-440F-8FFD-4BA8846B246A}"
EndProject
Project("{E53339B2-1760-4266-BCC7-CA923CBCF16C}") = "docker-compose", "docker-compose.dcproj", "{DC19AE7B-1A47-4C6D-BB75-689789256AAE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D36E2145-C3E5-4B6E-8317-364D7053EE6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D36E2145-C3E5-4B6E-8317-364D7053EE6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D36E2145-C3E5-4B6E-8317-364D7053EE6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D36E2145-C3E5-4B6E-8317-364D7053EE6F}.Release|Any CPU.Build.0 = Release|Any CPU
{395B30A2-BB43-440F-8FFD-4BA8846B246A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{395B30A2-BB43-440F-8FFD-4BA8846B246A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{395B30A2-BB43-440F-8FFD-4BA8846B246A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{395B30A2-BB43-440F-8FFD-4BA8846B246A}.Release|Any CPU.Build.0 = Release|Any CPU
{DC19AE7B-1A47-4C6D-BB75-689789256AAE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC19AE7B-1A47-4C6D-BB75-689789256AAE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC19AE7B-1A47-4C6D-BB75-689789256AAE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC19AE7B-1A47-4C6D-BB75-689789256AAE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9B94D104-9B7F-45DD-9C37-6C0218345F78}
EndGlobalSection
EndGlobal