This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments