Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
fix: Add reference to rsstoolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Edwards committed Sep 28, 2017
1 parent c1e2508 commit 340f9ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions AssemblyInfo.vb
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Option Strict Off
Option Explicit On

<Assembly: System.Reflection.AssemblyTitle("DNNStuff.Aggregator"), _
Assembly: System.Reflection.AssemblyDescription("DNNStuff.Aggregator - DNN7 Install - .NET 3.5"), _
Assembly: System.Reflection.AssemblyDescription("DNNStuff.Aggregator - DNN7 Install"), _
Assembly: System.Reflection.AssemblyCompany("DNNStuff"), _
Assembly: System.Reflection.AssemblyProduct("DNNStuff Aggregator"), _
Assembly: System.Reflection.AssemblyCopyright("Copyright (c) DNNStuff 2004-2012"), _
Assembly: System.Reflection.AssemblyCopyright("Copyright (c) DNNStuff 2017"), _
Assembly: System.Runtime.InteropServices.ComVisible(false), _
Assembly: System.CLSCompliant(true), _
Assembly: System.Reflection.AssemblyVersion("06.05.01"), _
Assembly: System.Reflection.AssemblyFileVersion("06.05.01")>
Assembly: System.Reflection.AssemblyVersion("06.05.02"), _
Assembly: System.Reflection.AssemblyFileVersion("06.05.02")>

9 changes: 4 additions & 5 deletions Build/Build.bat
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
@echo off
echo.
set version=%1
set buildconfig=%2
set path=C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\;%path%

set dnnversion=DNN8
Msbuild.exe ModuleSpecific.targets /p:DNNVersion=%dnnversion%;Version=%version%;Configuration=%buildconfig%;TargetFrameworkVersion=v4.5;OutputPath="./Build/Output/%dnnversion%" /t:Install /l:FileLogger,Microsoft.Build.Engine;logfile=Logs\Build_%buildconfig%_%dnnversion%.log;verbosity=diagnostic
if ERRORLEVEL 1 goto end
mkdir logs

set buildconfig=Release
set dnnversion=DNN7
Msbuild.exe ModuleSpecific.targets /p:DNNVersion=%dnnversion%;Version=%version%;Configuration=%buildconfig%;TargetFrameworkVersion=v4.0;OutputPath="./Build/Output/%dnnversion%" /t:Install /l:FileLogger,Microsoft.Build.Engine;logfile=Logs\Build_%buildconfig%_%dnnversion%.log;verbosity=diagnostic
Msbuild.exe ModuleSpecific.targets /p:VisualStudioVersion=14.0;DNNVersion=%dnnversion%;Version=%version%;Configuration=%buildconfig%;TargetFrameworkVersion=v4.0 /t:Install /l:FileLogger,Microsoft.Build.Engine;logfile=logs\Build_%buildconfig%_%dnnversion%.log;verbosity=diagnostic
if ERRORLEVEL 1 goto end

:end
1 change: 1 addition & 0 deletions Build/ModuleSpecific.targets
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
<MyContentFiles Include="..\version\all\*.*" />
<MyContentFiles Include="..\version\data\*.*" />
<MyContentFiles Include="..\refs\DNNStuff.Utilities.dll" />
<MyContentFiles Include="..\refs\RssToolkit.dll" />
</ItemGroup>
<Import Project="DNNInstall.targets" />
</Project>

0 comments on commit 340f9ed

Please sign in to comment.