加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Rubyer.sln 2.67 KB
一键复制 编辑 原始数据 按行查看 历史
wuwuwu 提交于 2023-05-22 10:38 . update readme.md

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32516.85
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RubyerDemo", "RubyerDemo\RubyerDemo.csproj", "{4DD1AA70-B38F-4802-BCD9-EF5E20544A32}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Rubyer", "Rubyer\Rubyer.csproj", "{FB8F90B1-3C00-4DEB-9824-890BF86671F8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{84664D0A-545B-4CEB-BB07-AF5EC04F7FE7}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
pack.ps1 = pack.ps1
README.md = README.md
Settings.XamlStyler = Settings.XamlStyler
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tools", "Tools", "{E6D16AB3-0893-4C32-8EE8-1DAD8A51BEAB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RemixIconCodeGenerator", "Tools\RemixIconCodeGenerator\RemixIconCodeGenerator.csproj", "{F9CAA4BB-44FC-4B56-9489-98CAA5F2E18C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4DD1AA70-B38F-4802-BCD9-EF5E20544A32}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4DD1AA70-B38F-4802-BCD9-EF5E20544A32}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4DD1AA70-B38F-4802-BCD9-EF5E20544A32}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4DD1AA70-B38F-4802-BCD9-EF5E20544A32}.Release|Any CPU.Build.0 = Release|Any CPU
{FB8F90B1-3C00-4DEB-9824-890BF86671F8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB8F90B1-3C00-4DEB-9824-890BF86671F8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB8F90B1-3C00-4DEB-9824-890BF86671F8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB8F90B1-3C00-4DEB-9824-890BF86671F8}.Release|Any CPU.Build.0 = Release|Any CPU
{F9CAA4BB-44FC-4B56-9489-98CAA5F2E18C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9CAA4BB-44FC-4B56-9489-98CAA5F2E18C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9CAA4BB-44FC-4B56-9489-98CAA5F2E18C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9CAA4BB-44FC-4B56-9489-98CAA5F2E18C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F9CAA4BB-44FC-4B56-9489-98CAA5F2E18C} = {E6D16AB3-0893-4C32-8EE8-1DAD8A51BEAB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F8F77C95-4604-47DB-B555-D9A61D47FDB3}
EndGlobalSection
EndGlobal
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化