diff options
author | segfault <toni@impl.cc> | 2022-09-18 16:15:38 +0200 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-09-21 18:03:22 +0200 |
commit | 3db6413ab08516d5c939611f254dbcff0c09bf5d (patch) | |
tree | 54b2aae68ad9a8c03f027e50e64413a3b9267a31 /windows/nDPI.sln | |
parent | 50ee6768b75fd331bc82f23b2290c69e786889d0 (diff) |
Fixed VS2019 build.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'windows/nDPI.sln')
-rw-r--r-- | windows/nDPI.sln | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/windows/nDPI.sln b/windows/nDPI.sln index e98141873..23caaf218 100644 --- a/windows/nDPI.sln +++ b/windows/nDPI.sln @@ -8,13 +8,10 @@ EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|x64 = Debug|x64 - Release|x64 = Release|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}.Release|x64.ActiveCfg = Release|x64 - {7331961B-A2B5-45B1-B144-AFDEFBB0EB01}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |