diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-09-20 09:10:08 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-09-21 18:03:22 +0200 |
commit | d6701e8979292834cd50abc78e8beafea7c7be8c (patch) | |
tree | 0d864e254c33443402747ea15347dac0ab95fb5e /windows/nDPI.sln | |
parent | 3db6413ab08516d5c939611f254dbcff0c09bf5d (diff) |
Build ndpiReader and run regression tests.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Signed-off-by: lns <matzeton@googlemail.com>
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'windows/nDPI.sln')
-rw-r--r-- | windows/nDPI.sln | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/windows/nDPI.sln b/windows/nDPI.sln index 23caaf218..84016d6ba 100644 --- a/windows/nDPI.sln +++ b/windows/nDPI.sln @@ -8,10 +8,13 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 + Debug-ndpiReader|x64 = Debug-ndpiReader|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {7331961B-A2B5-45B1-B144-AFDEFBB0EB01}.Debug|x64.ActiveCfg = Debug|x64 {7331961B-A2B5-45B1-B144-AFDEFBB0EB01}.Debug|x64.Build.0 = Debug|x64 + {7331961B-A2B5-45B1-B144-AFDEFBB0EB01}.Debug-ndpiReader|x64.ActiveCfg = Debug-ndpiReader|x64 + {7331961B-A2B5-45B1-B144-AFDEFBB0EB01}.Debug-ndpiReader|x64.Build.0 = Debug-ndpiReader|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |