Skip to content

Commit a331acc

Browse files
committed
Add portable45 project to build script
1 parent b133546 commit a331acc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Scripts/build.cmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@echo off
22
SET ROOT=".."
33
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild /t:Rebuild /p:Configuration=Release %ROOT%\Src\UnitsNet\UnitsNet.net35.csproj
4-
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild /t:Rebuild /p:Configuration=Release %ROOT%\Src\UnitsNet\UnitsNet.pcl.csproj
4+
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild /t:Rebuild /p:Configuration=Release %ROOT%\Src\UnitsNet\UnitsNet.Portable40.csproj
5+
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild /t:Rebuild /p:Configuration=Release %ROOT%\Src\UnitsNet\UnitsNet.Portable45.csproj /p:DefineConstants="PORTABLE45"
56
pause

0 commit comments

Comments
 (0)