diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-08-09 17:47:53 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2019-09-14 19:12:40 -0400 |
commit | 25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535 (patch) | |
tree | b0e7eed32917c14bc630ef0b0487b60d1eeca398 /build/common.targets | |
parent | 49b3dbb38f57fa8552d267cdb71edf46f4a7a0ed (diff) | |
download | SMAPI-25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535.tar.gz SMAPI-25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535.tar.bz2 SMAPI-25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535.zip |
remove legacy AssemblyInfo and GlobalAssemblyInfo files, use consistent assembly names
Diffstat (limited to 'build/common.targets')
-rw-r--r-- | build/common.targets | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.targets b/build/common.targets index 59d5bfd2..a9bc9ebb 100644 --- a/build/common.targets +++ b/build/common.targets @@ -4,6 +4,9 @@ <!--set properties --> <PropertyGroup> + <Version>3.0.0</Version> + <Product>SMAPI</Product> + <AssemblySearchPaths>$(AssemblySearchPaths);{GAC}</AssemblySearchPaths> <DefineConstants Condition="$(OS) == 'Windows_NT'">$(DefineConstants);SMAPI_FOR_WINDOWS</DefineConstants> </PropertyGroup> |