Skip to content

Commit 0f790b1

Browse files
committed
Added ServiceStack.Text project
1 parent 7292219 commit 0f790b1

File tree

117 files changed

+16910
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+16910
-0
lines changed

build/ilmerge-all.bat

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
REM SET BUILD=Debug
3+
SET BUILD=Release
4+
5+
COPY ..\ServiceStack.Text\bin\%BUILD%\* ..\..\..\release\latest\ServiceStack.Text\
6+
7+
8+
9+
10+
REM DON'T NEED TO ILMERGE BECAUSE THERE IS ONLY 1 ASSEMBLY
11+
12+
REM CALL ..\..\..\env-vars.bat
13+
14+
REM PUSHD ..\..\ServiceStack.Interfaces\Build
15+
REM CALL ilmerge-all.bat
16+
REM POPD
17+
18+
REM SET PROJ_LIBS=
19+
REM SET PROJ_LIBS=%PROJ_LIBS% ..\ServiceStack.Redis\bin\%BUILD%\ServiceStack.Text.dll
20+
21+
REM %ILMERGE_UTIL% /ndebug /t:library /out:ServiceStack.Text.dll %PROJ_LIBS%
22+
23+
REM COPY *.dll ..\..\..\release\latest\ServiceStack.Text

lib/tests/Northwind.Common.dll

1.37 MB
Binary file not shown.

lib/tests/Northwind.Common.pdb

75.5 KB
Binary file not shown.

lib/tests/Platform.dll

292 KB
Binary file not shown.

lib/tests/ServiceStack.Client.dll

11 KB
Binary file not shown.

lib/tests/ServiceStack.Client.pdb

33.5 KB
Binary file not shown.
234 KB
Binary file not shown.
286 KB
Binary file not shown.

lib/tests/ServiceStack.Common.dll

65.5 KB
Binary file not shown.

lib/tests/ServiceStack.Common.pdb

202 KB
Binary file not shown.

0 commit comments

Comments
 (0)