Skip to content

Commit

Permalink
update to .net 4 and add rhino mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
donbing committed May 21, 2012
1 parent 58f2e20 commit 7558cd9
Show file tree
Hide file tree
Showing 6 changed files with 5,640 additions and 1 deletion.
9 changes: 8 additions & 1 deletion TDDMicroExercises/CSharp/TDDMicroExercises.csproj
Expand Up @@ -10,11 +10,12 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>TDDMicroExercises</RootNamespace>
<AssemblyName>TDDMicroExercises</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation />
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
Expand All @@ -38,6 +39,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks">
<HintPath>packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Web" />
Expand All @@ -60,6 +64,9 @@
<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.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.
Expand Down
4 changes: 4 additions & 0 deletions TDDMicroExercises/CSharp/packages.config
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="RhinoMocks" version="3.6.1" />
</packages>
Binary file not shown.
Binary file not shown.

0 comments on commit 7558cd9

Please sign in to comment.