1 Star 0 Fork 0

JONVON/FreeScheduler

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
FreeScheduler.sln 5.07 KB
一键复制 编辑 原始数据 按行查看 历史
FreeSql 提交于 2023-11-16 06:17 +08:00 . update .net8.0 AOT demo

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{D820DCDF-5AE7-4B8E-9D1F-A5DDE89AFD7C}"
ProjectSection(SolutionItems) = preProject
readme.md = readme.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{0832562A-80F3-4513-AC2F-4B4DFBB04F57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreeScheduler", "FreeScheduler\FreeScheduler.csproj", "{BC83459B-20B6-4A83-9FAD-A325FAE6C46D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples_FreeScheduler_Core31", "Examples\Examples_FreeScheduler_Core31\Examples_FreeScheduler_Core31.csproj", "{6C936FD0-00B9-478F-A282-5F720A2187D6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples_FreeScheduler_VsQuartz", "Examples\Examples_FreeScheduler_VsQuartz\Examples_FreeScheduler_VsQuartz.csproj", "{478DC24E-40D8-484A-902C-94A6A9A22E4A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Examples_FreeScheduler_WinformNet40", "Examples\Examples_FreeScheduler_WinformNet40\Examples_FreeScheduler_WinformNet40.csproj", "{10CF7100-3DB2-49E9-B080-8CF7E8B89F6A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FreeScheduler_Dashboard", "FreeScheduler_Dashboard\FreeScheduler_Dashboard.csproj", "{D41FFBA1-4B6A-4773-AE69-1E99674DD4A4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples_FreeScheduler_Net80", "Examples\Examples_FreeScheduler_Net80\Examples_FreeScheduler_Net80.csproj", "{5085A933-63C5-4401-B793-69021017C3B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples_FreeScheduler_Net80_aot", "Examples\Examples_FreeScheduler_Net80_aot\Examples_FreeScheduler_Net80_aot.csproj", "{A8A67720-B505-4D2F-81EA-008C30794D63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BC83459B-20B6-4A83-9FAD-A325FAE6C46D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BC83459B-20B6-4A83-9FAD-A325FAE6C46D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BC83459B-20B6-4A83-9FAD-A325FAE6C46D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BC83459B-20B6-4A83-9FAD-A325FAE6C46D}.Release|Any CPU.Build.0 = Release|Any CPU
{6C936FD0-00B9-478F-A282-5F720A2187D6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6C936FD0-00B9-478F-A282-5F720A2187D6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6C936FD0-00B9-478F-A282-5F720A2187D6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6C936FD0-00B9-478F-A282-5F720A2187D6}.Release|Any CPU.Build.0 = Release|Any CPU
{478DC24E-40D8-484A-902C-94A6A9A22E4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{478DC24E-40D8-484A-902C-94A6A9A22E4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{478DC24E-40D8-484A-902C-94A6A9A22E4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{478DC24E-40D8-484A-902C-94A6A9A22E4A}.Release|Any CPU.Build.0 = Release|Any CPU
{10CF7100-3DB2-49E9-B080-8CF7E8B89F6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10CF7100-3DB2-49E9-B080-8CF7E8B89F6A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10CF7100-3DB2-49E9-B080-8CF7E8B89F6A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10CF7100-3DB2-49E9-B080-8CF7E8B89F6A}.Release|Any CPU.Build.0 = Release|Any CPU
{D41FFBA1-4B6A-4773-AE69-1E99674DD4A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D41FFBA1-4B6A-4773-AE69-1E99674DD4A4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D41FFBA1-4B6A-4773-AE69-1E99674DD4A4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D41FFBA1-4B6A-4773-AE69-1E99674DD4A4}.Release|Any CPU.Build.0 = Release|Any CPU
{5085A933-63C5-4401-B793-69021017C3B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5085A933-63C5-4401-B793-69021017C3B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5085A933-63C5-4401-B793-69021017C3B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5085A933-63C5-4401-B793-69021017C3B1}.Release|Any CPU.Build.0 = Release|Any CPU
{A8A67720-B505-4D2F-81EA-008C30794D63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A8A67720-B505-4D2F-81EA-008C30794D63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A8A67720-B505-4D2F-81EA-008C30794D63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A8A67720-B505-4D2F-81EA-008C30794D63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{6C936FD0-00B9-478F-A282-5F720A2187D6} = {0832562A-80F3-4513-AC2F-4B4DFBB04F57}
{478DC24E-40D8-484A-902C-94A6A9A22E4A} = {0832562A-80F3-4513-AC2F-4B4DFBB04F57}
{10CF7100-3DB2-49E9-B080-8CF7E8B89F6A} = {0832562A-80F3-4513-AC2F-4B4DFBB04F57}
{5085A933-63C5-4401-B793-69021017C3B1} = {0832562A-80F3-4513-AC2F-4B4DFBB04F57}
{A8A67720-B505-4D2F-81EA-008C30794D63} = {0832562A-80F3-4513-AC2F-4B4DFBB04F57}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23CB00AF-59EE-4479-A279-0A3AECA31FF5}
EndGlobalSection
EndGlobal
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/jonvon/FreeScheduler.git
git@gitee.com:jonvon/FreeScheduler.git
jonvon
FreeScheduler
FreeScheduler
master

搜索帮助