版本历史
14 次提交
如果出错,直接下载压缩包吧,里面是源码飞扬 提交于 2026-07-27 23:49
6ef0fd8更新 Properties/PublishProfiles/FolderProfile.pubxml飞扬 提交于 2026-07-27 23:4837bb994更新 Properties/PublishProfiles/FolderProfile.pubxml.user飞扬 提交于 2026-07-27 23:4883ad820新增 Properties/PublishProfiles/FolderProfile.pubxml.user飞扬 提交于 2026-07-27 23:47aecadef新增 Properties/PublishProfiles/FolderProfile.pubxml飞扬 提交于 2026-07-27 23:46c7f9b29删除 AuroraNote-main.zip飞扬 提交于 2026-07-27 23:453d22b97无法上传文件夹,直接用这个吧飞扬 提交于 2026-07-27 23:456523112删除 Properties飞扬 提交于 2026-07-27 23:445854094新增 Properties文件夹飞扬 提交于 2026-07-27 23:44b86c530删除 AuroraNote-main飞扬 提交于 2026-07-27 23:43aa9e685新增 AuroraNote-main\Properties飞扬 提交于 2026-07-27 23:42b39288a更新 README.md飞扬 提交于 2026-07-27 23:42dc7bd00源码飞扬 提交于 2026-07-27 23:41edc5267创建仓库飞扬 提交于 2026-07-27 23:38686d27a 提交详情
37bb994提交编号
37bb9942e0bd225101bc5dd5c574670bb75495c0提交作者飞扬<codebucket@localhost>
提交时间2026-07-27 23:48:49 +0800
更新说明更新 Properties/PublishProfiles/FolderProfile.pubxml
文件变更 1 个文件
文件新增删除
Properties/PublishProfiles/FolderProfile.pubxml+16-0文件差异 逐行查看本次提交的修改
Properties/PublishProfiles/FolderProfile.pubxml+16-0
@@ -0,0 +1,16 @@1
+<?xml version="1.0" encoding="utf-8"?>2
+<!-- https://go.microsoft.com/fwlink/?LinkID=208121. -->3
+<Project>4
+ <PropertyGroup>5
+ <Configuration>Release</Configuration>6
+ <Platform>Any CPU</Platform>7
+ <PublishDir>C:\Users\Administrator\Desktop\AUroaNote</PublishDir>8
+ <PublishProtocol>FileSystem</PublishProtocol>9
+ <_TargetId>Folder</_TargetId>10
+ <TargetFramework>net8.0-windows</TargetFramework>11
+ <RuntimeIdentifier>win-x64</RuntimeIdentifier>12
+ <SelfContained>false</SelfContained>13
+ <PublishSingleFile>true</PublishSingleFile>14
+ <PublishReadyToRun>false</PublishReadyToRun>15
+ </PropertyGroup>16
+</Project>