forked from EasyHook/EasyHook
-
Notifications
You must be signed in to change notification settings - Fork 1
/
build_me.txt
34 lines (27 loc) · 1.08 KB
/
build_me.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Requires MSBuild Community Tasks: https://github.com/loresoft/msbuildtasks
*******************************************************************************
* Build Binaries - build.bat
*******************************************************************************
Requires Visual Studio 2013
Use the build.bat to build binaries for all configurations (.NET 3.5/4.0,
Debug/Release, x86/x64).
.\netfx3.5-Debug\x86
.\netfx3.5-Debug\x64
.\netfx3.5-Release\x86
.\netfx3.5-Release\x64
.\netfx4-Debug\x86
.\netfx4-Debug\x64
.\netfx4-Release\x86
.\netfx4-Release\x64
*******************************************************************************
* Packaging for Release - build-package.bat
*******************************************************************************
Use the build-package.bat to set version information, build binaries for all
configurations and ZIP Release builds and Source within .\Deploy.
Generates a ZIP archive:
.\Deploy\EasyHook-#.#.#.#-Binaries.zip
.\Deploy\EasyHook-#.#.#.#-Source.zip
Containing the following files:
.\Deploy\NetFX3.5\*
.\Deploy\NetFX4.0\*
.\Deploy\Source\*