diff options
author | mark andrews <mandrews@liveaction.com> | 2022-09-11 11:51:06 -0700 |
---|---|---|
committer | Toni <matzeton@googlemail.com> | 2022-09-21 18:03:22 +0200 |
commit | 5d5b46e5140d046e68e95be02ecb421d330b8b32 (patch) | |
tree | beccb90de34a6e601c9bdf5eff2c4dd1444a4021 /windows/nDPI.sln | |
parent | 03d217eae60c45288131676b736a9d7ece1baca2 (diff) |
Add proj and sln for compile of dynamic x64 lib under Visual Studio 2019.
* add CI support via MSBuild
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'windows/nDPI.sln')
-rw-r--r-- | windows/nDPI.sln | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/windows/nDPI.sln b/windows/nDPI.sln new file mode 100644 index 000000000..e98141873 --- /dev/null +++ b/windows/nDPI.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.32126.315 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nDPI", "nDPI.vcxproj", "{7331961B-A2B5-45B1-B144-AFDEFBB0EB01}" +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 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {ED429DB6-BA49-4281-943C-0E57E33B5735} + EndGlobalSection +EndGlobal |