This is a migrated thread and some comments may be shown as answers.

Protecting Telerik Radcontrols: Themes missing

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Deepak Shakya
Top achievements
Rank 1
Deepak Shakya asked on 04 May 2012, 07:52 AM
Hi,

I ran Build_SL5.bat file to protect all the controls. It generated the binaries successfully but it is missing theme files. I could get these files when I did it for the Silverlight 4 controls.

I am trying to protect the source code version: RadControls_for_SL_WPF_Source_2012_1_0326.zip  

I compared BuildControls.proj files with the 2011_3_1220 and looks like Themes solution has been left out. Is there another way to get the theme files as well? The Instruction document does not seem to be updated as well.

Is it simply a matter of adding the theme solution here? Please advise.

<Target Name="PrepareSL5Properties">
 
  <PropertyGroup>
 
    <ControlsToBuild Condition=" '$(ControlsToBuild)' == '' ">
        $(ControlsRootDir)Core\XCore_SL.sln;
        $(ControlsRootDir)Controls\Navigation\Navigation_SL.sln;
        $(ControlsRootDir)Controls\Input\Input_SL.sln;
        $(ControlsRootDir)Controls\Data\DataControls_SL.sln;
        $(ControlsRootDir)Controls\Docking\Docking_SL.sln;
        $(ControlsRootDir)Controls\Chart\Chart_SL.sln;
        $(ControlsRootDir)Controls\Charting\Chart_SL.sln;
        $(ControlsRootDir)Controls\DataVisualization\DataVisualization_SL.sln;
        $(ControlsRootDir)Controls\RibbonBar\RibbonBar_SL.sln;
        $(ControlsRootDir)Controls\RibbonView\RibbonView_SL.sln;
        $(ControlsRootDir)Frameworks\Zip\Zip_SL.sln;
        $(ControlsRootDir)Diagrams\Diagrams_SL.sln;
        $(ControlsRootDir)Controls\GridView\GridView_SL.sln;
        $(ControlsRootDir)Controls\ImageEditor\ImageEditor_SL.sln;
        $(ControlsRootDir)Documents\Documents_SL.sln;
        $(ControlsRootDir)Controls\Expressions\Expressions_SL.sln;
        $(ControlsRootDir)Controls\Gauge\Gauge_SL.sln;
        $(ControlsRootDir)Controls\MediaPlayer\MediaPlayer_SL.sln;
        $(ControlsRootDir)Controls\ScheduleView\ScheduleView.SL.sln;
        $(ControlsRootDir)Controls\GanttView\GanttView_SL.sln;
        $(ControlsRootDir)Controls\DataSource\DomainServices\DomainServices_SL.sln;
        $(ControlsRootDir)Controls\DataSource\DataServices\DataServices_SL.sln;
        $(ControlsRootDir)Frameworks\Persistence\Persistence_SL.sln
    </ControlsToBuild>
 
  </PropertyGroup>
 
</Target>

1 Answer, 1 is accepted

Sort by
0
Deepak Shakya
Top achievements
Rank 1
answered on 04 May 2012, 09:26 AM
Hi,

Just wanted to let you know that - adding following line in BuildControls.proj generates the Theme files/DLLS.

$(ControlsRootDir)Themes\Themes.Sources.sln;

I just wanted to make sure that this was left out on purpose and adding this doesn't have any side effects.

There are couple of others that are missing as well but I don't use them so haven't included them.

Cheers!
Tags
General Discussions
Asked by
Deepak Shakya
Top achievements
Rank 1
Answers by
Deepak Shakya
Top achievements
Rank 1
Share this question
or