Skip to content

Commit

Permalink
Update Project
Browse files Browse the repository at this point in the history
  • Loading branch information
krisdb2009 committed Mar 6, 2020
1 parent bc1734f commit b34c7c8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion SuperCAL/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[assembly: AssemblyConfiguration("Release")]
[assembly: AssemblyCompany("Dylan Bickerstaff")]
[assembly: AssemblyProduct("SuperCAL")]
[assembly: AssemblyCopyright("Copyright © 2020"]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("Dylan Bickerstaff")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(true)]
Expand Down
8 changes: 4 additions & 4 deletions SuperCAL/SuperCAL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<IsWebBootstrapper>false</IsWebBootstrapper>
<TargetFrameworkProfile />
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -27,8 +29,6 @@
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
Expand All @@ -42,14 +42,14 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>portable</DebugType>
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>
</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
Expand Down

0 comments on commit b34c7c8

Please sign in to comment.