Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Commit

Permalink
Fixed build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit "Geaz" Gazic committed Feb 12, 2016
1 parent 68f1113 commit f7b8b0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.bat
@@ -1,4 +1,4 @@
call nuget.exe restore src

set msBuildDir=%WINDIR%\Microsoft.NET\Framework\v4.0.30319
set msBuildDir="C:\Program Files (x86)\MSBuild\14.0\Bin"
call %msBuildDir%\msbuild "msbuild.config" /p:Configuration=Build
7 changes: 1 addition & 6 deletions msbuild.config
Expand Up @@ -23,14 +23,9 @@
src/Shells/SharpDox.Console/bin/Release/SharpDox.Console.exe.config"/>

<LibraryFiles Include="src/Core/SharpDox.Core/bin/Release/Autofac.dll;
src/Core/SharpDox.Core/bin/Release/ICSharpCode.NRefactory.Cecil.dll;
src/Core/SharpDox.Core/bin/Release/ICSharpCode.NRefactory.CSharp.dll;
src/Core/SharpDox.Core/bin/Release/ICSharpCode.NRefactory.dll;
src/Core/SharpDox.Core/bin/Release/ICSharpCode.NRefactory.Xml.dll;
src/Core/SharpDox.Core/bin/Release/log4net.dll;
src/Core/SharpDox.Core/bin/Release/Mono.Cecil.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Build.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Build.NRefactory.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Build.Roslyn.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Model.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Sdk.dll;
src/Core/SharpDox.Core/bin/Release/SharpDox.Core.dll;
Expand Down

0 comments on commit f7b8b0e

Please sign in to comment.