Skip to content

Commit

Permalink
Adding Code Contracts Reference Assemblies to build output (see OpenW…
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdginste authored and simonlaroche committed Feb 27, 2013
1 parent 475fb24 commit 5cabc98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/OpenWrap.Build.Tasks/OpenWrap.CSharp.targets
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,12 @@
<CreateItem Include="@(IntermediateSatelliteAssembliesWithTargetPath)" AdditionalMetadata="TargetPath=%(IntermediateSatelliteAssembliesWithTargetPath.TargetPath)">
<Output TaskParameter="Include" ItemName="_OpenWrap-CurrentBuildOutput"/>
</CreateItem>


<!-- Code Contracts reference assemblies -->
<CreateItem Include="@(ContractReferenceAssemblies)" AdditionalMetadata="TargetPath=%(ContractReferenceAssemblies.TargetPath)">
<Output TaskParameter="Include" ItemName="_OpenWrap-CurrentBuildOutput"/>
</CreateItem>

<!-- COM References -->
<CreateItem Include="@(ReferenceComWrappersToCopyLocal); @(ResolvedIsolatedComModules); @(_DeploymentLooseManifestFile); @(NativeReferenceFile)"
AdditionalMetadata="TargetPath=.">
Expand Down

0 comments on commit 5cabc98

Please sign in to comment.