Skip to content

Commit

Permalink
Revert "merge razor tests"
Browse files Browse the repository at this point in the history
This reverts commit acfd550.
  • Loading branch information
SimonCropp committed Jan 24, 2021
1 parent acfd550 commit b3bee83
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 7 deletions.
7 changes: 7 additions & 0 deletions FluentEmail.sln
Expand Up @@ -27,6 +27,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentEmail.Core.Tests", "t
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentEmail.Smtp", "src\Senders\FluentEmail.Smtp\FluentEmail.Smtp.csproj", "{3808D62F-9F8A-4644-A965-361968770CFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentEmail.Razor.Tests", "test\FluentEmail.Razor.Tests\FluentEmail.Razor.Tests.csproj", "{F54586BA-31F0-4EF4-B965-90007C9AA04C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentEmail.Mailgun", "src\Senders\FluentEmail.Mailgun\FluentEmail.Mailgun.csproj", "{EFB250E1-92D2-476D-88A5-372B08D73C49}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FluentEmail.SendGrid", "src\Senders\FluentEmail.SendGrid\FluentEmail.SendGrid.csproj", "{03FFB5B9-54C9-45A3-8E13-3D4B972704F8}"
Expand Down Expand Up @@ -63,6 +65,10 @@ Global
{3808D62F-9F8A-4644-A965-361968770CFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3808D62F-9F8A-4644-A965-361968770CFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3808D62F-9F8A-4644-A965-361968770CFB}.Release|Any CPU.Build.0 = Release|Any CPU
{F54586BA-31F0-4EF4-B965-90007C9AA04C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F54586BA-31F0-4EF4-B965-90007C9AA04C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F54586BA-31F0-4EF4-B965-90007C9AA04C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F54586BA-31F0-4EF4-B965-90007C9AA04C}.Release|Any CPU.Build.0 = Release|Any CPU
{EFB250E1-92D2-476D-88A5-372B08D73C49}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFB250E1-92D2-476D-88A5-372B08D73C49}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFB250E1-92D2-476D-88A5-372B08D73C49}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -103,6 +109,7 @@ Global
{1C444DDD-1E09-4EDB-A6A1-57BA29C54F73} = {12F031E5-8DDC-40A0-9862-8764A6E190C0}
{72D765E8-81DE-4E18-92C5-ED5BDD65324F} = {6DC215BD-05EF-49A6-ADBE-8AE399952EEC}
{3808D62F-9F8A-4644-A965-361968770CFB} = {926C0980-31D9-4449-903F-3C756044C28A}
{F54586BA-31F0-4EF4-B965-90007C9AA04C} = {47CB89AC-9615-4FA8-90DE-2D849935C36D}
{EFB250E1-92D2-476D-88A5-372B08D73C49} = {926C0980-31D9-4449-903F-3C756044C28A}
{03FFB5B9-54C9-45A3-8E13-3D4B972704F8} = {926C0980-31D9-4449-903F-3C756044C28A}
{FD858CCC-4CF3-4899-B72F-F93C13832174} = {926C0980-31D9-4449-903F-3C756044C28A}
Expand Down
7 changes: 0 additions & 7 deletions test/FluentEmail.Core.Tests/FluentEmail.Core.Tests.csproj
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsTestProject>true</IsTestProject>
<PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup>


Expand All @@ -21,8 +20,6 @@
<ProjectReference Include="..\..\src\Senders\FluentEmail.Mailtrap\FluentEmail.Mailtrap.csproj" />
<ProjectReference Include="..\..\src\Senders\FluentEmail.SendGrid\FluentEmail.SendGrid.csproj" />
<ProjectReference Include="..\..\src\Senders\FluentEmail.Mailgun\FluentEmail.Mailgun.csproj" />
<ProjectReference Include="..\..\src\FluentEmail.Core\FluentEmail.Core.csproj" />
<ProjectReference Include="..\..\src\Renderers\FluentEmail.Razor\FluentEmail.Razor.csproj" />
</ItemGroup>

<ItemGroup>
Expand All @@ -40,10 +37,6 @@
<None Update="test-binary.xlsx">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Content Include="Shared\_Layout.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="_EmbeddedLayout.cshtml" />
</ItemGroup>

</Project>
31 changes: 31 additions & 0 deletions test/FluentEmail.Razor.Tests/FluentEmail.Razor.Tests.csproj
@@ -0,0 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PreserveCompilationContext>true</PreserveCompilationContext>
</PropertyGroup>

<ItemGroup>
<None Remove="Shared\_Layout.cshtml" />
<None Remove="_EmbeddedLayout.cshtml" />
</ItemGroup>

<ItemGroup>
<Content Include="Shared\_Layout.cshtml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<EmbeddedResource Include="_EmbeddedLayout.cshtml">
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\FluentEmail.Core\FluentEmail.Core.csproj" />
<ProjectReference Include="..\..\src\Renderers\FluentEmail.Razor\FluentEmail.Razor.csproj" />
</ItemGroup>


<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>

</Project>
File renamed without changes.

0 comments on commit b3bee83

Please sign in to comment.