Skip to content

Commit 1e54301

Browse files
committed
Cleaned up .csproj and .sln files. Removed AssemblyInfo.
1 parent b62c4a7 commit 1e54301

File tree

4 files changed

+6
-41
lines changed

4 files changed

+6
-41
lines changed

src/Whathecode.System/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/Whathecode.System/Whathecode.System.csproj

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,16 @@
22
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
33
<PropertyGroup>
44
<TargetFramework>netstandard1.6</TargetFramework>
5-
6-
<!-- NuGet package details. -->
75
<Authors>Whathecode</Authors>
86
<PackageId>NET-Standard-Library-Extension</PackageId>
7+
<PackageVersion>1.0.1</PackageVersion>
8+
<ProductVersion>1.0.1</ProductVersion>
99
<Description>Highly reuseable classes and methods I find to be missing in the .NET Standard Library.</Description>
1010
<PackageReleaseNotes>First release after porting suitable parts of the old FCL library extension to .NET Standard.</PackageReleaseNotes>
1111
<Copyright>Copyright (c) 2016 Steven Jeuris</Copyright>
12-
13-
<AssemblyName>Whathecode.System</AssemblyName>
14-
<PackageTargetFallback Condition=" '$(TargetFramework)' == 'netstandard1.6' ">$(PackageTargetFallback);dnxcore50</PackageTargetFallback>
15-
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
16-
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
17-
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
12+
</PropertyGroup>
13+
<PropertyGroup Label="Configuration">
14+
<DocumentationFile>Whathecode.System.xml</DocumentationFile>
1815
</PropertyGroup>
1916
<ItemGroup>
2017
<Compile Include="**\*.cs" />
@@ -33,13 +30,5 @@
3330
<Version>1.6.1</Version>
3431
</PackageReference>
3532
</ItemGroup>
36-
<ItemGroup />
37-
<PropertyGroup Label="Configuration">
38-
<OutputPath />
39-
<DocumentationFile>Whathecode.System.xml</DocumentationFile>
40-
</PropertyGroup>
41-
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
42-
<DefineConstants>$(DefineConstants);RELEASE</DefineConstants>
43-
</PropertyGroup>
4433
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4534
</Project>

test/Whathecode.System.Tests/Whathecode.System.Tests.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
1+
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
22
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" />
3-
<PropertyGroup Label="Configuration">
4-
<OutputPath>
5-
</OutputPath>
6-
</PropertyGroup>
73
<PropertyGroup>
84
<OutputType>Exe</OutputType>
95
<TargetFramework>netcoreapp1.0</TargetFramework>
@@ -39,6 +35,5 @@
3935
<ItemGroup>
4036
<ProjectReference Include="..\..\src\Whathecode.System\Whathecode.System.csproj" />
4137
</ItemGroup>
42-
<ItemGroup />
4338
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
4439
</Project>

0 commit comments

Comments
 (0)