|
86 | 86 |
|
87 | 87 | <Target Name="buildsamples"> |
88 | 88 | <MSBuild Projects="$(SamplesSrc)\AvalonEdit.Sample\AvalonEdit.Sample.sln" |
| 89 | + Targets="build;clean" |
89 | 90 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
90 | 91 | <MSBuild Projects="$(SamplesSrc)\CodonCreation\CodonCreation.sln" |
| 92 | + Targets="build;clean" |
91 | 93 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
92 | 94 | <!-- <MSBuild Projects="$(SamplesSrc)\ComponentInspector\ComponentInspector.sln" |
| 95 | + Targets="build;clean" |
93 | 96 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
94 | 97 | <MSBuild Projects="$(SamplesSrc)\CppBackendBinding\CppBackendBinding.sln" |
| 98 | + Targets="build;clean" |
95 | 99 | Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
96 | 100 | <MSBuild Projects="$(SamplesSrc)\CustomPad\CustomPad.sln" |
| 101 | + Targets="build;clean" |
97 | 102 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
98 | 103 | <MSBuild Projects="$(SamplesSrc)\CustomView\CustomView.sln" |
| 104 | + Targets="build;clean" |
99 | 105 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
100 | 106 | <MSBuild Projects="$(SamplesSrc)\DisplayBindings\AlternateEditor\AlternateEditor.sln" |
| 107 | + Targets="build;clean" |
101 | 108 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
102 | 109 | <MSBuild Projects="$(SamplesSrc)\DisplayBindings\HtmlPreview\HtmlPreview.sln" |
| 110 | + Targets="build;clean" |
103 | 111 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
104 | 112 | <MSBuild Projects="$(SamplesSrc)\DisplayBindings\ImageViewer\ImageViewer.sln" |
| 113 | + Targets="build;clean" |
105 | 114 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
106 | 115 | <MSBuild Projects="$(SamplesSrc)\EmbeddedImageAddIn\EmbeddedImageAddIn.sln" |
| 116 | + Targets="build;clean" |
107 | 117 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
108 | 118 | <!-- <MSBuild Projects="$(SamplesSrc)\Gallio\Gallio.SharpDevelop.sln" |
| 119 | + Targets="build;clean" |
109 | 120 | Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
110 | 121 | <MSBuild Projects="$(SamplesSrc)\HtmlSyntaxColorizer\HtmlSyntaxColorizer.sln" |
| 122 | + Targets="build;clean" |
111 | 123 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
112 | 124 | <MSBuild Projects="$(SamplesSrc)\ILAsmBinding\ILAsmBinding.sln" |
| 125 | + Targets="build;clean" |
113 | 126 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
114 | 127 | <MSBuild Projects="$(SamplesSrc)\LineCounter\LineCounter.sln" |
| 128 | + Targets="build;clean" |
115 | 129 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
116 | 130 | <MSBuild Projects="$(SamplesSrc)\Mono\Mono.AddIn.sln" |
| 131 | + Targets="build;clean" |
117 | 132 | 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" |
121 | 138 | Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
122 | 139 | <MSBuild Projects="$(SamplesSrc)\PInvokeAddIn\PInvokeAddIn.sln" |
| 140 | + Targets="build;clean" |
123 | 141 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
124 | 142 | <MSBuild Projects="$(SamplesSrc)\SdaUser\SdaUser.sln" |
| 143 | + Targets="build;clean" |
125 | 144 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
126 | 145 | <!-- <MSBuild Projects="$(SamplesSrc)\SharpDevelopReports\src\ReportSamples.sln" |
| 146 | + Targets="build;clean" |
127 | 147 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
128 | 148 | <MSBuild Projects="$(SamplesSrc)\SharpSnippetCompiler\SharpSnippetCompiler.sln" |
| 149 | + Targets="build;clean" |
129 | 150 | Properties="Configuration=Release;BranchName=$(BranchName)"/>--> |
130 | 151 | <MSBuild Projects="$(SamplesSrc)\XamlDesigner\XamlDesigner.sln" |
| 152 | + Targets="build;clean" |
131 | 153 | Properties="Configuration=Release;BranchName=$(BranchName)"/> |
132 | 154 | </Target> |
133 | 155 |
|
|
0 commit comments