Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
21 lines (19 loc) · 1.14 KB

File metadata and controls

21 lines (19 loc) · 1.14 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
How to Synchronize Projects
1. Edit Sync.xml and Sync.Test.xml as needed. These files controls excluding and preserving of project items. For details, see .\tools\SyncProjects\SyncProjects\Program.cs
2. Build .\tools\SyncProjects\SyncProjects.sln if a .\tools\SyncProjects\SyncProjects\bin\ directory does not exist.
3. Run ".\tools\SyncProjects\bin\SyncProjects.exe"
4. Rebuild solution.
5. Run ".\tools\SyncProjects\bin\SyncProjects.exe -d Sync.Test.xml -s test\"
6. Rebuild solution and do unit tests.
How to Create NuGet Packages
1. Check project settings on 'Release' configuration. Ensure build path is <root>\bin\<NuGet-Compliant-Framework-Name>
See existing .csproj files for details.
2. Run powershell .\Pack.ps1
3. Check *.nupkg.
How to Build Help Files
1. Open "MsgPack.shfbproj" with SandCastle Help File Builder.
2. Build it.
3. Copy contents under `Help/` directory to `apidoc/` of `gh-pages` branch without `*.chm` files.
4. Rename `index.html` to `top.html` because gh-pages does not allow index.* file.
5. Remove other `index.*` files.
6. Copy `*.chm` files to `dist/` of `gh-pages` branch.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.