forked from tekmaven/nClam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
nClam.sln
42 lines (42 loc) · 2.3 KB
/
nClam.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nClam", "nClam\nClam.csproj", "{4F90429F-3CB1-4972-AEC1-3A06FA8841D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nClam.ConsoleTest", "nClam.ConsoleTest\nClam.ConsoleTest.csproj", "{82DFC22E-F7F9-4EB0-BFE2-62E19CA4D78A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "nClam.Tests", "nClam.Tests\nClam.Tests.csproj", "{977109DD-3C54-495F-A6D3-B94BB667728D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Console Examples", "Console Examples", "{600E1A67-6A2F-408B-B436-4AA8480A4EBA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4F90429F-3CB1-4972-AEC1-3A06FA8841D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4F90429F-3CB1-4972-AEC1-3A06FA8841D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4F90429F-3CB1-4972-AEC1-3A06FA8841D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4F90429F-3CB1-4972-AEC1-3A06FA8841D1}.Release|Any CPU.Build.0 = Release|Any CPU
{82DFC22E-F7F9-4EB0-BFE2-62E19CA4D78A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{82DFC22E-F7F9-4EB0-BFE2-62E19CA4D78A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{82DFC22E-F7F9-4EB0-BFE2-62E19CA4D78A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{82DFC22E-F7F9-4EB0-BFE2-62E19CA4D78A}.Release|Any CPU.Build.0 = Release|Any CPU
{977109DD-3C54-495F-A6D3-B94BB667728D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{977109DD-3C54-495F-A6D3-B94BB667728D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{977109DD-3C54-495F-A6D3-B94BB667728D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{977109DD-3C54-495F-A6D3-B94BB667728D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{82DFC22E-F7F9-4EB0-BFE2-62E19CA4D78A} = {600E1A67-6A2F-408B-B436-4AA8480A4EBA}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3976ABBF-5720-41F9-899D-F5A14AEAC7F3}
EndGlobalSection
EndGlobal