Skip to content

Commit

Permalink
fixed csproj file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Kingstone committed Sep 1, 2023
1 parent 3ebe35d commit 5e56e94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Psychrometrics_Engine/Psychrometrics_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@
</Reference>
<Reference Include="BHoM_Engine">
<HintPath>$(ProgramData)\BHoM\Assemblies\BHoM_Engine.dll</HintPath>
<Private>False</Private>
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>

<Target Name="PostBuild" AfterTargets="PostBuildEvent">
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)PsychroLib.dll&quot; &quot;C:\ProgramData\BHoM\Assemblies&quot; /Y" />
<Exec Command="xcopy &quot;$(TargetDir)$(TargetFileName)&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y&#xD;&#xA;xcopy &quot;$(TargetDir)PsychroLib.dll&quot; &quot;$(ProgramData)\BHoM\Assemblies&quot; /Y" />
</Target>

</Project>

0 comments on commit 5e56e94

Please sign in to comment.