Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit b66606d

Browse files
committed
add missing build scripts
1 parent 8f8210f commit b66606d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

build/copy-pcl.bat

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
SET MSBUILD=C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild.exe
2+
3+
REM SET BUILD=Debug
4+
SET BUILD=Release
5+
6+
COPY ..\src\ServiceStack.Text\bin\Pcl\ServiceStack.Text.* ..\..\ServiceStack\lib\pcl
7+
REM COPY ..\src\ServiceStack.Text\bin\Sl5\ServiceStack.Text.* ..\..\ServiceStack\lib\sl5
8+
COPY ..\src\ServiceStack.Text\PclExport.Net40.cs ..\..\ServiceStack\src\ServiceStack.Pcl.Android\
9+
COPY ..\src\ServiceStack.Text\PclExport.Net40.cs ..\..\ServiceStack\src\ServiceStack.Pcl.Ios\
10+
COPY ..\src\ServiceStack.Text\PclExport.Net40.cs ..\..\ServiceStack\src\ServiceStack.Pcl.Net45\
11+
COPY ..\src\ServiceStack.Text\PclExport.WinStore.cs ..\..\ServiceStack\src\ServiceStack.Pcl.WinStore\
12+
13+
COPY ..\src\ServiceStack.Text\Pcl.* ..\..\ServiceStack\src\ServiceStack.Pcl.Android\
14+
COPY ..\src\ServiceStack.Text\Pcl.* ..\..\ServiceStack\src\ServiceStack.Pcl.Ios\
15+
COPY ..\src\ServiceStack.Text\Pcl.* ..\..\ServiceStack\src\ServiceStack.Pcl.Net45\
16+
COPY ..\src\ServiceStack.Text\Pcl.* ..\..\ServiceStack\src\ServiceStack.Pcl.WinStore\
17+

0 commit comments

Comments
 (0)