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 /src/SMAPI.Tests/SMAPI.Tests.csproj | |
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 'src/SMAPI.Tests/SMAPI.Tests.csproj')
-rw-r--r-- | src/SMAPI.Tests/SMAPI.Tests.csproj | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/SMAPI.Tests/SMAPI.Tests.csproj b/src/SMAPI.Tests/SMAPI.Tests.csproj index 41e12d7d..a627b3c3 100644 --- a/src/SMAPI.Tests/SMAPI.Tests.csproj +++ b/src/SMAPI.Tests/SMAPI.Tests.csproj @@ -1,8 +1,8 @@ <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> - <RootNamespace>SMAPI.Tests</RootNamespace> <AssemblyName>SMAPI.Tests</AssemblyName> + <RootNamespace>SMAPI.Tests</RootNamespace> <TargetFramework>net45</TargetFramework> <GenerateAssemblyInfo>false</GenerateAssemblyInfo> <LangVersion>latest</LangVersion> @@ -29,12 +29,6 @@ </ItemGroup> <ItemGroup> - <Compile Include="..\..\build\GlobalAssemblyInfo.cs"> - <Link>Properties\GlobalAssemblyInfo.cs</Link> - </Compile> - </ItemGroup> - - <ItemGroup> <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" /> </ItemGroup> |