Skip to content

Commit

Permalink
Update Ninject.MockingKernel.FakeItEasy.build
Browse files Browse the repository at this point in the history
Exclude netcf-3.5
  • Loading branch information
scott-xu committed Jan 4, 2015
1 parent 36b9f61 commit 0d36c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Ninject.MockingKernel.FakeItEasy.build
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<project name="Ninject" default="build">
<target name="buildFakeItEasy" unless="${string::contains(build.platform, 'silverlight-4.0')}">
<target name="buildFakeItEasy" unless="${string::contains(build.platform, 'silverlight-4.0') or string::contains(build.platform, 'netcf-3.5')}">
<property name="product.assembly.FakeItEasy" value="${product.name}.FakeItEasy.dll" overwrite="false"/>
<property name="product.docfile.FakeItEasy" value="${product.name}.FakeItEasy.xml" overwrite="false"/>

Expand Down Expand Up @@ -50,4 +50,4 @@
<msbuild project="${nuget.project}" />
<call target="nuget-run"/>
</target>
</project>
</project>

0 comments on commit 0d36c1e

Please sign in to comment.