summaryrefslogtreecommitdiff
path: root/src/SMAPI.Installer/SMAPI.Installer.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Installer/SMAPI.Installer.csproj')
-rw-r--r--src/SMAPI.Installer/SMAPI.Installer.csproj8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/SMAPI.Installer/SMAPI.Installer.csproj b/src/SMAPI.Installer/SMAPI.Installer.csproj
index a2e115e6..3f01c8fe 100644
--- a/src/SMAPI.Installer/SMAPI.Installer.csproj
+++ b/src/SMAPI.Installer/SMAPI.Installer.csproj
@@ -1,10 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <RootNamespace>SMAPI.Installer</RootNamespace>
<AssemblyName>SMAPI.Installer</AssemblyName>
+ <RootNamespace>StardewModdingAPI.Installer</RootNamespace>
+ <Description>The SMAPI installer for players.</Description>
<TargetFramework>net45</TargetFramework>
- <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
<PlatformTarget>x86</PlatformTarget>
@@ -13,10 +13,6 @@
</PropertyGroup>
<ItemGroup>
- <Compile Include="..\..\build\GlobalAssemblyInfo.cs" Link="Properties\GlobalAssemblyInfo.cs" />
- </ItemGroup>
-
- <ItemGroup>
<ProjectReference Include="..\SMAPI.Toolkit\SMAPI.Toolkit.csproj" />
</ItemGroup>