From 0887a0a22a946f921f90466227089893295dfb54 Mon Sep 17 00:00:00 2001 From: cjones Date: Fri, 4 Mar 2016 13:16:50 +0000 Subject: Deleted unwanted files. Ideally these would not be in source control. --- TrainerMod/bin/Debug/Lidgren.Network.dll | Bin 123904 -> 0 bytes .../bin/Debug/Microsoft.Xna.Framework.Xact.dll | Bin 75776 -> 0 bytes .../bin/Debug/Microsoft.Xna.Framework.Xact.xml | 283 --------------------- TrainerMod/bin/Debug/Stardew Valley.exe | Bin 2185728 -> 0 bytes TrainerMod/bin/Debug/StardewModdingAPI.exe | Bin 69120 -> 0 bytes TrainerMod/bin/Debug/StardewModdingAPI.pdb | Bin 155136 -> 0 bytes TrainerMod/bin/Debug/Steamworks.NET.dll | Bin 249856 -> 0 bytes TrainerMod/bin/Debug/TrainerMod.dll | Bin 23552 -> 0 bytes TrainerMod/bin/Debug/TrainerMod.pdb | Bin 32256 -> 0 bytes TrainerMod/bin/Debug/steam_appid.txt | 1 - TrainerMod/bin/Debug/xTile.dll | Bin 157696 -> 0 bytes 11 files changed, 284 deletions(-) delete mode 100644 TrainerMod/bin/Debug/Lidgren.Network.dll delete mode 100644 TrainerMod/bin/Debug/Microsoft.Xna.Framework.Xact.dll delete mode 100644 TrainerMod/bin/Debug/Microsoft.Xna.Framework.Xact.xml delete mode 100644 TrainerMod/bin/Debug/Stardew Valley.exe delete mode 100644 TrainerMod/bin/Debug/StardewModdingAPI.exe delete mode 100644 TrainerMod/bin/Debug/StardewModdingAPI.pdb delete mode 100644 TrainerMod/bin/Debug/Steamworks.NET.dll delete mode 100644 TrainerMod/bin/Debug/TrainerMod.dll delete mode 100644 TrainerMod/bin/Debug/TrainerMod.pdb delete mode 100644 TrainerMod/bin/Debug/steam_appid.txt delete mode 100644 TrainerMod/bin/Debug/xTile.dll (limited to 'TrainerMod/bin/Debug') diff --git a/TrainerMod/bin/Debug/Lidgren.Network.dll b/TrainerMod/bin/Debug/Lidgren.Network.dll deleted file mode 100644 index 2cd9d5b3..00000000 Binary files a/TrainerMod/bin/Debug/Lidgren.Network.dll and /dev/null differ diff --git a/TrainerMod/bin/Debug/Microsoft.Xna.Framework.Xact.dll b/TrainerMod/bin/Debug/Microsoft.Xna.Framework.Xact.dll deleted file mode 100644 index 96815795..00000000 Binary files a/TrainerMod/bin/Debug/Microsoft.Xna.Framework.Xact.dll and /dev/null differ diff --git a/TrainerMod/bin/Debug/Microsoft.Xna.Framework.Xact.xml b/TrainerMod/bin/Debug/Microsoft.Xna.Framework.Xact.xml deleted file mode 100644 index 3f5a36bf..00000000 --- a/TrainerMod/bin/Debug/Microsoft.Xna.Framework.Xact.xml +++ /dev/null @@ -1,283 +0,0 @@ - - - - - Represents a particular category of sounds. Reference page contains links to related code samples. - - - Determines whether the specified AudioCategory is equal to this AudioCategory. - AudioCategory to compare with this instance. - - - Determines whether the specified Object is equal to this AudioCategory. - Object to compare with this instance. - - - Gets the hash code for this instance. - - - Specifies the friendly name of this category. - - - Determines whether the specified AudioCategory instances are equal. - Object to the left of the equality operator. - Object to the right of the equality operator. - - - Determines whether the specified AudioCategory instances are not equal. - Object to the left of the inequality operator. - Object to the right of the inequality operator. - - - Pauses all sounds associated with this category. - - - Resumes all paused sounds associated with this category. - - - Sets the volume of all sounds associated with this category. Reference page contains links to related code samples. - Volume amplitude multiplier. volume is normally between 0.0 (silence) and 1.0 (full volume), but can range from 0.0f to float.MaxValue. Volume levels map to decibels (dB) as shown in the following table. VolumeDescription 0.0f-96 dB (silence) 1.0f +0 dB (full volume as authored) 2.0f +6 dB (6 dB greater than authored) - - - Stops all sounds associated with this category. - Enumerated value specifying how the sounds should be stopped. - - - Returns a String representation of this AudioCategory. - - - Represents the audio engine. Applications use the methods of the audio engine to instantiate and manipulate core audio objects. Reference page contains links to related code samples. - - - Initializes a new instance of this class, using a path to an XACT global settings file. - Path to a global settings file. - - - Initializes a new instance of this class, using a settings file, a specific audio renderer, and a specific speaker configuration. - Path to a global settings file. - Interactive audio and branch event look-ahead time, in milliseconds. - A string that specifies the audio renderer to use. - - - Specifies the current content version. - - - Immediately releases the unmanaged resources used by this object. - - - Immediately releases the unmanaged resources used by this object. - [MarshalAsAttribute(U1)] true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime (CLR). - - - - Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object. - - - Gets an audio category. Reference page contains links to related code samples. - Friendly name of the category to get. - - - Gets the value of a global variable. Reference page contains links to related conceptual articles. - Friendly name of the variable. - - - Gets a value that indicates whether the object is disposed. - - - Gets a collection of audio renderers. - - - Sets the value of a global variable. - Value of the global variable. - Friendly name of the global variable. - - - Performs periodic work required by the audio engine. Reference page contains links to related code samples. - - - Controls how Cue objects should stop when Stop is called. - - - Indicates the cue should stop normally, playing any release phase or transition specified in the content. - - - Indicates the cue should stop immediately, ignoring any release phase or transition specified in the content. - - - Defines methods for managing the playback of sounds. Reference page contains links to related code samples. - - - Calculates the 3D audio values between an AudioEmitter and an AudioListener object, and applies the resulting values to this Cue. Reference page contains code sample. - The listener to calculate. - The emitter to calculate. - - - Immediately releases the unmanaged resources used by this object. - - - Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime (CLR). - - - - Gets a cue-instance variable value based on its friendly name. - Friendly name of the variable. - - - Returns whether the cue has been created. - - - Gets a value indicating whether the object has been disposed. - - - Returns whether the cue is currently paused. - - - Returns whether the cue is playing. - - - Returns whether the cue is prepared to play. - - - Returns whether the cue is preparing to play. - - - Returns whether the cue is currently stopped. - - - Returns whether the cue is stopping playback. - - - Returns the friendly name of the cue. - - - Pauses playback. Reference page contains links to related code samples. - - - Requests playback of a prepared or preparing Cue. Reference page contains links to related code samples. - - - Resumes playback of a paused Cue. Reference page contains links to related code samples. - - - Sets the value of a cue-instance variable based on its friendly name. - Friendly name of the variable to set. - Value to assign to the variable. - - - Stops playback of a Cue. Reference page contains links to related code samples. - Enumerated value specifying how the sound should stop. If set to None, the sound will play any release phase or transition specified in the audio designer. If set to Immediate, the sound will stop immediately, ignoring any release phases or transitions. - - - Represents an audio renderer, which is a device that can render audio to a user. - - - Returns a value that indicates whether the current instance is equal to a specified object. - Object to compare to this object. - - - Gets the human-readable name for the renderer. - - - Gets the hash code for this instance. - - - Compares two objects to determine whether they are the same. - Object to the left of the equality operator. - Object to the right of the equality operator. - - - Compares two objects to determine whether they are different. - Object to the left of the inequality operator. - Object to the right of the inequality operator. - - - Specifies the string that identifies the renderer. - - - Retrieves a string representation of this object. - - - Represents a sound bank, which is a collection of cues. Reference page contains links to related code samples. - - - Initializes a new instance of this class using a sound bank from file. - Audio engine that will be associated with this sound bank. - Path to the sound bank file. - - - Immediately releases the unmanaged resources used by this object. - - - Immediately releases the unmanaged resources used by this object. - [MarshalAsAttribute(U1)] true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime (CLR). - - - - Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object. - - - Gets a cue from the sound bank. Reference page contains links to related code samples. - Friendly name of the cue to get. - - - Gets a value that indicates whether the object is disposed. - - - Returns whether the sound bank is currently in use. - - - Plays a cue. Reference page contains links to related code samples. - Name of the cue to play. - - - Plays a cue using 3D positional information specified in an AudioListener and AudioEmitter. Reference page contains links to related code samples. - Name of the cue to play. - AudioListener that specifies listener 3D audio information. - AudioEmitter that specifies emitter 3D audio information. - - - Represents a wave bank, which is a collection of wave files. Reference page contains links to related code samples. - - - Initializes a new, in-memory instance of this class using a specified AudioEngine and path to a wave bank file. - Instance of an AudioEngine to associate this wave bank with. - Path to the wave bank file to load. - - - Initializes a new, streaming instance of this class, using a provided AudioEngine and streaming wave bank parameters. - Instance of an AudioEngine to associate this wave bank with. - Path to the wave bank file to stream from. - Offset within the wave bank data file. This offset must be DVD sector aligned. - Stream packet size, in sectors, to use for each stream. The minimum value is 2. - - - Immediately releases the unmanaged resources used by this object. - - - Immediately releases the unmanaged resources used by this object. - [MarshalAsAttribute(U1)] true to release both managed and unmanaged resources; false to release only unmanaged resources. - - - Occurs when Dispose is called or when this object is finalized and collected by the garbage collector of the Microsoft .NET common language runtime (CLR). - - - - Allows this object to attempt to free resources and perform other cleanup operations before garbage collection reclaims the object. - - - Gets a value that indicates whether the object is disposed. - - - Returns whether the wave bank is currently in use. - - - Returns whether the wave bank is prepared to play. - - - \ No newline at end of file diff --git a/TrainerMod/bin/Debug/Stardew Valley.exe b/TrainerMod/bin/Debug/Stardew Valley.exe deleted file mode 100644 index c0e1d4be..00000000 Binary files a/TrainerMod/bin/Debug/Stardew Valley.exe and /dev/null differ diff --git a/TrainerMod/bin/Debug/StardewModdingAPI.exe b/TrainerMod/bin/Debug/StardewModdingAPI.exe deleted file mode 100644 index 64799ce6..00000000 Binary files a/TrainerMod/bin/Debug/StardewModdingAPI.exe and /dev/null differ diff --git a/TrainerMod/bin/Debug/StardewModdingAPI.pdb b/TrainerMod/bin/Debug/StardewModdingAPI.pdb deleted file mode 100644 index 59be640a..00000000 Binary files a/TrainerMod/bin/Debug/StardewModdingAPI.pdb and /dev/null differ diff --git a/TrainerMod/bin/Debug/Steamworks.NET.dll b/TrainerMod/bin/Debug/Steamworks.NET.dll deleted file mode 100644 index 06768479..00000000 Binary files a/TrainerMod/bin/Debug/Steamworks.NET.dll and /dev/null differ diff --git a/TrainerMod/bin/Debug/TrainerMod.dll b/TrainerMod/bin/Debug/TrainerMod.dll deleted file mode 100644 index bbc1f948..00000000 Binary files a/TrainerMod/bin/Debug/TrainerMod.dll and /dev/null differ diff --git a/TrainerMod/bin/Debug/TrainerMod.pdb b/TrainerMod/bin/Debug/TrainerMod.pdb deleted file mode 100644 index 259bd446..00000000 Binary files a/TrainerMod/bin/Debug/TrainerMod.pdb and /dev/null differ diff --git a/TrainerMod/bin/Debug/steam_appid.txt b/TrainerMod/bin/Debug/steam_appid.txt deleted file mode 100644 index 9fe92b96..00000000 --- a/TrainerMod/bin/Debug/steam_appid.txt +++ /dev/null @@ -1 +0,0 @@ -413150 \ No newline at end of file diff --git a/TrainerMod/bin/Debug/xTile.dll b/TrainerMod/bin/Debug/xTile.dll deleted file mode 100644 index 7a004924..00000000 Binary files a/TrainerMod/bin/Debug/xTile.dll and /dev/null differ -- cgit