1 Star 0 Fork 99

在回忆中 / DesktopApp-CefSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DesktopApp.sln 3.56 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
微厦科技 提交于 2019-09-26 18:27 . 增加调试窗的F2功能

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.106
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DesktopApp", "DesktopApp\DesktopApp.csproj", "{696A8BFE-A6D9-43A3-98F5-A863CDA9A26B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Lib", "Lib", "{8E1C1319-9C7F-4BDC-90E2-B9B381D685EA}"
ProjectSection(SolutionItems) = preProject
Lib\CefSharp.Core.dll = Lib\CefSharp.Core.dll
Lib\CefSharp.dll = Lib\CefSharp.dll
Lib\CefSharp.WinForms.dll = Lib\CefSharp.WinForms.dll
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Setup", "Setup\Setup.csproj", "{C0D277AC-7FFC-4E6D-A711-7D4C391A0BC6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Updater", "Updater\Updater.csproj", "{89BC9C84-B506-4845-91D3-EA0709A6C2AC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Confing", "Confing\Confing.csproj", "{3620187B-749F-480B-92BC-E26D10594B61}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{696A8BFE-A6D9-43A3-98F5-A863CDA9A26B}.Debug|Any CPU.ActiveCfg = Debug|x86
{696A8BFE-A6D9-43A3-98F5-A863CDA9A26B}.Debug|Any CPU.Build.0 = Debug|x86
{696A8BFE-A6D9-43A3-98F5-A863CDA9A26B}.Debug|x86.ActiveCfg = Debug|x86
{696A8BFE-A6D9-43A3-98F5-A863CDA9A26B}.Debug|x86.Build.0 = Debug|x86
{696A8BFE-A6D9-43A3-98F5-A863CDA9A26B}.Release|Any CPU.ActiveCfg = Release|x86
{696A8BFE-A6D9-43A3-98F5-A863CDA9A26B}.Release|x86.ActiveCfg = Release|x86
{696A8BFE-A6D9-43A3-98F5-A863CDA9A26B}.Release|x86.Build.0 = Release|x86
{C0D277AC-7FFC-4E6D-A711-7D4C391A0BC6}.Debug|Any CPU.ActiveCfg = Debug|x86
{C0D277AC-7FFC-4E6D-A711-7D4C391A0BC6}.Debug|x86.ActiveCfg = Debug|x86
{C0D277AC-7FFC-4E6D-A711-7D4C391A0BC6}.Debug|x86.Build.0 = Debug|x86
{C0D277AC-7FFC-4E6D-A711-7D4C391A0BC6}.Release|Any CPU.ActiveCfg = Release|x86
{C0D277AC-7FFC-4E6D-A711-7D4C391A0BC6}.Release|x86.ActiveCfg = Release|x86
{C0D277AC-7FFC-4E6D-A711-7D4C391A0BC6}.Release|x86.Build.0 = Release|x86
{89BC9C84-B506-4845-91D3-EA0709A6C2AC}.Debug|Any CPU.ActiveCfg = Debug|x86
{89BC9C84-B506-4845-91D3-EA0709A6C2AC}.Debug|x86.ActiveCfg = Debug|x86
{89BC9C84-B506-4845-91D3-EA0709A6C2AC}.Debug|x86.Build.0 = Debug|x86
{89BC9C84-B506-4845-91D3-EA0709A6C2AC}.Release|Any CPU.ActiveCfg = Release|x86
{89BC9C84-B506-4845-91D3-EA0709A6C2AC}.Release|x86.ActiveCfg = Release|x86
{89BC9C84-B506-4845-91D3-EA0709A6C2AC}.Release|x86.Build.0 = Release|x86
{3620187B-749F-480B-92BC-E26D10594B61}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3620187B-749F-480B-92BC-E26D10594B61}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3620187B-749F-480B-92BC-E26D10594B61}.Debug|x86.ActiveCfg = Debug|Any CPU
{3620187B-749F-480B-92BC-E26D10594B61}.Debug|x86.Build.0 = Debug|Any CPU
{3620187B-749F-480B-92BC-E26D10594B61}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3620187B-749F-480B-92BC-E26D10594B61}.Release|Any CPU.Build.0 = Release|Any CPU
{3620187B-749F-480B-92BC-E26D10594B61}.Release|x86.ActiveCfg = Release|Any CPU
{3620187B-749F-480B-92BC-E26D10594B61}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9D4FCFAC-556D-4F83-BDF9-265FB1AB5DF2}
EndGlobalSection
EndGlobal
C#
1
https://gitee.com/idgj/desktop-app-cef-sharp.git
git@gitee.com:idgj/desktop-app-cef-sharp.git
idgj
desktop-app-cef-sharp
DesktopApp-CefSharp
master

搜索帮助

14c37bed 8189591 565d56ea 8189591