Changeset 2311
- Timestamp:
- 03/10/10 08:03:27 (5 months ago)
- Files:
-
- 1 modified
-
FalconView/trunk/public/BuildAll.proj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FalconView/trunk/public/BuildAll.proj
r2305 r2311 17 17 </Target> 18 18 19 <Target Name="fvw_core" DependsOnTarge rs="RegisterTypeLibrary">19 <Target Name="fvw_core" DependsOnTargets="RegisterTypeLibrary"> 20 20 <MSBuild Properties="Configuration=$(Configuration)" Targets="$(DevEnvCommand)" Projects=".\fvw_core\fvw_core.sln" StopOnFirstFailure="true" /> 21 21 </Target> 22 22 23 23 <Target Name="RegisterTypeLibrary"> 24 <MSBuild Properties="Configuration=$(Configuration)" Targets="$(DevEnvCommand)" Projects=".\ fvw_Applications\RegisterTypeLibrary\RegisterTypeLibrary.sln" StopOnFirstFailure="true" />24 <MSBuild Properties="Configuration=$(Configuration)" Targets="$(DevEnvCommand)" Projects=".\Applications\RegisterTypeLibrary\RegisterTypeLibrary.sln" StopOnFirstFailure="true" /> 25 25 </Target> 26 26
