diff options
| author | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-11 12:49:28 -0400 |
|---|---|---|
| committer | Jesse Plamondon-Willard <github@jplamondonw.com> | 2018-05-11 12:49:28 -0400 |
| commit | 7b92d379793275905277cea7d0dec7de806e967b (patch) | |
| tree | 00d71abdda5b4e594ca6067f567462abf6aa3ba3 /build/common.targets | |
| parent | 69850cb1143110877ad0eea206a6537fe42c9063 (diff) | |
| download | SMAPI-7b92d379793275905277cea7d0dec7de806e967b.tar.gz SMAPI-7b92d379793275905277cea7d0dec7de806e967b.tar.bz2 SMAPI-7b92d379793275905277cea7d0dec7de806e967b.zip | |
fix unit test project
Diffstat (limited to 'build/common.targets')
| -rw-r--r-- | build/common.targets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.targets b/build/common.targets index 44c2c071..fbb8c26c 100644 --- a/build/common.targets +++ b/build/common.targets @@ -30,7 +30,7 @@ <!-- add game references--> <Choose> - <When Condition="'$(MSBuildProjectName)' == 'StardewModdingAPI' OR '$(MSBuildProjectName)' == 'StardewModdingAPI.Mods.ConsoleCommands'"> + <When Condition="'$(MSBuildProjectName)' == 'StardewModdingAPI' OR '$(MSBuildProjectName)' == 'StardewModdingAPI.Mods.ConsoleCommands' OR '$(MSBuildProjectName)' == 'StardewModdingAPI.Tests'"> <Choose> <When Condition="$(OS) == 'Windows_NT'"> <ItemGroup> |
