Skip to content

Commit 707a8a2

Browse files
committed
Added a "Build Event" to regroup all binaries
1 parent 54f6662 commit 707a8a2

File tree

17 files changed

+34
-42
lines changed

17 files changed

+34
-42
lines changed

FabTools/FabCtrl/FabCtrl.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,12 @@
164164
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
165165
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
166166
<PreBuildEvent />
167-
<PostBuildEvent />
167+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
168168
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
169169
</PropertyGroup>
170170
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
171171
<PreBuildEvent />
172-
<PostBuildEvent />
172+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
173173
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
174174
</PropertyGroup>
175175
<ProjectExtensions>

FabTools/FabOutlookBar/FabOutlookBar.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@
138138
</ProjectExtensions>
139139
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
140140
<PreBuildEvent />
141-
<PostBuildEvent />
141+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
142142
<RunPostBuildEvent />
143143
</PropertyGroup>
144144
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
145145
<PreBuildEvent />
146-
<PostBuildEvent />
146+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
147147
<RunPostBuildEvent />
148148
</PropertyGroup>
149149
</Project>

FabTools/FabPaintLib/FabPaintLib.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@
163163
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
164164
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
165165
<PreBuildEvent />
166-
<PostBuildEvent />
166+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
167167
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
168168
</PropertyGroup>
169169
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
170170
<PreBuildEvent />
171-
<PostBuildEvent />
171+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
172172
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
173173
</PropertyGroup>
174174
<ProjectExtensions>

FabTools/FabPaintLib_Control/FabPaintLib_Control.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@
169169
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
170170
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
171171
<PreBuildEvent />
172-
<PostBuildEvent />
172+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
173173
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
174174
</PropertyGroup>
175175
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
176176
<PreBuildEvent />
177-
<PostBuildEvent />
177+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
178178
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
179179
</PropertyGroup>
180180
<ProjectExtensions>

FabTools/FabPaintLib_Test/FabPaintLib_Test.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,12 +270,12 @@
270270
<Import Project="$(MSBuildExtensionsPath)\XSharp\XSharp.targets" />
271271
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
272272
<PreBuildEvent />
273-
<PostBuildEvent />
273+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
274274
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
275275
</PropertyGroup>
276276
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
277277
<PreBuildEvent />
278-
<PostBuildEvent />
278+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
279279
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
280280
</PropertyGroup>
281281
<ProjectExtensions>

FabTools/FabSplitShellLib/FabSplitShellLib.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@
140140
</ProjectExtensions>
141141
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
142142
<PreBuildEvent />
143-
<PostBuildEvent />
143+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
144144
<RunPostBuildEvent />
145145
</PropertyGroup>
146146
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
147147
<PreBuildEvent />
148-
<PostBuildEvent />
148+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
149149
<RunPostBuildEvent />
150150
</PropertyGroup>
151151
</Project>

FabTools/FabSplitShellTest/FabSplitShellTest.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,12 +206,12 @@
206206
</ProjectExtensions>
207207
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
208208
<PreBuildEvent />
209-
<PostBuildEvent />
209+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
210210
<RunPostBuildEvent>Always</RunPostBuildEvent>
211211
</PropertyGroup>
212212
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
213213
<PreBuildEvent />
214-
<PostBuildEvent />
214+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
215215
<RunPostBuildEvent>Always</RunPostBuildEvent>
216216
</PropertyGroup>
217217
</Project>

FabTools/FabTools/FabTools.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,12 +178,12 @@
178178
</ProjectExtensions>
179179
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
180180
<PreBuildEvent />
181-
<PostBuildEvent />
181+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
182182
<RunPostBuildEvent />
183183
</PropertyGroup>
184184
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
185185
<PreBuildEvent />
186-
<PostBuildEvent />
186+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
187187
<RunPostBuildEvent />
188188
</PropertyGroup>
189189
</Project>

FabTools/FabToolsTest/FabToolsTest.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@
8383
</ProjectExtensions>
8484
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
8585
<PreBuildEvent />
86-
<PostBuildEvent />
86+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
8787
<RunPostBuildEvent />
8888
</PropertyGroup>
8989
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
9090
<PreBuildEvent />
91-
<PostBuildEvent />
91+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
9292
<RunPostBuildEvent />
9393
</PropertyGroup>
9494
</Project>

FabTools/FabTwain/FabTwain.xsproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@
119119
</ProjectExtensions>
120120
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
121121
<PreBuildEvent />
122-
<PostBuildEvent />
122+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
123123
<RunPostBuildEvent />
124124
</PropertyGroup>
125125
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
126126
<PreBuildEvent />
127-
<PostBuildEvent />
127+
<PostBuildEvent>xcopy $(ProjectDir)bin\$(Configuration) $(SolutionDir)bin\$(Configuration) /y /s /i</PostBuildEvent>
128128
<RunPostBuildEvent />
129129
</PropertyGroup>
130130
</Project>

0 commit comments

Comments
 (0)