diff options
| author | ClxS <slxxls92@gmail.com> | 2016-03-05 12:14:53 +0000 |
|---|---|---|
| committer | ClxS <slxxls92@gmail.com> | 2016-03-05 12:14:53 +0000 |
| commit | b417604466da840c1f0a4e38aeb0f63ce28d2cdf (patch) | |
| tree | cd04698081f6a8d943db854d88a7aaa17081d05e /StardewInjector/Properties | |
| parent | ed3bf29600d3e8e7cb88629bfe6da9db6339c6a8 (diff) | |
| download | SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.tar.gz SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.tar.bz2 SMAPI-b417604466da840c1f0a4e38aeb0f63ce28d2cdf.zip | |
Removed StardewInjector. That'll go in it's own testing branch when we get around trying to integrate it.
Diffstat (limited to 'StardewInjector/Properties')
| -rw-r--r-- | StardewInjector/Properties/AssemblyInfo.cs | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/StardewInjector/Properties/AssemblyInfo.cs b/StardewInjector/Properties/AssemblyInfo.cs deleted file mode 100644 index 0ba4aafe..00000000 --- a/StardewInjector/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("StardewInjector")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("StardewInjector")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[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("820406dc-ae78-461f-8c7f-6329f34f986c")] - -// 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")] |
