返回提交历史
Renamed
XFEExtension.NetCore.XApp.Core.sln
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/AppFileCollection.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/IXAppFile.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/ImageType.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XAPPInformation.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XApp.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XAppCode.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XAppException.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XAppFile.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XAppFileType.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XAppImage.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XAppResource.cs
+1
-1
Renamed
XFEExtension.NetCore.XApp.Core/XFEExtension.NetCore.XApp.Core.csproj
+0
-0
XFEstudio/XFEExtension.NetCore.XApp.Core
项目更名为XFEExtension.NetCore.XApp.Core
3ddd47b
代码差异
13 个文件
+12
-12
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
3
3
# Visual Studio Version 17
4
4
VisualStudioVersion = 17.9.34728.123
5
5
MinimumVisualStudioVersion = 10.0.40219.1
6
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XFEExtension.NetCore.XApp", "XFEExtension.NetCore.XApp\XFEExtension.NetCore.XApp.csproj", "{C4A15B7C-2FFD-423F-9A8D-8F918F367B07}"
6
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XFEExtension.NetCore.XApp.Core", "XFEExtension.NetCore.XApp.Core\XFEExtension.NetCore.XApp.Core.csproj", "{C4A15B7C-2FFD-423F-9A8D-8F918F367B07}"
7
7
EndProject
8
8
Global
9
9
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -1,7 +1,7 @@
1
1
using System.Collections;
2
2
using System.Text.Json;
3
3
4
namespace XFEExtension.NetCore.XApp;
4
namespace XFEExtension.NetCore.XApp.Core;
5
5
6
6
/// <summary>
7
7
/// App文件集合
@@ -1,4 +1,4 @@
1
namespace XFEExtension.NetCore.XApp;
1
namespace XFEExtension.NetCore.XApp.Core;
2
2
3
3
/// <summary>
4
4
/// XApp文件
@@ -1,4 +1,4 @@
1
namespace XFEExtension.NetCore.XApp;
1
namespace XFEExtension.NetCore.XApp.Core;
2
2
3
3
/// <summary>
4
4
/// 图片格式
@@ -1,4 +1,4 @@
1
namespace XFEExtension.NetCore.XApp;
1
namespace XFEExtension.NetCore.XApp.Core;
2
2
3
3
/// <summary>
4
4
/// XApp程序信息
@@ -1,6 +1,6 @@
1
1
using XFEExtension.NetCore.FormatExtension;
2
2
3
namespace XFEExtension.NetCore.XApp;
3
namespace XFEExtension.NetCore.XApp.Core;
4
4
5
5
/// <summary>
6
6
/// XApp类
@@ -1,6 +1,6 @@
1
1
using XFEExtension.NetCore.ImplExtension;
2
2
3
namespace XFEExtension.NetCore.XApp;
3
namespace XFEExtension.NetCore.XApp.Core;
4
4
5
5
/// <summary>
6
6
/// XApp的代码文件
@@ -1,4 +1,4 @@
1
namespace XFEExtension.NetCore.XApp;
1
namespace XFEExtension.NetCore.XApp.Core;
2
2
3
3
/// <summary>
4
4
/// XApp的异常
@@ -1,6 +1,6 @@
1
1
using XFEExtension.NetCore.ImplExtension;
2
2
3
namespace XFEExtension.NetCore.XApp;
3
namespace XFEExtension.NetCore.XApp.Core;
4
4
5
5
/// <summary>
6
6
/// XApp文件
@@ -1,4 +1,4 @@
1
namespace XFEExtension.NetCore.XApp;
1
namespace XFEExtension.NetCore.XApp.Core;
2
2
3
3
/// <summary>
4
4
/// XApp的文件类型
@@ -1,6 +1,6 @@
1
1
using XFEExtension.NetCore.ImplExtension;
2
2
3
namespace XFEExtension.NetCore.XApp;
3
namespace XFEExtension.NetCore.XApp.Core;
4
4
5
5
/// <summary>
6
6
/// XApp图片文件
@@ -1,6 +1,6 @@
1
1
using XFEExtension.NetCore.ImplExtension;
2
2
3
namespace XFEExtension.NetCore.XApp;
3
namespace XFEExtension.NetCore.XApp.Core;
4
4
5
5
/// <summary>
6
6
/// XApp资源文件