Skip to content
This repository was archived by the owner on Oct 16, 2020. It is now read-only.

Commit 840f3f5

Browse files
fix Automated.proj
1 parent 8d89e24 commit 840f3f5

1 file changed

Lines changed: 25 additions & 3 deletions

File tree

src/Automated.proj

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,48 +86,70 @@
8686

8787
<Target Name="buildsamples">
8888
<MSBuild Projects="$(SamplesSrc)\AvalonEdit.Sample\AvalonEdit.Sample.sln"
89+
Targets="build;clean"
8990
Properties="Configuration=Release;BranchName=$(BranchName)"/>
9091
<MSBuild Projects="$(SamplesSrc)\CodonCreation\CodonCreation.sln"
92+
Targets="build;clean"
9193
Properties="Configuration=Release;BranchName=$(BranchName)"/>
9294
<!-- <MSBuild Projects="$(SamplesSrc)\ComponentInspector\ComponentInspector.sln"
95+
Targets="build;clean"
9396
Properties="Configuration=Release;BranchName=$(BranchName)"/>
9497
<MSBuild Projects="$(SamplesSrc)\CppBackendBinding\CppBackendBinding.sln"
98+
Targets="build;clean"
9599
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
96100
<MSBuild Projects="$(SamplesSrc)\CustomPad\CustomPad.sln"
101+
Targets="build;clean"
97102
Properties="Configuration=Release;BranchName=$(BranchName)"/>
98103
<MSBuild Projects="$(SamplesSrc)\CustomView\CustomView.sln"
104+
Targets="build;clean"
99105
Properties="Configuration=Release;BranchName=$(BranchName)"/>
100106
<MSBuild Projects="$(SamplesSrc)\DisplayBindings\AlternateEditor\AlternateEditor.sln"
107+
Targets="build;clean"
101108
Properties="Configuration=Release;BranchName=$(BranchName)"/>
102109
<MSBuild Projects="$(SamplesSrc)\DisplayBindings\HtmlPreview\HtmlPreview.sln"
110+
Targets="build;clean"
103111
Properties="Configuration=Release;BranchName=$(BranchName)"/>
104112
<MSBuild Projects="$(SamplesSrc)\DisplayBindings\ImageViewer\ImageViewer.sln"
113+
Targets="build;clean"
105114
Properties="Configuration=Release;BranchName=$(BranchName)"/>
106115
<MSBuild Projects="$(SamplesSrc)\EmbeddedImageAddIn\EmbeddedImageAddIn.sln"
116+
Targets="build;clean"
107117
Properties="Configuration=Release;BranchName=$(BranchName)"/>
108118
<!-- <MSBuild Projects="$(SamplesSrc)\Gallio\Gallio.SharpDevelop.sln"
119+
Targets="build;clean"
109120
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
110121
<MSBuild Projects="$(SamplesSrc)\HtmlSyntaxColorizer\HtmlSyntaxColorizer.sln"
122+
Targets="build;clean"
111123
Properties="Configuration=Release;BranchName=$(BranchName)"/>
112124
<MSBuild Projects="$(SamplesSrc)\ILAsmBinding\ILAsmBinding.sln"
125+
Targets="build;clean"
113126
Properties="Configuration=Release;BranchName=$(BranchName)"/>
114127
<MSBuild Projects="$(SamplesSrc)\LineCounter\LineCounter.sln"
128+
Targets="build;clean"
115129
Properties="Configuration=Release;BranchName=$(BranchName)"/>
116130
<MSBuild Projects="$(SamplesSrc)\Mono\Mono.AddIn.sln"
131+
Targets="build;clean"
117132
Properties="Configuration=Release;BranchName=$(BranchName)"/>
118-
<!-- <MSBuild Projects="$(SamplesSrc)\MSTest\MSTest.SharpDevelop.sln"
119-
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
120-
<!-- <MSBuild Projects="$(SamplesSrc)\NAnt\NAnt.AddIn.sln"
133+
<!-- <MSBuild Projects="$(SamplesSrc)\MSTest\MSTest.SharpDevelop.sln
134+
Targets="build;clean"
135+
Properties="Configuration=Release;BranchName=$(BranchName)"/>
136+
<MSBuild Projects="$(SamplesSrc)\NAnt\NAnt.AddIn.sln"
137+
Targets="build;clean"
121138
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
122139
<MSBuild Projects="$(SamplesSrc)\PInvokeAddIn\PInvokeAddIn.sln"
140+
Targets="build;clean"
123141
Properties="Configuration=Release;BranchName=$(BranchName)"/>
124142
<MSBuild Projects="$(SamplesSrc)\SdaUser\SdaUser.sln"
143+
Targets="build;clean"
125144
Properties="Configuration=Release;BranchName=$(BranchName)"/>
126145
<!-- <MSBuild Projects="$(SamplesSrc)\SharpDevelopReports\src\ReportSamples.sln"
146+
Targets="build;clean"
127147
Properties="Configuration=Release;BranchName=$(BranchName)"/>
128148
<MSBuild Projects="$(SamplesSrc)\SharpSnippetCompiler\SharpSnippetCompiler.sln"
149+
Targets="build;clean"
129150
Properties="Configuration=Release;BranchName=$(BranchName)"/>-->
130151
<MSBuild Projects="$(SamplesSrc)\XamlDesigner\XamlDesigner.sln"
152+
Targets="build;clean"
131153
Properties="Configuration=Release;BranchName=$(BranchName)"/>
132154
</Target>
133155

0 commit comments

Comments
 (0)