Changeset 2311

Show
Ignore:
Timestamp:
03/10/10 08:03:27 (5 months ago)
Author:
cc263
Message:

xml typos

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FalconView/trunk/public/BuildAll.proj

    r2305 r2311  
    1717  </Target> 
    1818 
    19   <Target Name="fvw_core" DependsOnTargers="RegisterTypeLibrary"> 
     19  <Target Name="fvw_core" DependsOnTargets="RegisterTypeLibrary"> 
    2020     <MSBuild Properties="Configuration=$(Configuration)" Targets="$(DevEnvCommand)" Projects=".\fvw_core\fvw_core.sln" StopOnFirstFailure="true" /> 
    2121  </Target> 
    2222 
    2323  <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" /> 
    2525  </Target> 
    2626