diff --git a/README.md b/README.md index b3d49d0..3e5313d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# autoupload - +# autoupload + 舞萌dx自动更新工具 \ No newline at end of file diff --git a/nya.ico b/nya.ico new file mode 100644 index 0000000..c3e3db0 Binary files /dev/null and b/nya.ico differ diff --git a/update.csproj b/update.csproj new file mode 100644 index 0000000..407f569 --- /dev/null +++ b/update.csproj @@ -0,0 +1,26 @@ + + + + Exe + net8.0 + enable + enable + Program + + + win-x64 + x64 + true + true + + + $(MSBuildProjectDirectory)\OUT\ + + + + + + + + + diff --git a/update.sln b/update.sln new file mode 100644 index 0000000..6221d4e --- /dev/null +++ b/update.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.14.36414.22 d17.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "update", "update.csproj", "{18C4FCCE-7212-FFDF-0A93-E7B99FA42662}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {18C4FCCE-7212-FFDF-0A93-E7B99FA42662}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {18C4FCCE-7212-FFDF-0A93-E7B99FA42662}.Debug|Any CPU.Build.0 = Debug|Any CPU + {18C4FCCE-7212-FFDF-0A93-E7B99FA42662}.Release|Any CPU.ActiveCfg = Release|Any CPU + {18C4FCCE-7212-FFDF-0A93-E7B99FA42662}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {A8326E7B-4DBC-4A9B-8869-EB3A3CEE683F} + EndGlobalSection +EndGlobal