diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/crossplatform.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crossplatform.targets b/src/crossplatform.targets index 9fde781f..66e15abd 100644 --- a/src/crossplatform.targets +++ b/src/crossplatform.targets @@ -35,7 +35,7 @@ </Reference> <Reference Include="Stardew Valley"> <HintPath>$(GamePath)\Stardew Valley.exe</HintPath> - <Private>False</Private> + <Private Condition="'$(MSBuildProjectName)' != 'StardewModdingAPI.Tests'">False</Private> </Reference> <Reference Include="xTile, Version=2.0.4.0, Culture=neutral, processorArchitecture=x86"> <HintPath>$(GamePath)\xTile.dll</HintPath> |