summaryrefslogtreecommitdiff
path: root/build/common.targets
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-08-09 17:47:53 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2019-09-14 19:12:40 -0400
commit25e4aa14d865cdf9f3616cfb0fd981aaaf0e3535 (patch)
treeb0e7eed32917c14bc630ef0b0487b60d1eeca398 /build/common.targets
parent49b3dbb38f57fa8552d267cdb71edf46f4a7a0ed (diff)
downloadSMAPI-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.targets3
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>