1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
- <PropertyGroup >
5
- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
- <ProjectGuid >{69F4F042-E23A-4673-AB32-3D787CFA976C}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >BH.UI</RootNamespace >
11
- <AssemblyName >BHoM_UI</AssemblyName >
12
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <TargetFrameworkProfile />
15
- </PropertyGroup >
16
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
- <DebugSymbols >true</DebugSymbols >
18
- <DebugType >full</DebugType >
19
- <Optimize >false</Optimize >
20
- <OutputPath >..\Build\</OutputPath >
21
- <DefineConstants >DEBUG;TRACE</DefineConstants >
22
- <ErrorReport >prompt</ErrorReport >
23
- <WarningLevel >4</WarningLevel >
24
- </PropertyGroup >
25
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >pdbonly</DebugType >
27
- <Optimize >true</Optimize >
28
- <OutputPath >..\Build\</OutputPath >
29
- <DefineConstants >TRACE</DefineConstants >
30
- <ErrorReport >prompt</ErrorReport >
31
- <WarningLevel >4</WarningLevel >
32
- </PropertyGroup >
33
- <ItemGroup >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
+
3
+ <PropertyGroup >
4
+ <TargetFramework >net472</TargetFramework >
5
+ <AssemblyVersion >8.0.0.0</AssemblyVersion >
6
+ <Description >https://github.com/BHoM/BHoM_UI</Description >
7
+ <Version >5.0.0</Version >
8
+ <Authors >BHoM</Authors >
9
+ <Copyright >Copyright © https://github.com/BHoM</Copyright >
10
+ <RootNamespace >BH.UI</RootNamespace >
11
+ <FileVersion >8.1.0.0</FileVersion >
12
+ <OutputPath >..\Build\</OutputPath >
13
+ </PropertyGroup >
14
+
15
+ <ItemGroup >
16
+ <ProjectReference Include =" ..\UI_Engine\UI_Engine.csproj" />
17
+ <ProjectReference Include =" ..\UI_oM\UI_oM.csproj" />
18
+ </ItemGroup >
19
+
20
+ <ItemGroup >
34
21
<Reference Include =" Adapter_oM" >
35
22
<HintPath >$(ProgramData)\BHoM\Assemblies\Adapter_oM.dll</HintPath >
36
23
<Private >False</Private >
159
146
<Private >False</Private >
160
147
</Reference >
161
148
</ItemGroup >
162
- <ItemGroup >
163
- <Compile Include =" Caller\IO_CRUD.cs" />
164
- <Compile Include =" Caller\AddToMenu.cs" />
165
- <Compile Include =" Caller\Read.cs" />
166
- <Compile Include =" Caller\Compile.cs" />
167
- <Compile Include =" Caller\SetParamSelectionMenu.cs" />
168
- <Compile Include =" Caller\SetOutputs.cs" />
169
- <Compile Include =" Caller\SetInputs.cs" />
170
- <Compile Include =" Caller\SetComponentDetails.cs" />
171
- <Compile Include =" CallerTemplates\MultiChoiceCaller.cs" />
172
- <Compile Include =" Caller\Write.cs" />
173
- <Compile Include =" Caller\SetItem.cs" />
174
- <Compile Include =" Caller\Run.cs" />
175
- <Compile Include =" Components\Engine\External.cs" />
176
- <Compile Include =" Components\Adapter\CreateRequest.cs" />
177
- <Compile Include =" Components\Adapter\CreateAdapter.cs" />
178
- <Compile Include =" Components\Adapter\Move.cs" />
179
- <Compile Include =" Components\Adapter\Execute.cs" />
180
- <Compile Include =" Components\Adapter\Pull.cs" />
181
- <Compile Include =" Components\Adapter\Remove.cs" />
182
- <Compile Include =" Components\Adapter\Push.cs" />
183
- <Compile Include =" Components\Engine\Explode.cs" />
184
- <Compile Include =" Components\Engine\GetEvents.cs" />
185
- <Compile Include =" Components\Engine\GetInfo.cs" />
186
- <Compile Include =" Components\Engine\Query.cs" />
187
- <Compile Include =" Components\Engine\Modify.cs" />
188
- <Compile Include =" Components\Engine\Convert.cs" />
189
- <Compile Include =" Components\Engine\Compute.cs" />
190
- <Compile Include =" Components\Engine\SetProperty.cs" />
191
- <Compile Include =" Components\Engine\GetProperty.cs" />
192
- <Compile Include =" Components\Engine\FromJson.cs" />
193
- <Compile Include =" Components\Engine\ToJson.cs" />
194
- <Compile Include =" Components\oM\CreateCustom.cs" />
195
- <Compile Include =" Components\oM\CreateData.cs" />
196
- <Compile Include =" Components\oM\CreateEnum.cs" />
197
- <Compile Include =" Components\oM\CreateType.cs" />
198
- <Compile Include =" Components\oM\CreateObject.cs" />
199
- <Compile Include =" Components\oM\CreateDictionary.cs" />
200
- <Compile Include =" Components\UI\FalseStartToggle.cs" />
201
- <Compile Include =" Components\UI\UnitTest.cs" />
202
- <Compile Include =" Global\DocumentListener.cs" />
203
- <Compile Include =" Global\Initialisation.cs" />
204
- <Compile Include =" Global\GlobalSearch.cs" />
205
- <Compile Include =" Global\SearchMenu.cs" />
206
- <Compile Include =" Global\SearchMenu_WinForm.cs" />
207
- <Compile Include =" Global\SearchMenu_Wpf.cs" />
208
- <Compile Include =" Menus\ParamSelectorMenu.cs" />
209
- <Compile Include =" Menus\IItemSelectorMenu.cs" />
210
- <Compile Include =" Menus\ItemSelector.cs" />
211
- <Compile Include =" Caller\Core.cs" />
212
- <Compile Include =" Properties\AssemblyInfo.cs" />
213
- <Compile Include =" Properties\Resources.Designer.cs" />
214
- <Compile Include =" Menus\ItemSelectorMenu.cs" />
215
- <Compile Include =" Menus\ItemSelectorMenu_WinForm.cs" />
216
- <Compile Include =" Menus\ItemSelectorMenu_Wpf.cs" />
217
- </ItemGroup >
218
- <ItemGroup >
219
- <EmbeddedResource Include =" Properties\Resources.resx" >
220
- <SubType >Designer</SubType >
221
- </EmbeddedResource >
222
- </ItemGroup >
223
- <ItemGroup >
224
- <Content Include =" Properties\Resources\Adapter.png" />
225
- <Content Include =" Properties\Resources\BHoM_Alligator_Icon.png" />
226
- <Content Include =" Properties\Resources\BHoM_BHoM_Object.png" />
227
- <Content Include =" Properties\Resources\BHoM_Create_CustomData.png" />
228
- <Content Include =" Properties\Resources\BHoM_Filter.png" />
229
- <Content Include =" Properties\Resources\BHoM_FromJSON.png" />
230
- <Content Include =" Properties\Resources\BHoM_GetProperty.png" />
231
- <Content Include =" Properties\Resources\BHoM_GetPropertyNames.png" />
232
- <None Include =" Properties\Resources\BHoM_Logo.png" />
233
- <None Include =" Properties\Resources\BHoM_Icon.ico" />
234
- <Content Include =" Properties\Resources\BHoM_Read _CustomData.png" />
235
- <Content Include =" Properties\Resources\BHoM_SetProperty.png" />
236
- <Content Include =" Properties\Resources\BHoM_ToJSON.png" />
237
- <Content Include =" Properties\Resources\BooleanToggleOff.png" />
238
- <Content Include =" Properties\Resources\BooleanToggleOn.png" />
239
- <Content Include =" Properties\Resources\BS_Script.png" />
240
- <Content Include =" Properties\Resources\Compute.png" />
241
- <Content Include =" Properties\Resources\Convert.png" />
242
- <Content Include =" Properties\Resources\CreateBHoM.png" />
243
- <Content Include =" Properties\Resources\CustomObject.png" />
244
- <Content Include =" Properties\Resources\Data.png" />
245
- <Content Include =" Properties\Resources\Delete.png" />
246
- <Content Include =" Properties\Resources\Dictionary.png" />
247
- <Content Include =" Properties\Resources\Empty.png" />
248
- <Content Include =" Properties\Resources\Enum.png" />
249
- <Content Include =" Properties\Resources\Execute.png" />
250
- <Content Include =" Properties\Resources\Explode.png" />
251
- <Content Include =" Properties\Resources\External.png" />
252
- <Content Include =" Properties\Resources\FromJson.png" />
253
- <Content Include =" Properties\Resources\gator.png" />
254
- <None Include =" Properties\Resources\GetEvents.png" />
255
- <Content Include =" Properties\Resources\GetInfo.png" />
256
- <Content Include =" Properties\Resources\Modify.png" />
257
- <Content Include =" Properties\Resources\Move.png" />
258
- <None Include =" Properties\Resources\newBooleanToggle.png" />
259
- <Content Include =" Properties\Resources\Pull.png" />
260
- <Content Include =" Properties\Resources\Push.png" />
261
- <Content Include =" Properties\Resources\Query.png" />
262
- <Content Include =" Properties\Resources\CreateRequest.png" />
263
- <Content Include =" Properties\Resources\RunCode.png" />
264
- <Content Include =" Properties\Resources\ToJson.png" />
265
- <Content Include =" Properties\Resources\Type.png" />
266
- <None Include =" Properties\Resources\UnitTest.png" />
267
- <Content Include =" Properties\Resources\UpdateProperty.png" />
268
- <Content Include =" Properties\Resources\VBH_Script.png" />
269
- <Content Include =" Properties\Resources\VS_Script.png" />
270
- </ItemGroup >
271
- <ItemGroup />
272
- <ItemGroup >
273
- <ProjectReference Include =" ..\UI_Engine\UI_Engine.csproj" >
274
- <Project >{565ddbd0-5c04-4be9-b57d-ce54c2124abb}</Project >
275
- <Name >UI_Engine</Name >
276
- <Private >False</Private >
277
- </ProjectReference >
278
- <ProjectReference Include =" ..\UI_oM\UI_oM.csproj" >
279
- <Project >{50d4c1ed-c16c-4365-a742-938bf49ec4b0}</Project >
280
- <Name >UI_oM</Name >
281
- <Private >False</Private >
282
- </ProjectReference >
283
- </ItemGroup >
284
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
285
- <PropertyGroup >
286
- <PostBuildEvent >xcopy "$(TargetDir)$(TargetFileName)" "$(ProgramData)\BHoM\Assemblies" /Y</PostBuildEvent >
287
- </PropertyGroup >
288
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
289
- Other similar extension points exist, see Microsoft.Common.targets.
290
- <Target Name="BeforeBuild">
291
- </Target>
292
- <Target Name="AfterBuild">
293
- </Target>
294
- -->
149
+
150
+
151
+ <Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
152
+ <Exec Command =" xcopy " $(TargetDir)$(TargetFileName)" " $(ProgramData)\BHoM\Assemblies" /Y" />
153
+ </Target >
295
154
</Project >
0 commit comments