Skip to content

Commit

Permalink
fix test references
Browse files Browse the repository at this point in the history
  • Loading branch information
kpne committed Aug 1, 2022
1 parent 3de36b5 commit 1edb37d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GsaGHTests/GsaGHTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<ItemGroup>
<Reference Include="GsaAPI">
<HintPath>..\..\..\..\..\Program Files\Oasys\GSA 10.1\GsaAPI.dll</HintPath>
<HintPath>..\..\..\..\..\..\Program Files\Oasys\GSA 10.1\GsaAPI.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down
8 changes: 6 additions & 2 deletions UnitTestGhSA/UnitTestGhSA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
</Reference>
<Reference Include="GsaAPI">
<HintPath>..\..\..\..\..\..\Program Files\Oasys\GSA 10.1\GsaAPI.dll</HintPath>
<Private>True</Private>
<EmbedInteropTypes>False</EmbedInteropTypes>
</Reference>
<Reference Include="nunit.framework, Version=3.12.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
<HintPath>..\packages\NUnit.3.12.0\lib\net45\nunit.framework.dll</HintPath>
Expand Down Expand Up @@ -101,6 +99,12 @@
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\GhSA\GsaGH.csproj">
<Project>{362f5ed1-ba80-4f21-881d-6bd8784612e4}</Project>
<Name>GsaGH</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
Expand Down

0 comments on commit 1edb37d

Please sign in to comment.