|
|
|
@ -86,48 +86,70 @@
@@ -86,48 +86,70 @@
|
|
|
|
|
|
|
|
|
|
<Target Name="buildsamples"> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\AvalonEdit.Sample\AvalonEdit.Sample.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\CodonCreation\CodonCreation.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<!-- <MSBuild Projects="$(SamplesSrc)\ComponentInspector\ComponentInspector.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\CppBackendBinding\CppBackendBinding.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\CustomPad\CustomPad.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\CustomView\CustomView.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\DisplayBindings\AlternateEditor\AlternateEditor.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\DisplayBindings\HtmlPreview\HtmlPreview.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\DisplayBindings\ImageViewer\ImageViewer.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\EmbeddedImageAddIn\EmbeddedImageAddIn.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<!-- <MSBuild Projects="$(SamplesSrc)\Gallio\Gallio.SharpDevelop.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\HtmlSyntaxColorizer\HtmlSyntaxColorizer.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\ILAsmBinding\ILAsmBinding.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\LineCounter\LineCounter.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\Mono\Mono.AddIn.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<!-- <MSBuild Projects="$(SamplesSrc)\MSTest\MSTest.SharpDevelop.sln" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
|
|
|
|
<!-- <MSBuild Projects="$(SamplesSrc)\NAnt\NAnt.AddIn.sln" |
|
|
|
|
<!-- <MSBuild Projects="$(SamplesSrc)\MSTest\MSTest.SharpDevelop.sln |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\NAnt\NAnt.AddIn.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\PInvokeAddIn\PInvokeAddIn.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\SdaUser\SdaUser.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<!-- <MSBuild Projects="$(SamplesSrc)\SharpDevelopReports\src\ReportSamples.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\SharpSnippetCompiler\SharpSnippetCompiler.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
|
|
|
|
<MSBuild Projects="$(SamplesSrc)\XamlDesigner\XamlDesigner.sln" |
|
|
|
|
Targets="build;clean" |
|
|
|
|
Properties="Configuration=Release;BranchName=$(BranchName)"/> |
|
|
|
|
</Target> |
|
|
|
|
|
|
|
|
|