Skip to content

Commit

Permalink
Merge pull request #156 from camp-007/project-cleanup
Browse files Browse the repository at this point in the history
.NET Standard 2.0 Support and project clean up
  • Loading branch information
martinnormark authored Jul 17, 2018
2 parents 0ec8f18 + a88bd25 commit 922ae93
Show file tree
Hide file tree
Showing 20 changed files with 47 additions and 497 deletions.
35 changes: 0 additions & 35 deletions PreMailer.Net-dotnet/PreMailer.Net.csproj

This file was deleted.

12 changes: 0 additions & 12 deletions PreMailer.Net-dotnet/nuget.bat

This file was deleted.

2 changes: 2 additions & 0 deletions PreMailer.Net/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,5 @@ $RECYCLE.BIN/

# Mac crap
.DS_Store

.vs/
6 changes: 0 additions & 6 deletions PreMailer.Net/.nuget/NuGet.Config

This file was deleted.

Binary file removed PreMailer.Net/.nuget/NuGet.exe
Binary file not shown.
136 changes: 0 additions & 136 deletions PreMailer.Net/.nuget/NuGet.targets

This file was deleted.

19 changes: 0 additions & 19 deletions PreMailer.Net/GlobalAssemblyInfo.cs

This file was deleted.

10 changes: 0 additions & 10 deletions PreMailer.Net/Local.testsettings

This file was deleted.

105 changes: 12 additions & 93 deletions PreMailer.Net/PreMailer.Net.Tests/PreMailer.Net.Tests.csproj
Original file line number Diff line number Diff line change
@@ -1,99 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{F5A0FED0-4A6C-49AA-B49E-C47A034D8098}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PreMailer.Net.Tests</RootNamespace>
<AssemblyName>PreMailer.Net.Tests</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkProfile />
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp2.0</TargetFramework>
</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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="AngleSharp, Version=0.9.9.0, Culture=neutral, PublicKeyToken=e83494dcdc6d31ea, processorArchitecture=MSIL">
<HintPath>..\packages\AngleSharp.0.9.9\lib\net45\AngleSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL">
<HintPath>..\packages\Castle.Core.4.0.0\lib\net45\Castle.Core.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<Private>False</Private>
</Reference>
<Reference Include="Moq, Version=4.7.1.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL">
<HintPath>..\packages\Moq.4.7.1\lib\net45\Moq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
</ItemGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
<Compile Include="..\GlobalAssemblyInfo.cs">
<Link>Properties\GlobalAssemblyInfo.cs</Link>
</Compile>
<Compile Include="CssAttributeTests.cs" />
<Compile Include="CssElementStyleResolverTests.cs" />
<Compile Include="CssParserTests.cs" />
<Compile Include="CssSelectorParserTests.cs" />
<Compile Include="CssSelectorTests.cs" />
<Compile Include="CssSpecificityTests.cs" />
<Compile Include="CssStyleEquivalenceTests.cs" />
<Compile Include="PreMailerTests.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="StyleClassApplierTests.cs" />
<Compile Include="StyleClassTests.cs" />
<Compile Include="LinkTagCssSourceTests.cs" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\PreMailer.Net\PreMailer.Net.csproj">
<Project>{7B4A85FA-FA98-40FD-83B7-5E84C8853736}</Project>
<Name>PreMailer.Net</Name>
</ProjectReference>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Moq" Version="4.7.63" />
<PackageReference Include="MSTest.TestFramework" Version="1.3.2" />
<PackageReference Include="MSTest.TestAdapter" Version="1.3.2" />
</ItemGroup>

<ItemGroup>
<None Include="packages.config" />
<ProjectReference Include="..\PreMailer.Net\PreMailer.Net.csproj" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\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.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->

</Project>
12 changes: 0 additions & 12 deletions PreMailer.Net/PreMailer.Net.Tests/Properties/AssemblyInfo.cs

This file was deleted.

8 changes: 0 additions & 8 deletions PreMailer.Net/PreMailer.Net.Tests/packages.config

This file was deleted.

Loading

0 comments on commit 922ae93

Please sign in to comment.