Source Control Clients
Project Name: MSBee
Server URL: https://tfs01.codeplex.com

Recent Check-Ins

1-6 of 6Change Sets < Previous 1 Next >
Change Set Download / Browse Date Comment By Downloads
10060 Nov 2 2006
at 6:27 PM
1. Turned on treat warning as error for all projects
2. Debug requires no tools to be installed and builds no tests. Does not install MsBee!
3. Debug-Test configuration added - uses all tools and builds all power toy and test projects
4. Removed FxCop-Debug configuration
5. Release and FxCop-Release configurations no longer build tests.
6. Added source control bindings to CodePlex server
JohnDAddamio 697
1378 Jul 17 2006
at 11:14 PM
- Updated RCRFX1_1.exe with the new version that fixes delimiter issue
- Updated ResolveComReference task to fix delimiter issue
- Updated unit tests with the new delimiter
- Added a new scenario test to cover the case where a project has both a COM reference and a project reference.
bertanaygun 9
309 Jun 5 2006
at 9:24 PM
Workitem #219: RCRFX1_1 config file is incorrectly named.

Details:

App config file for RCRFX1_1 was named as RCRFX1_1.config, correct name should have been RCRFX1_1.exe.config. This fix corrects this issue.

Changes:

RCRFX1_1 binaries are updated since the binary checks for presence of the config file. Also MSBeeSetup.wxs has been updated to use RCRFX1_1.exe.config instead of RCRFX1_1.config
bertanaygun 6
280 Jun 1 2006
at 10:16 PM
Replacing GetRegistryValue task with more specific tasks

Details:
These changes replace GetRegistryValue task with two more specific tasks to get assembly search paths
from .Net Framework and Visual Studio registry entries

Changes:
- GetLocalMachineRegistryValues class is added to function as a base class for the two new tasks.
- GetVisualStudioInteropSearchPaths and GetVisualStudioSearchPaths classes are added as two new tasks.
- Common.targets file is changed to use the new tasks below
- Classes, tests and resource entries for GetRegistryValue is removed.
- Two new test fixtures are added for the new tasks. Both tasks have 2 unit tests associated with them:
1. To test if task retrieves values correctly. This task creates the required registry key if it is not present to run the test. Created key is removed later.
2. To test if task handles the case when key is not present correctly. This test is ignored and not run if key is already present on the system.
bertanaygun 3
45 May 16 2006
at 12:50 AM
Renaming "docs" directory to "doc"

Details:
The MSBee.csproj file copies the MSBee ReadMe document from the doc directory before building the installer. I accidently renamed doc to docs, which caused the copy to fail and subsequently caused the installer to not be created.

Changes:
Renamed the docs directory back to doc.

Impact:
MSBee now builds.

Testing:
Confirmed with a local build and test run that renaming the directory caused MSBee to build as expected.

Submitted By: clichten (Contributor)
clichten 6
43 May 15 2006
at 11:51 PM
Initial Check-In of MSBee into CodePlex

Submitted By: clichten (Contributor)
clichten 5
1-6 of 6Change Sets < Previous 1 Next >
Updating...