-
Notifications
You must be signed in to change notification settings - Fork 0
/
clam-sharp.sln
32 lines (32 loc) · 1.74 KB
/
clam-sharp.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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clam-sharp", "clam-sharp\clam-sharp.csproj", "{1CE92C3F-FDF1-430E-96C8-E739896C87BA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "clamd-sharp", "clamd-sharp\clamd-sharp.csproj", "{FB2D5012-0AEF-4310-AF73-A68A0C0434D9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "testing", "testing\testing.csproj", "{F62C5879-2709-47A6-B1E2-D0C4602FF34A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1CE92C3F-FDF1-430E-96C8-E739896C87BA}.Debug|x86.ActiveCfg = Debug|x86
{1CE92C3F-FDF1-430E-96C8-E739896C87BA}.Debug|x86.Build.0 = Debug|x86
{1CE92C3F-FDF1-430E-96C8-E739896C87BA}.Release|x86.ActiveCfg = Release|x86
{1CE92C3F-FDF1-430E-96C8-E739896C87BA}.Release|x86.Build.0 = Release|x86
{F62C5879-2709-47A6-B1E2-D0C4602FF34A}.Debug|x86.ActiveCfg = Debug|x86
{F62C5879-2709-47A6-B1E2-D0C4602FF34A}.Debug|x86.Build.0 = Debug|x86
{F62C5879-2709-47A6-B1E2-D0C4602FF34A}.Release|x86.ActiveCfg = Release|x86
{F62C5879-2709-47A6-B1E2-D0C4602FF34A}.Release|x86.Build.0 = Release|x86
{FB2D5012-0AEF-4310-AF73-A68A0C0434D9}.Debug|x86.ActiveCfg = Debug|x86
{FB2D5012-0AEF-4310-AF73-A68A0C0434D9}.Debug|x86.Build.0 = Debug|x86
{FB2D5012-0AEF-4310-AF73-A68A0C0434D9}.Release|x86.ActiveCfg = Release|x86
{FB2D5012-0AEF-4310-AF73-A68A0C0434D9}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
StartupItem = testing\testing.csproj
EndGlobalSection
EndGlobal