Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Exclude the *.done task completion marker files from the released ZIP files. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
3af389434ac21b4e389389942b020f7e |
User & Date: | mistachkin 2012-01-27 09:45:37.542 |
Context
2012-01-27
| ||
10:13 | Final doc updates for release 1.0.78.0. check-in: 1f6d89bf5d user: mistachkin tags: trunk | |
09:45 | Exclude the *.done task completion marker files from the released ZIP files. check-in: 3af389434a user: mistachkin tags: trunk | |
08:54 | Copy the necessary managed-only files for the VS designer components (and the associated installer) to the native build output directory during the release testing process. check-in: db64c3fea0 user: mistachkin tags: trunk | |
Changes
Changes to exclude_bin.txt.
1 2 3 4 5 | *.exp *.lib *.map *EnvDTE.* *Microsoft.* | > | 1 2 3 4 5 6 | *.done *.exp *.lib *.map *EnvDTE.* *Microsoft.* |