Skip to content

Commit

Permalink
Fixed some old assembly references
Browse files Browse the repository at this point in the history
  • Loading branch information
baaron4 committed Jun 23, 2018
1 parent 474ff1b commit 92dbf4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LuckParser.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Global
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6135677E-6C0E-42DE-925E-1995E52E5AC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6135677E-6C0E-42DE-925E-1995E52E5AC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6135677E-6C0E-42DE-925E-1995E52E5AC5}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{6135677E-6C0E-42DE-925E-1995E52E5AC5}.Debug|Any CPU.Build.0 = Release|Any CPU
{6135677E-6C0E-42DE-925E-1995E52E5AC5}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{6135677E-6C0E-42DE-925E-1995E52E5AC5}.Release|Any CPU.Build.0 = Debug|Any CPU
{6135677E-6C0E-42DE-925E-1995E52E5AC5}.Release|Any CPU.Deploy.0 = Debug|Any CPU
Expand Down
4 changes: 2 additions & 2 deletions LuckParser/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
// 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("LuckParser")]
[assembly: AssemblyTitle("EliteInsights")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("LuckParser")]
[assembly: AssemblyProduct("EliteInsights")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down

0 comments on commit 92dbf4e

Please sign in to comment.