Skip to content

Commit

Permalink
Convert VB test project to new SDK format
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Oct 14, 2017
1 parent ea083c6 commit d3ce1b8
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 457 deletions.
File renamed without changes.
18 changes: 18 additions & 0 deletions Moq.Tests.VisualBasic/Moq.Tests.VisualBasic.vbproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFrameworks>net46;netcoreapp2.0</TargetFrameworks>
<AssemblyOriginatorKeyFile>../Moq.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="xunit" Version="2.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.3.0" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.0" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Source\Moq.csproj" />
</ItemGroup>

</Project>
119 changes: 0 additions & 119 deletions Moq.VisualBasicTests/Moq.VisualBasicTests.vbproj

This file was deleted.

13 changes: 0 additions & 13 deletions Moq.VisualBasicTests/My Project/Application.Designer.vb

This file was deleted.

10 changes: 0 additions & 10 deletions Moq.VisualBasicTests/My Project/Application.myapp

This file was deleted.

35 changes: 0 additions & 35 deletions Moq.VisualBasicTests/My Project/AssemblyInfo.vb

This file was deleted.

63 changes: 0 additions & 63 deletions Moq.VisualBasicTests/My Project/Resources.Designer.vb

This file was deleted.

117 changes: 0 additions & 117 deletions Moq.VisualBasicTests/My Project/Resources.resx

This file was deleted.

Loading

0 comments on commit d3ce1b8

Please sign in to comment.