diff options
author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-24 17:00:23 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2017-05-24 17:00:23 -0400 |
commit | f5063cf81e68d142a5af6209ef80fd29fd80fce2 (patch) | |
tree | 6674a42d5df3baa178441a4e19d4f07c86386ad2 /src/crossplatform.targets | |
parent | 79dabe26717654364d50c927678f52caed1ab93c (diff) | |
download | SMAPI-f5063cf81e68d142a5af6209ef80fd29fd80fce2.tar.gz SMAPI-f5063cf81e68d142a5af6209ef80fd29fd80fce2.tar.bz2 SMAPI-f5063cf81e68d142a5af6209ef80fd29fd80fce2.zip |
add translation unit tests (#296)
Diffstat (limited to 'src/crossplatform.targets')
-rw-r--r-- | src/crossplatform.targets | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crossplatform.targets b/src/crossplatform.targets index 00b731eb..31d4722d 100644 --- a/src/crossplatform.targets +++ b/src/crossplatform.targets @@ -33,7 +33,6 @@ </Reference> <Reference Include="Stardew Valley"> <HintPath>$(GamePath)\Stardew Valley.exe</HintPath> - <Private>False</Private> </Reference> <Reference Include="xTile, Version=2.0.4.0, Culture=neutral, processorArchitecture=x86"> <HintPath>$(GamePath)\xTile.dll</HintPath> |