diff --git a/Dependencies/TRFDControl.dll b/Dependencies/TRFDControl.dll new file mode 100644 index 0000000..99a45aa Binary files /dev/null and b/Dependencies/TRFDControl.dll differ diff --git a/Dependencies/TRLevelReader.dll b/Dependencies/TRLevelReader.dll new file mode 100644 index 0000000..aaceea3 Binary files /dev/null and b/Dependencies/TRLevelReader.dll differ diff --git a/Dependencies/TRRandomizerCore.dll b/Dependencies/TRRandomizerCore.dll new file mode 100644 index 0000000..011228d Binary files /dev/null and b/Dependencies/TRRandomizerCore.dll differ diff --git a/TRSecretTester/Properties/AssemblyInfo.cs b/TRSecretTester/Properties/AssemblyInfo.cs deleted file mode 100644 index b0f1c72..0000000 --- a/TRSecretTester/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -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("TRSecretTester")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("Tomp Community")] -[assembly: AssemblyProduct("TRSecretTester")] -[assembly: AssemblyCopyright("Copyright © Tomp Community 2022")] -[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("3c0e2c33-3704-4753-a81a-d4deb0b78530")] - -// 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.1.0.0")] -[assembly: AssemblyFileVersion("1.1.0.0")] diff --git a/TRSecretTester/Properties/Resources.Designer.cs b/TRSecretTester/Properties/Resources.Designer.cs deleted file mode 100644 index 782671e..0000000 --- a/TRSecretTester/Properties/Resources.Designer.cs +++ /dev/null @@ -1,70 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - - -namespace TRSecretTester.Properties -{ - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("TRSecretTester.Properties.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { - return resourceCulture; - } - set - { - resourceCulture = value; - } - } - } -} diff --git a/TRSecretTester/Properties/Resources.resx b/TRSecretTester/Properties/Resources.resx deleted file mode 100644 index af7dbeb..0000000 --- a/TRSecretTester/Properties/Resources.resx +++ /dev/null @@ -1,117 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - \ No newline at end of file diff --git a/TRSecretTester/Properties/Settings.Designer.cs b/TRSecretTester/Properties/Settings.Designer.cs deleted file mode 100644 index b685e34..0000000 --- a/TRSecretTester/Properties/Settings.Designer.cs +++ /dev/null @@ -1,29 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - - -namespace TRSecretTester.Properties -{ - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - - private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { - return defaultInstance; - } - } - } -} diff --git a/TRSecretTester/Properties/Settings.settings b/TRSecretTester/Properties/Settings.settings deleted file mode 100644 index 3964565..0000000 --- a/TRSecretTester/Properties/Settings.settings +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/TRSecretTester/TRSecretTester.csproj b/TRSecretTester/TRSecretTester.csproj index 3ea7521..f7b0056 100644 --- a/TRSecretTester/TRSecretTester.csproj +++ b/TRSecretTester/TRSecretTester.csproj @@ -1,132 +1,46 @@ - - - + - Debug - AnyCPU - {3C0E2C33-3704-4753-A81A-D4DEB0B78530} WinExe - TRSecretTester + net472 + true + + true TRSecretTester - v4.7.2 - 512 - true - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - + True + + win-x64 secret.ico + + 1.2.0 + Tomb Raider Secret Tester + Copyright © Tomb Raider Community 2023 - - ..\packages\WindowsAPICodePack.1.1.2\lib\Microsoft.WindowsAPICodePack.dll - - - ..\packages\WindowsAPICodePack.1.1.2\lib\Microsoft.WindowsAPICodePack.ExtendedLinguisticServices.dll - - - ..\packages\WindowsAPICodePack.1.1.2\lib\Microsoft.WindowsAPICodePack.Sensors.dll - - - ..\packages\WindowsAPICodePack.1.1.2\lib\Microsoft.WindowsAPICodePack.Shell.dll - - - ..\packages\WindowsAPICodePack.1.1.2\lib\Microsoft.WindowsAPICodePack.ShellExtensions.dll - - - ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll - + + + + + - - - - - - - - - - - - ..\..\TR2-Rando\TRRandomizerView\bin\Debug\Lib\TRFDControl.dll + ..\Dependencies\TRFDControl.dll - ..\..\TR2-Rando\TRRandomizerView\bin\Debug\Lib\TRLevelReader.dll + ..\Dependencies\TRLevelReader.dll - ..\..\TR2-Rando\TRRandomizerView\bin\Debug\Lib\TRRandomizerCore.dll + ..\Dependencies\TRRandomizerCore.dll - - - Form - - - MainForm.cs - - - - - - MainForm.cs - - - ResXFileCodeGenerator - Resources.Designer.cs - Designer - - - True - Resources.resx - - + PreserveNewest - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - True - Settings.settings - True - - - - - - - - - - - rmdir /S /Q Lib - - - mkdir Lib -move /Y *.dll Lib -move /Y *.xml Lib - - \ No newline at end of file + + + + + + + diff --git a/TRSecretTester/packages.config b/TRSecretTester/packages.config deleted file mode 100644 index 39ee49e..0000000 --- a/TRSecretTester/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file