37 lines
1.9 KiB
Plaintext
37 lines
1.9 KiB
Plaintext
|
|
|
|||
|
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
|||
|
|
# Visual Studio Version 17
|
|||
|
|
VisualStudioVersion = 17.0.31903.59
|
|||
|
|
MinimumVisualStudioVersion = 10.0.40219.1
|
|||
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A3D92F4D-9346-4B7F-B78E-9BD6D240AF1B}"
|
|||
|
|
EndProject
|
|||
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpamGuard", "src\SpamGuard\SpamGuard.csproj", "{355BAD17-7ECF-40EB-A41A-37A2698F93AD}"
|
|||
|
|
EndProject
|
|||
|
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{6057AB84-9C5C-4FCA-A7D3-91A181C77DB0}"
|
|||
|
|
EndProject
|
|||
|
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SpamGuard.Tests", "tests\SpamGuard.Tests\SpamGuard.Tests.csproj", "{69B8134F-BE0F-41F0-AFEE-B551F357F462}"
|
|||
|
|
EndProject
|
|||
|
|
Global
|
|||
|
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
|||
|
|
Debug|Any CPU = Debug|Any CPU
|
|||
|
|
Release|Any CPU = Release|Any CPU
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(SolutionProperties) = preSolution
|
|||
|
|
HideSolutionNode = FALSE
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
|||
|
|
{355BAD17-7ECF-40EB-A41A-37A2698F93AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
|
{355BAD17-7ECF-40EB-A41A-37A2698F93AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
|
{355BAD17-7ECF-40EB-A41A-37A2698F93AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
|
{355BAD17-7ECF-40EB-A41A-37A2698F93AD}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
|
{69B8134F-BE0F-41F0-AFEE-B551F357F462}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|||
|
|
{69B8134F-BE0F-41F0-AFEE-B551F357F462}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|||
|
|
{69B8134F-BE0F-41F0-AFEE-B551F357F462}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|||
|
|
{69B8134F-BE0F-41F0-AFEE-B551F357F462}.Release|Any CPU.Build.0 = Release|Any CPU
|
|||
|
|
EndGlobalSection
|
|||
|
|
GlobalSection(NestedProjects) = preSolution
|
|||
|
|
{355BAD17-7ECF-40EB-A41A-37A2698F93AD} = {A3D92F4D-9346-4B7F-B78E-9BD6D240AF1B}
|
|||
|
|
{69B8134F-BE0F-41F0-AFEE-B551F357F462} = {6057AB84-9C5C-4FCA-A7D3-91A181C77DB0}
|
|||
|
|
EndGlobalSection
|
|||
|
|
EndGlobal
|