Skip to content

Commit 3172400

Browse files
BHoMBotFraser Greenroyd
authored andcommitted
Update CSProject compliance
1 parent eac9d0f commit 3172400

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

TAS_Engine/TAS_Engine.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -106,7 +106,9 @@
106106
<SpecificVersion>False</SpecificVersion>
107107
</Reference>
108108
<Reference Include="Spatial_oM">
109-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Spatial_oM.dll</HintPath>
109+
<HintPath>C:\ProgramData\BHoM\Assemblies\Spatial_oM.dll</HintPath>
110+
<Private>False</Private>
111+
<SpecificVersion>False</SpecificVersion>
110112
</Reference>
111113
<Reference Include="System" />
112114
<Reference Include="System.Core" />
@@ -214,4 +216,4 @@ xcopy "$(SolutionDir)lib\Interop.TWD.dll" "C:\ProgramData\BHoM\Assemblies" /Y
214216
<Target Name="AfterBuild">
215217
</Target>
216218
-->
217-
</Project>
219+
</Project>

TAS_TBDAdapter/TAS_TBDAdapter.csproj

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTarget="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -124,9 +124,10 @@
124124
<Private>False</Private>
125125
<SpecificVersion>False</SpecificVersion>
126126
</Reference>
127-
<Reference Include="Spatial_oM, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
127+
<Reference Include="Spatial_oM">
128128
<SpecificVersion>False</SpecificVersion>
129-
<HintPath>..\..\..\..\..\..\..\ProgramData\BHoM\Assemblies\Spatial_oM.dll</HintPath>
129+
<Private>False</Private>
130+
<HintPath>C:\ProgramData\BHoM\Assemblies\Spatial_oM.dll</HintPath>
130131
</Reference>
131132
<Reference Include="System" />
132133
<Reference Include="System.Core" />
@@ -177,4 +178,4 @@ xcopy "$(SolutionDir)lib\Interop.TSD.dll" "C:\ProgramData\BHoM\Assemblies" /Y
177178
xcopy "$(SolutionDir)lib\Interop.TWD.dll" "C:\ProgramData\BHoM\Assemblies" /Y
178179
</PostBuildEvent>
179180
</PropertyGroup>
180-
</Project>
181+
</Project>

TAS_TSDAdapter/TAS_TSDAdapter.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="14.0" DefaultTarget="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
44
<PropertyGroup>
@@ -152,4 +152,4 @@ xcopy "$(SolutionDir)lib\Interop.TSD.dll" "C:\ProgramData\BHoM\Assemblies" /Y
152152
xcopy "$(SolutionDir)lib\Interop.TWD.dll" "C:\ProgramData\BHoM\Assemblies" /Y
153153
</PostBuildEvent>
154154
</PropertyGroup>
155-
</Project>
155+
</Project>

0 commit comments

Comments
 (0)