1
- <?xml version =" 1.0" encoding =" utf-8" ?>
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
4
<PropertyGroup >
25
25
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
26
<DebugType >pdbonly</DebugType >
27
27
<Optimize >true</Optimize >
28
- <OutputPath >bin\Release \</OutputPath >
28
+ <OutputPath >..\Build \</OutputPath >
29
29
<DefineConstants >TRACE</DefineConstants >
30
30
<ErrorReport >prompt</ErrorReport >
31
31
<WarningLevel >4</WarningLevel >
32
32
</PropertyGroup >
33
33
<ItemGroup >
34
34
<Reference Include =" BHoM" >
35
- <HintPath >..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath >
35
+ <HintPath >$(ProgramData)\BHoM\Assemblies\BHoM.dll</HintPath >
36
+ <Private >False</Private >
37
+ <SpecificVersion >False</SpecificVersion >
36
38
</Reference >
37
39
<Reference Include =" BHoM_Engine" >
38
- <HintPath >..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\BHoM_Engine.dll</HintPath >
40
+ <HintPath >$(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll</HintPath >
41
+ <Private >False</Private >
42
+ <SpecificVersion >False</SpecificVersion >
39
43
</Reference >
40
44
<Reference Include =" PresentationCore" />
41
45
<Reference Include =" PresentationFramework" />
42
46
<Reference Include =" Settings_Engine" >
43
- <HintPath >..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Settings_Engine.dll</HintPath >
47
+ <HintPath >$(ProgramData)\BHoM\Assemblies\Settings_Engine.dll</HintPath >
48
+ <Private >False</Private >
49
+ <SpecificVersion >False</SpecificVersion >
44
50
</Reference >
45
51
<Reference Include =" System" />
46
52
<Reference Include =" System.Core" />
92
98
<PropertyGroup >
93
99
<PostBuildEvent >xcopy "$(TargetDir)$(TargetFileName)" "$(ProgramData)\BHoM\Assemblies" /Y</PostBuildEvent >
94
100
</PropertyGroup >
95
- </Project >
101
+ </Project >
0 commit comments