加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
opencvsharphelper.sln 3.11 KB
一键复制 编辑 原始数据 按行查看 历史
易极 提交于 2022-11-06 00:37 . 调整项目结构

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32519.379
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "opencvsharphelper", "opencvsharphelper\opencvsharphelper.csproj", "{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0D2BF356-F20B-48AF-B137-BB8AD8F26752}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModuleCore", "Core\src\ModuleCore.csproj", "{0D2CA736-F8B9-49A8-B436-8C97D235513D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Debug|x64.ActiveCfg = Debug|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Debug|x64.Build.0 = Debug|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Debug|x86.ActiveCfg = Debug|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Debug|x86.Build.0 = Debug|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Release|Any CPU.Build.0 = Release|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Release|x64.ActiveCfg = Release|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Release|x64.Build.0 = Release|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Release|x86.ActiveCfg = Release|Any CPU
{37750FE3-2B96-495C-B4BE-F7DABB3F3C04}.Release|x86.Build.0 = Release|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Debug|x64.ActiveCfg = Debug|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Debug|x64.Build.0 = Debug|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Debug|x86.ActiveCfg = Debug|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Debug|x86.Build.0 = Debug|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Release|Any CPU.Build.0 = Release|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Release|x64.ActiveCfg = Release|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Release|x64.Build.0 = Release|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Release|x86.ActiveCfg = Release|Any CPU
{0D2CA736-F8B9-49A8-B436-8C97D235513D}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {95B100E0-CF21-4EEB-BF60-0B410D1846C9}
EndGlobalSection
EndGlobal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化