diff --git a/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater.sln b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater.sln new file mode 100644 index 00000000..daaa4efb --- /dev/null +++ b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater.sln @@ -0,0 +1,22 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Express 14 for Windows Desktop +VisualStudioVersion = 14.0.25420.1 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RevitalizeUpdater", "RevitalizeUpdater\RevitalizeUpdater.csproj", "{AB8157D0-A44B-4558-A37B-72F0BEB647E6}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {AB8157D0-A44B-4558-A37B-72F0BEB647E6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AB8157D0-A44B-4558-A37B-72F0BEB647E6}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AB8157D0-A44B-4558-A37B-72F0BEB647E6}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AB8157D0-A44B-4558-A37B-72F0BEB647E6}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/App.config b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/App.config new file mode 100644 index 00000000..8e156463 --- /dev/null +++ b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/CharmBlue.ico b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/CharmBlue.ico new file mode 100644 index 00000000..8f3618bf Binary files /dev/null and b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/CharmBlue.ico differ diff --git a/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/Program.cs b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/Program.cs new file mode 100644 index 00000000..fa842af3 --- /dev/null +++ b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/Program.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace RevitalizeUpdater +{ + class Program + { + static void Main() + { + System.Diagnostics.Process proc = new System.Diagnostics.Process(); + proc.StartInfo.FileName = "C:\\Users\\owner\\Desktop\\games\\Stardew_stuff\\XNB\\UpdateAndRunStardew.bat"; + proc.StartInfo.WorkingDirectory = "C:\\Users\\owner\\Desktop\\games\\Stardew_stuff\\XNB"; + proc.Start(); + } + } +} diff --git a/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/Properties/AssemblyInfo.cs b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/Properties/AssemblyInfo.cs new file mode 100644 index 00000000..355505d9 --- /dev/null +++ b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/Properties/AssemblyInfo.cs @@ -0,0 +1,36 @@ +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("RevitalizeUpdater")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("RevitalizeUpdater")] +[assembly: AssemblyCopyright("Copyright © 2017")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] + +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from +// COM, set the ComVisible attribute to true on that type. +[assembly: ComVisible(false)] + +// The following GUID is for the ID of the typelib if this project is exposed to COM +[assembly: Guid("ab8157d0-a44b-4558-a37b-72f0beb647e6")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +// You can specify all the values or you can default the Build and Revision Numbers +// by using the '*' as shown below: +// [assembly: AssemblyVersion("1.0.*")] +[assembly: AssemblyVersion("1.0.0.0")] +[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater.csproj b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater.csproj new file mode 100644 index 00000000..ddb4683c --- /dev/null +++ b/Revitalize/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater/RevitalizeUpdater.csproj @@ -0,0 +1,101 @@ + + + + + Debug + AnyCPU + {AB8157D0-A44B-4558-A37B-72F0BEB647E6} + WinExe + Properties + RevitalizeUpdater + RevitalizeUpdater + v4.5 + 512 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + + + AnyCPU + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + AnyCPU + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + + + + true + + + + + + CharmBlue.ico + + + + + + + + + + + + + + + + + + + + + False + Microsoft .NET Framework 4.5 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 + false + + + + + + + + + + \ No newline at end of file