diff --git a/WechatMediaRenamer.sln b/WechatMediaRenamer.sln new file mode 100644 index 0000000..36d7aaf --- /dev/null +++ b/WechatMediaRenamer.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Blend for Visual Studio Version 16 +VisualStudioVersion = 16.0.30717.126 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WechatMediaRenamer", "WechatMediaRenamer\WechatMediaRenamer.csproj", "{4CDBBF26-46DA-4A3C-B5A8-F4E895463F99}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {4CDBBF26-46DA-4A3C-B5A8-F4E895463F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4CDBBF26-46DA-4A3C-B5A8-F4E895463F99}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4CDBBF26-46DA-4A3C-B5A8-F4E895463F99}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4CDBBF26-46DA-4A3C-B5A8-F4E895463F99}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {D30908F1-B7E2-40A3-B59A-D8ADD122DBA9} + EndGlobalSection +EndGlobal diff --git a/WechatMediaRenamer/App.config b/WechatMediaRenamer/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/WechatMediaRenamer/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/WechatMediaRenamer/App.xaml b/WechatMediaRenamer/App.xaml new file mode 100644 index 0000000..a237902 --- /dev/null +++ b/WechatMediaRenamer/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/WechatMediaRenamer/App.xaml.cs b/WechatMediaRenamer/App.xaml.cs new file mode 100644 index 0000000..8551e37 --- /dev/null +++ b/WechatMediaRenamer/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace WechatMediaRenamer +{ + /// + /// App.xaml 的交互逻辑 + /// + public partial class App : Application + { + } +} diff --git a/WechatMediaRenamer/MainWindow.xaml b/WechatMediaRenamer/MainWindow.xaml new file mode 100644 index 0000000..e1ac3e3 --- /dev/null +++ b/WechatMediaRenamer/MainWindow.xaml @@ -0,0 +1,22 @@ + + + + + + +