diff --git a/ManagedFusion.Testing.msbuild b/ManagedFusion.Testing.msbuild new file mode 100644 index 0000000..ef57849 --- /dev/null +++ b/ManagedFusion.Testing.msbuild @@ -0,0 +1,72 @@ + + + + + + + + + + + + + ManagedFusion.Testing + src\Properties\AssemblyInfo.cs + build + $(AssemblyName) + lib\nuget.exe + $(PackageBuildPath)\$(PackageId).$(build_number).nupkg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ManagedFusion.Testing.sln b/ManagedFusion.Testing.sln index d063bd2..c1e7877 100644 --- a/ManagedFusion.Testing.sln +++ b/ManagedFusion.Testing.sln @@ -3,6 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ManagedFusion.Testing", "src\ManagedFusion.Testing.csproj", "{2D10A682-5BDD-4B7B-8AA9-EEE0514B3E33}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0654ACF3-5CF7-46B3-A1BB-D9C7C9A7E9D3}" + ProjectSection(SolutionItems) = preProject + ManagedFusion.Testing.msbuild = ManagedFusion.Testing.msbuild + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/ManagedFusion.Testing.suo b/ManagedFusion.Testing.suo index 6e2a028..90a1829 100644 Binary files a/ManagedFusion.Testing.suo and b/ManagedFusion.Testing.suo differ diff --git a/lib/Moq.dll b/lib/Moq.dll deleted file mode 100644 index 3d3b8cc..0000000 Binary files a/lib/Moq.dll and /dev/null differ diff --git a/src/ManagedFusion.Testing.csproj b/src/ManagedFusion.Testing.csproj index a5f8298..538f2b5 100644 --- a/src/ManagedFusion.Testing.csproj +++ b/src/ManagedFusion.Testing.csproj @@ -31,24 +31,25 @@ 4 - - ..\lib\Moq.dll + + ..\packages\Moq.4.0.10827\lib\NET40\Moq.dll - - - + + + +