Skip to content

Commit

Permalink
darrenkopp#14 Now have a single project
Browse files Browse the repository at this point in the history
Gained netstandard 2.1 target
  • Loading branch information
thompson-tomo committed Jan 24, 2024
1 parent 1d9e8bb commit ffde6b1
Show file tree
Hide file tree
Showing 14 changed files with 40 additions and 459 deletions.
32 changes: 0 additions & 32 deletions MurmurHash-net-core/MurmurHash-net-core.csproj

This file was deleted.

85 changes: 0 additions & 85 deletions MurmurHash-net35/MurmurHash-net35.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions MurmurHash-net35/Properties/AssemblyInfo.cs

This file was deleted.

83 changes: 0 additions & 83 deletions MurmurHash-net4/MurmurHash-net4.csproj

This file was deleted.

36 changes: 0 additions & 36 deletions MurmurHash-net4/Properties/AssemblyInfo.cs

This file was deleted.

58 changes: 12 additions & 46 deletions MurmurHash.Specs/MurmurHash.Specs.csproj
Original file line number Diff line number Diff line change
@@ -1,53 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<TargetFrameworks>net45</TargetFrameworks>
<ProjectGuid>{6F6E48F4-A534-43EB-8222-9F4364CFA755}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Murmur.Specs</RootNamespace>
<AssemblyName>MurmurHash.Specs</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Machine.Specifications">
<HintPath>..\packages\Machine.Specifications.0.5.12\lib\net40\Machine.Specifications.dll</HintPath>
</Reference>
<Reference Include="Machine.Specifications.Clr4">
<HintPath>..\packages\Machine.Specifications.0.5.12\lib\net40\Machine.Specifications.Clr4.dll</HintPath>
</Reference>
<Reference Include="System" />
<ItemGroup><!--<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
</ItemGroup>
<ItemGroup>
<Compile Include="HashExpection.cs" />
<Compile Include="HashVerifier.cs" />
<Compile Include="Murmur128Specs.cs" />
<Compile Include="Murmur32Specs.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Reference Include="Microsoft.CSharp" />-->

<Compile Remove="Properties\**" />
<EmbeddedResource Remove="Properties\**" />
<None Remove="Properties\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MurmurHash\MurmurHash.csproj">
Expand All @@ -56,11 +22,11 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<PackageReference Include="Machine.Specifications">
<Version>0.5.12</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
Expand Down
4 changes: 0 additions & 4 deletions MurmurHash.Specs/packages.config

This file was deleted.

22 changes: 0 additions & 22 deletions MurmurHash.VS2017.sln

This file was deleted.

Loading

0 comments on commit ffde6b1

Please sign in to comment.