File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 73
73
</Reference >
74
74
<Reference Include =" System.Management.Automation" >
75
75
<HintPath >C:\WINDOWS\Microsoft.Net\assembly\GAC_MSIL\System.Management.Automation\v4.0_3.0.0.0__31bf3856ad364e35\System.Management.Automation.dll</HintPath >
76
+ <Private >True</Private >
76
77
</Reference >
77
78
</ItemGroup >
78
79
79
80
<Target Name =" PostBuild" AfterTargets =" PostBuildEvent" >
80
- <Exec Command =" xcopy " $(TargetDir)$(TargetFileName)" " $(ProgramData)\BHoM\Assemblies" /Y
 xcopy " $(TargetDir)System.IO.FileSystem.AccessControl.dll" " $(ProgramData)\BHoM\Assemblies" /Y
 xcopy " $(TargetDir)System.Security.AccessControl.dll" " $(ProgramData)\BHoM\Assemblies" /Y
 xcopy " $(TargetDir)System.Security.Principal.Windows.dll" " $(ProgramData)\BHoM\Assemblies" /Y" />
81
+ <Exec Command =" xcopy " $(TargetDir)$(TargetFileName)" " $(ProgramData)\BHoM\Assemblies" /Y
 xcopy " $(TargetDir)System.IO.FileSystem.AccessControl.dll" " $(ProgramData)\BHoM\Assemblies" /Y
 xcopy " $(TargetDir)System.Security.AccessControl.dll" " $(ProgramData)\BHoM\Assemblies" /Y
 xcopy " $(TargetDir)System.Security.Principal.Windows.dll" " $(ProgramData)\BHoM\Assemblies" /Y
 xcopy " $(TargetDir)System.Management.Automation.dll " " $(ProgramData)\BHoM\Assemblies " /Y " />
81
82
</Target >
82
83
83
84
</Project >
You can’t perform that action at this time.
0 commit comments