Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
NReco.Transform.Build: add "None" build target group used for searchi…
…ng dsm models
  • Loading branch information
VitaliyMF committed Jan 27, 2015
1 parent 5d8030c commit 065fdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NReco.Transform/Build/NReco.Transform.Build.targets
Expand Up @@ -5,7 +5,7 @@
<Target Name="TransformXmlModels">
<XmlModelTransformation RootPath="$(MSBuildProjectDirectory)" XmlModels="@(XmlModel)" />
<ItemGroup>
<XmlModelByExtension Include="@(Content)" Condition="$([System.String]::new('%(Identity)').EndsWith('.dsm.config'))"/>
<XmlModelByExtension Include="@(Content);@(None)" Condition="$([System.String]::new('%(Identity)').EndsWith('.dsm.config'))"/>
</ItemGroup>
<XmlModelTransformation RootPath="$(MSBuildProjectDirectory)" XmlModels="@(XmlModelByExtension)">
<Output TaskParameter="GeneratedFiles" ItemName="XmlModelGeneratedFiles"/>
Expand Down

0 comments on commit 065fdfe

Please sign in to comment.