This question is locked. New answers and comments are not allowed.
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.
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
>