Skip to content

Commit 42f569f

Browse files
committed
Added SlnName property to build script
1 parent 01cd9e9 commit 42f569f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ set MSBuildPath=%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
22

33
@IF NOT EXIST %MSBuildPath% @ECHO COULDN'T FIND MSBUILD: %MSBuildPath% (Is .NET 4 installed?)
44

5-
%MSBuildPath% SmartStoreNET.proj /p:DebugSymbols=false /p:DebugType=None /maxcpucount %*
5+
%MSBuildPath% SmartStoreNET.proj /p:DebugSymbols=false /p:DebugType=None /P:SlnName=SmartStoreNET /maxcpucount %*

0 commit comments

Comments
 (0)